Announcement

Collapse
No announcement yet.

Section List Colour

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

    Section List Colour

    Is it possible to change the colour of the section list links to a different colour from the main font?

    I want my section list text to be white and the main text to be black, as they are on different-coloured backgrounds.

    When I change the 'text' colour in 'design > colours', it changes the text for the whole site.

    #2
    create a new css class for the text you want to change in actinic.css

    then wrap the new class around the text

    Comment


      #3
      You can do this by adding a new CSS style to display the section name: eg:

      <span class="sectionColour">NETQUOTEVAR:SECTIONNAME</span>

      and in the actinic.css add something like:

      .sectionColour {
      color: #fff;
      }


      Bikster
      SellerDeck Designs and Responsive Themes

      Comment


        #4
        see Jo just beat me to that reply .... again


        Bikster
        SellerDeck Designs and Responsive Themes

        Comment


          #5
          Buck Up Jont

          Comment

          Working...
          X