Hi @indyitguy
The link, link hover, text, and background for footer is live changeable from the customizer:
https://a.cl.ly/7KuyJW7O
I hope this helps.
Thanks!
Onur
Thank you for the reply! I should have been more clear. I tried setting the colors in that customizer but they wouldn’t take so I tried overwriting the css inside of the additional css box. If I remove my additional css the links stay light purple/purple.
That’s interesting. In that case is this a bug or something else(plugin or theme) is overriding those footer styles?
Is there a live url I can inspect?
If issue is not resolved, I can give you the css snippet to override but wanted to check what’s up first 🙂
Thanks!
Onur
I cleared out any overriding css for the footer and set the following colors in the customizer.
links: #1e73be
hover: #dd3333
I noticed that the link after “Powered By” took these new settings but the footer menu did not. Here is the url I’m testing with. http://newsite.thirtyfivedesigns.com/
If I set a color in the main accent color under main colors I can see the changes in the quick preview of the page. After I save the changes I don’t see them reflected on the page in another browser. When I go back into the main colors area, my changes are still there and the quick preview of the page is back to the purple color.
Ah, yes this looks like a bug. Added to “to fix” list with the next release of the theme.
But until then, what you first tried to override should have worked, since the selector you chose is the correct one:
#footer-menu li a and #footer-menu li a:hover
If it still doesn’t work you could also try the following selectors as well:
#colophon #footer-menu li a or #footer-menu li.menu-item a.
Thanks!
Onur
Perfect! Thank you! There were three woocommerce templates that I needed to update too btw.
form-login.php
review-order.php
tabs.php
Yeah the WC templates of GutenBooster are long overdue for update as well and already updated but will be available with the following release 🙂
Cheers,
Onur