Hello,
where can I change the footer color to #92a9b7? Cannot find it.
Thank you, Oli
Xiantropist Hi Add this code in custom.css
.t3-footer { background: #111111; border-bottom: 8px solid #92a9b7; color: #666666; }
For footer module positions use this code
.t3-footnav .t3-module { background: #111111; color: #9e9e9e; }
Regards
Thank you very much. Now I have the problem that I don't see the links anymore, because they are the same color as the background. How can I change the color for the links and the text?
Screenshot...
Xiantropist Hi In the code i shared there is text color code as well
.t3-footnav .t3-module { background: #92a9b7; color: #9e9e9e; } .t3-footnav .t3-module a { color: #a55757; }
kindly change the color code as well.
Thank you for your answer. Maybe I am not able to copy paste correctly, but if I do so and adapt the color, nothing changes...
Sorry, for some reason, it just needed time to work. Now, it does perfectly. Thank you very much.