This topic has 3 replies, 2 voices, and was last updated 9 years by Radu.

  • Author
  • #46074
     superflymarketing
    Participant

    Hi guys,

    How do I change the colour of the page sidebar and footer widget titles? I’d like them to be different.

    http://hbc.superflymarketing.co.uk/

    Thank you,

    Nick

    #46373
     Radu
    Moderator

    Hello,

    Go to kleo-child style.css at line 33 search for .widget-title and insead of color:#3498db !important;
    add you your desire color.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #47266
     superflymarketing
    Participant

    How do I make the page sidebar titles pink, and the footer widget titles white?

    Thanks,

    Nick

    #47410
     Radu
    Moderator

    Hello,

    Add to Theme Options -> General Settings -> Quick CSS

    COPY CODE
    
    
    
    .sidebar h4.widget-title {
        color:#de0067 !important;
    }
    
    .footer-sidebar h4.widget-title {
        color:#FFFFFF !important;
    }
    
    

    Let me know if it works.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?