Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #68171
    ShoreBeing
    Participant

    Hi Sakin

    I wondered if you could let me know the coding to change the colour of the type throughout my website – I have managed to change the header menu but would also like to change –

    Featured Content Text
    Body Text
    Sidebar Text
    Footer menu text

    Thank you for your help with this!

    http://www.shorebeingretreats.co.uk

    Hannah

    #68205
    Sakin
    Keymaster

    @ShoreBeing: there is detail color options in theme customizer once you upgrade to Catch Responsive Pro theme. In free theme you need to do that manually using custom css.

    You can change the color coed in the following css as per your need and add it in “Appearance => Customize => Theme Options => Custom CSS” box:

    #featured-content .entry-title a { color: #404040; }
    body, button, input, select, textarea { color: #404040; }
    .sidebar-primary .widget { color: #404040; }
    .sidebar-primary .widget a { color: #1b8be0; }

    I don’t see footer menu in your site to give you custom css.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Change Type Colour’ is closed to new replies.