• Resolved dweeb

    (@dweeb)


    I’m using the green color scheme. It works fine everywhere else, but in footer the links are very light green which means they drown in the background. Have been looking where I could change the color but haven’t been able to locate it anywhere.. can I change it somewhere..?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author TT Themes

    (@tomastoman)

    Hi,

    please use this custom CSS to change the color of your footer links:

    #wrapper #footer a,
    #wrapper .footer-signature .footer-signature-content a {
      color: #ffffff;
    }

    Best regards,
    Tomas Toman

    Thread Starter dweeb

    (@dweeb)

    Thanks!

    Another color question: I have a Call to Action button on the page. Can I change the color of that button somehow?

    Theme Author TT Themes

    (@tomastoman)

    You are welcome!

    If possible, please post here a link to the page with your Call to Action button. The following custom CSS will change the colors of all <input type="button"> elements, but if your Call to Action button is generated by some plugin, it probably has attached some custom CSS selector:

    body input[type=button] {background-color: #000000; color: #ffffff;}
    body input[type=button]:hover {background-color: #ffffff; color: #000000;}

    Best regards,
    Tomas Toman

    Thread Starter dweeb

    (@dweeb)

    The Call to button is created by Page Builder and your code didn’t unfortunately help with the problem. I tried to look where I could change the color but couldn’t find any place..

    And it’s the lonely one, with the text KATSO T??LT?

    https://fysio.sanamaakari.fi/

    Theme Author TT Themes

    (@tomastoman)

    Thank you for the link. This custom CSS should work for the button:

    #wrapper .origin-widget.origin-widget-button-simple-green a {background-color: #000000; background-image: none; border-color: #333333; color: #ffffff; text-shadow: 0px 1px 0px #000000; box-shadow: none;}

    Best regards,
    Tomas Toman

    Thread Starter dweeb

    (@dweeb)

    Yay – it worked!!
    Thanks a bunch!

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