• Resolved wiwi007

    (@wiwi007)


    Hello,
    I have a question. I changed the footer color, but the links still show the previous color. It looks like this : https://prntscr.com/e6y7s8 .
    How can I fix this so the background behind links is the same as the footer color?
    thnx

Viewing 4 replies - 1 through 4 (of 4 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello wiwi007,

    => Put below css code into Additional CSS textarea (Dashboard >> Apperance >> Customize) then click on Save & Publish button.
    => If there is no Additional CSS option then put below css code into your current theme’s style.css file located at wp-content/themes/your_current_active_theme/ folder.


    .powered-by a {
    color: #FF8168;
    }

    Hope this will helps you.

    Thread Starter wiwi007

    (@wiwi007)

    this only changes the color of letters, but that blue background behind the links still remains. ??

    AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello wiwi007,

    Try below css.

    footer .powered-by a {
    color: #FF8168 !important;;
    }

    Its working at my end.

    If not work please share your website url, so I will check it on your website directly.

    Suyogya Shukla

    (@themeislesupport)

    Hi @addweb-solution-pvt-ltd,

    Thanks a lot for helping out, really appreciate it! ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Foother link color’ is closed to new replies.