• Chris Thomas

    (@chrisstreetcreditscouk)


    I would like to change the theme colours to green such as the links, headings etc.

    When I enter Custom CSS code it does not work or upload?

    What CSS code do I need to enter in order to change the font colours etc?

    Please help.

Viewing 1 replies (of 1 total)
  • Hi Chris,

    You can add the custom CSS, in the dashboard, go to Appearance->Theme Options->Design Options->Custom CSS. Add this custom css below and click on save all changes.

    body, input, textarea {
        color: YOUR_HEX_COLOR_CODE;
    }
    For example:
    body, input, textarea {
        color: #333333;
    }

    Regards,
    Rabin

Viewing 1 replies (of 1 total)
  • The topic ‘Change Font Colours’ is closed to new replies.