Before you ask please READ THIS

Font color is not visable.

edited June 2014 in Fame Posts: 2
Hello: I need to change the font color in both the shopping cart and on other pages as it is not viable. I changed the font color in the Fame Layout but certain fonts and links remain very faint. I have attached snap-shots for your review. I take it that I am going to have to modify in CSS?

Thanks,

Comments

  • AirAir
    Posts: 10,970
    Hello

    If you could post live link then I could be test buyer and inspect all places with firebug. You can also do it if you know how.

    With regards.
  • AirAir
    Posts: 10,970
    Hello

    For Links in sidebar you can use such custom CSS

    .widget a {
    color: #fff
    }
    For that checkout page we could use background color:

    #customer_details.col2-set .col-2 {
    background-color: #666;
    }
    Try it and tell me how that works for you.

    With regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion