Hello -

Module 197 is a zen tools 2 list, showing in Grid 9 on the homepage.

How can I over ride the styling that is making the text for the Module heading , date and "intro-text paragraph fonts white and apply the colours in the custom. css below:

/modify fonts and spacing in zen tools list on homepage/

#zentools-197 .zt-title h2 a {
color: #4a5c2c;
}

#zentools-197 .zt-title h2 a:hover {
color: #5f8743 !important;
text-shadow: none;
}

Related how can I make the Search magnifying glass image font color be color: #5f8743

What is causing the fonts to be white? does this have something to do with the background image?


    ssartjb

    Since my original question , I have changed the text color but still have the hourglass and module title showing as white.

    Thank you
    Sharon

      ssartjb Try add this to custom.css file :

      #grid9 .zen-module-title h3 span{color: #4a5c2c !important;}
      .search button span {color: #5f8743 !important;}

      Kindly ensure to clear your browser cache if changes dont reflect

      Thanks. I solved most of this problem both by clearing cache while viewing the site in Safari as I develop in Chrome. And also I realized that in Buildr's Design tab , I set the font colors by row as well as for the whole style.

      Sharon

      Thanks Sharon,

      Yes as you say there are options to control font colour in each template row

      I'll mark this resolved

      Cheers
      Paul

      Write a Reply...
      You need to Login to view replies.