Announcement

Collapse
No announcement yet.

Best Sellers List and New Products List

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Poor Actinic, now they want to be selective about what Support Calls they get...

    Hmm, what does the word support mean...

    I tell you what it means...

    I pay a shed load of money for support, ring them and all they can say is you can't do it!

    Hmm, oh yes you can - oh no you can't

    Comment


      #17
      LOL, Darren
      C&P that into the other thread...I dare ya (and watch someone call you out for 'double posting' LOL)
      Tracey

      Comment


        #18
        Originally posted by Faulkds View Post
        Not yet....

        I was just hoping to put a colour tag around that part of the code....

        I will have to do some looking up about css.

        Thanks for your help
        Stick something like this in your stylesheet:

        Code:
        .pagetitle {
        	background-color: #000066;
        	font-weight: normal;
        	font-family: Castellar, Tahoma, "Times New Roman", SansSerif;
        	font-size: 70px;
        	color: #FFFF00;
        	text-decoration: none;
        }
        amending it to suit your needs.

        Then wrap this around your titles:

        Code:
        <div class="pagetitle">Best Sellers</div>

        Army Gore-tex
        Winter Climbing Mitts
        webD's Blog: Website design, SEO and other ramblings…
        Twitter LinkedIN

        If you think a post is good, rate it!

        Find the answers in the Knowledge Base | Have you read the User Guides

        Comment


          #19
          Originally posted by TraceyHand View Post
          LOL, Darren
          C&P that into the other thread...I dare ya (and watch someone call you out for 'double posting' LOL)
          Stand back and watch the fireworks...

          Army Gore-tex
          Winter Climbing Mitts
          webD's Blog: Website design, SEO and other ramblings…
          Twitter LinkedIN

          If you think a post is good, rate it!

          Find the answers in the Knowledge Base | Have you read the User Guides

          Comment


            #20

            Comment


              #21
              I wondered where you were hiding?

              Army Gore-tex
              Winter Climbing Mitts
              webD's Blog: Website design, SEO and other ramblings…
              Twitter LinkedIN

              If you think a post is good, rate it!

              Find the answers in the Knowledge Base | Have you read the User Guides

              Comment


                #22
                I pay a shed load of money for support, ring them and all they can say is you can't do it
                Referencing the "other" thread - support is very cheap IMO and your quesion was IMO outside the scope of support ie they told you the answer within the confines of the software - use the themes.

                Once you start playing with custom css then you are beyond the "standard" software capabilities. Most support personel would I imagine not be able to design a site BUT they can tell you about the standard software functions and capabilities.

                Im sure I could call every day with questions they cannot answer

                Comment


                  #23
                  Thanks Rich

                  Comment


                    #24
                    You can't use the theme. When you change the text it changes it for all text on the site. I only want to change it for the best sellers and new products on the side bars.

                    Therefore, the question.

                    "When I change the text theme colour it changes the colour of the text for all text on the site. Is there away of just changing the text for the best sellers and new products list..... Cos no one has taken into consideration that you can change the sidebar colours using the wizard but you cant change the colour of the text for best sellers and new products that sit on it."

                    Thats a support question...

                    Comment


                      #25
                      Thats a support question...
                      True and they gave you the correct answer which is no you cannot.

                      Comment


                        #26
                        Hi Rich,

                        What am i missing here

                        I did what you said (i think)

                        <!-- list of new products is shown in the left bar -->
                        <div class="sidebartext"><actinic:variable name="NewProductListSidebar" if="%3cactinic%3avariable%20name%3d%22NewProductsListInSidebar%22%20%2f%3e" /></div>

                        .sidebartext{
                        background-color: #000066;
                        font-weight: normal;
                        font-family: Castellar, Tahoma, "Times New Roman", SansSerif;
                        font-size: 70px;
                        color: #ffffff;
                        text-decoration: none;
                        }

                        Comment


                          #27
                          Mal,

                          Hmm, have you read the thread?

                          Yes you can if you change the CSS....

                          I really dont understand your point...

                          Is this some form of tic for tac about me raising this as a support call?

                          Or is it about you making a point to me?

                          It does annoy me when people (like myself) try and ask for help and then get some form of put me down when doing so.

                          Comment


                            #28
                            Okay,

                            You need to go into the list layout.
                            1. Go into Design View
                            2. Click on the best sellers heading
                            3. Within the layout code view you should see "Click here to edit list layout settins" in orange
                            4. Click on it
                            5. Select the overall design tab
                            6. You should see div class="boxhead"


                            Change the class to your new CSS class or go to the actinic style sheet and change the "Box Head" Class

                            Army Gore-tex
                            Winter Climbing Mitts
                            webD's Blog: Website design, SEO and other ramblings…
                            Twitter LinkedIN

                            If you think a post is good, rate it!

                            Find the answers in the Knowledge Base | Have you read the User Guides

                            Comment


                              #29
                              Are you not seeing it because the text has been coloured white?

                              Comment


                                #30
                                Originally posted by leehack View Post
                                Are you not seeing it because the text has been coloured white?
                                I hadn't even noticed that... Whoops. I'm not having a good day

                                Army Gore-tex
                                Winter Climbing Mitts
                                webD's Blog: Website design, SEO and other ramblings…
                                Twitter LinkedIN

                                If you think a post is good, rate it!

                                Find the answers in the Knowledge Base | Have you read the User Guides

                                Comment

                                Working...
                                X