• Resolved Prasanna Kakunje

    (@drprasannabhat)


    Hello,

    I am using Customizr theme and used some CSS to customize it. However, I am unable to change the link colors in footer widgets. Please help.

    Link to my website is here

    Prasanna

Viewing 5 replies - 1 through 5 (of 5 total)
  • Add

    footer#footer a {
    color: #F78C40;
    }

    in style.css file of your child theme or custom css field and change the color if you need to

    Theme Author presscustomizr

    (@nikeo)

    Hi,
    Try to use those css selectors :

    footer#footer .colophon a {
    color:red
    }

    Hope this will help, cheers

    Thread Starter Prasanna Kakunje

    (@drprasannabhat)

    Hi Nikeo,

    Thanks for your time. However this is changing the color of footer (copyright area) links but not links in the footer ‘widgets’. There are a link each in the left and middle widgets. Can you suggest css to change them?

    Cheers,
    Prasanna

    Theme Author presscustomizr

    (@nikeo)

    You should easily find the needed classes by using the web dev tools (press f12 in your browser)
    Hope this will help cheers!

    Thread Starter Prasanna Kakunje

    (@drprasannabhat)

    Thank you Tomaja and Nikeo.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Footer widget link color css?’ is closed to new replies.