Get Professional Customization for any Website!
Contact us here for a free quote.

Okay
  Public Ticket #1750535
changing font color
Closed

Comments

  • Michel started the conversation

    I purchased the iSloping template, but can't find in the code or edit settings how/where to change the color of the font in the body or the menu. Is there an override in the CSS that is keeping the font at that color? I need it to be darker (maybe #000000 - black). Thanks.

  •  184
    George replied

    Hi Michel,

    Thank you very much for you using our theme.

    If you want to change the generic color for the body and the menu color, please  go to iSloping -> General Settings, paste the next code to Custom CSS field and save changes.

    /*text color for the body*/
    body {
      color: #000000!important;
    }
    /*text color for the menu items*/
    nav ul li a, nav ul ul li a { 
      color: #000000!important;
    }
    

    If you wan to change the text color for the headings, title, shortcodes titles, etc, you have to find the CSS class and replace the text color.

    Hope this helps.

    Best regards,

    George