Announcement

Collapse
No announcement yet.

missing text, think i have white on white

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

    missing text, think i have white on white

    On my side nav bar all the main headings are missing (products sections, main pages, best sellers, new products etc. I beleive it is down to having white text on white background but having looked at themes/colour schemes cannot see what one controls just these bits. Any ideas???

    Darron
    www.parklifeclothes.co.uk

    Parklife, Whitby

    Diesel, Converse, Crocs, Quiksilver, Miss Sixty, Scotch & Soda, Bench, Levi's, Kickers

    #2
    Here's how to work out what to change, useful fo the future

    Open your site in a browser, highlight the text where you think you have whitre on white, right click on the highlight, choose "view selected code" (or similar dependant on your browser)

    eg for Product Sections you should see the code

    <p class="text_heading_left_column">Product Sections</p>
    notice the class statement "text_heading_left_column"

    go to actinic.css (ActinicStyleSheet) locate this class and add

    color: green;
    to the definitions, replace green with the colour required.

    Repeat for all other white on white instances
    __________________

    Comment


      #3
      white on white

      thanks for that, will give it a go.

      Darron
      www.parklifeclothes.co.uk

      Parklife, Whitby

      Diesel, Converse, Crocs, Quiksilver, Miss Sixty, Scotch & Soda, Bench, Levi's, Kickers

      Comment


        #4
        HAVE LOCATED THIS FILE BUT NOT SURE WHERE TO INPUT 'GREEN'

        <p class="text_heading_left_column">Best Sellers</p>
        <div class="solid_line_blue"><img src="theme_shim.gif" height="1" width="1" alt=" " /></div>

        DARRON
        www.parklifeclothes.co.uk

        Parklife, Whitby

        Diesel, Converse, Crocs, Quiksilver, Miss Sixty, Scotch & Soda, Bench, Levi's, Kickers

        Comment


          #5
          re-read my post above it tells you where to place the code for the colour

          Comment

          Working...
          X