Okay
  Public Ticket #943239
Font Color
Closed

Comments

  •  2
    Nzo started the conversation

    I'm having difficulty with Theme Options.  I see that I'm able to change Fonts, but I don't see anywhere to change font colors.  My client would like for all text on her site to be black instead of grey.  I want to do this without causing text in links, sale ribbons, featured item ribbon, out of stock ribbon, etc to disappear or become hard to read.  Is there anywhere I can change font colors?  I keep searching the web to find a solution to this, and the only thing I have found was to insert a code to enter in Simple CSS.  However, in entering this code to make all text black, the product ribbons and links were hard to read.   

    Any help will be greatly appreciated.  Thank you!

    website: calteasandherbal.com

    password: CtD82016

  •  1,558
    Laborator replied

    Hi Nzo,

    Try posting the CSS below  in the Custom CSS area to make all your site text to black:

    footer.footer_widgets p {
      color: #000;
    }
    .arimo, p {
      color: #000;
    }
    .shop .items .item-wrapper .item .description .type a {
      color: #000;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group