Announcement

Collapse
No announcement yet.

changing text colour

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

    changing text colour

    Hello

    how do i change the text colour in the little boxes on the outside of the site?

    http://www.islandentertainmentsonlin...costumesa.html

    i have looked in the primary pages and seen the code for them but cannot seem to see a txt colour

    thanks

    Paul

    Paul

    #2
    The text is set from the default cascade so changing that would change everything site wide. You will need to <span> tag the text you need changing in the Act_Primary, Act_BrochurePrimary and Act_PrimaryCheckout (or whatever main layouts you are using) and set a new class in the actinic.css stylesheet.

    Eg from memory in that theme:

    <span class="mySTYLE">CUSTOMVAR:LEFTBARTEXT</span>

    in the actinic.css

    .mySTYLE {
    color: #990000;
    }

    that should hopefully point you in the right direction

    edit:

    you could also <span> or <font> tag in the text area under Design | Options | Site Defaults in the text value field but this makes updaing much more complex and is very retro in its approach


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment

    Working...
    X