• How can I change the color of the links?
    There’s no option in the “customizer” to change that color.

    And how can I change the color of the footer and the widget area?
    There is always that black line and I’d love to change that, too.

    Thanks for your help!

Viewing 8 replies - 1 through 8 (of 8 total)
  • If there is no way to do it from the “customizer” then you will need to change a small amount of the css code.

    It shouldn’t be too difficult if you know some coding.

    However, best practice suggests creating a child theme before you change any code. Check this out first

    If you don’t want to get into all that it may be worth checking out other themes that give you more options.

    I hope it works out for you
    Dave

    Thread Starter kontakt-anne

    (@kontakt-anne)

    Thanks for your quick reply.

    Creating a child theme would be helpful, yes.

    But it’s no option for me to use another theme – at least at the moment.

    I already found out where to change the color of the footer.

    But where can I change the color of the widget line and widget title?
    What do I have to look for in the css code?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Are you aware that any modifications made to the theme’s files will be erased when the theme is updated?

    Thread Starter kontakt-anne

    (@kontakt-anne)

    Yes, I am aware of that. Thank you.
    That’s why I create a child theme.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Okay that wasn’t clear.

    So are you using a browser developer tool like Firebug to figure out what CSS affects which element?

    It looks as if this code is what needs to be changed

    #secondary, .site:before {
    background-color: #000;
    }

    If you inspect the element with firebug or with chrome you can test it out. I was able to change the sidebar by choosing a different background colour on the above code. It’s just the #secondary that alters the sidebar.

    Hope this helps
    Dave

    Thread Starter kontakt-anne

    (@kontakt-anne)

    Thank’s a lot for your help! I’ll try that.

    Hello Kontakt-anne, could you please explain how did you manage to change footer colour.??? would be helpful.
    Thanks

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Change Link and Footer Color’ is closed to new replies.