• Resolved kradi

    (@kradi)


    Hy Everyone

    I’m just making my first experience with WordPress and I hope someone can help me.

    I try to chance the color of my footer text.

    The titel is perfect but i like to have the menu in white as well.
    I used a proper menu

    My website: https://www.jmsolutions.ch/

    Thx for your help

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey there kradi,

    How are you doing today?

    If you want your links to be white in your footer you can achieve that with some custom CSS. Please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:

    https://www.ads-software.com/plugins/simple-custom-css

    .footer a {
        color: #fff;
    }

    Hope this helps ??

    Cheers,
    Bojan

    Thread Starter kradi

    (@kradi)

    Hi Bojan

    Thanks for your post.

    I was already looking in the CSS of my child theme. By the way I’m using Baskerville.

    I just can’t find the right line. Neither your suggested
    -footer a.

    Hope you can be more specific ??

    Cheers,

    Kradi

    Hey again Kradi,

    Editing CSS is never a good thing as all changes done this way would be removed once you update the theme, if you read through my response you’ll see that I’m suggesting on adding the CSS above rather then finding it and editing in your original style.css.

    The code will target all links in your footer and make them white.

    Best regards,
    Bojan

    Thread Starter kradi

    (@kradi)

    Uups, seems I was a bit stupid, sorry for that ??

    Now it’s working

    Thanks a lot.

    Cheers, Lukas

    Hey Lukas,

    No problem at all, it was an honest question. I’m actually glad that you asked as it gave me a chance to explain it so you can do it properly next time when you want to apply custom CSS on your site ??

    Have a great weekend ??

    Cheers,
    Bojan – WPMU DEV

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Changing footer color’ is closed to new replies.