End of Support for Joomla 3 - Forum closed

Background and text colour of the footer

Background and text colour of the footer was created by sven10101979

Posted 8 years 10 months ago #17370
Hi guys.

I am now searching since hours but couldn't find the section in the WARP 7 Customizer yet to change background colour and text colour of the footer.

A quick notice about the right section would be very much appreciated.

Many thanks in advance.

Sven

Please Log in or Create an account to join the conversation.

Replied by joomlaplates on topic Background and text colour of the footer

Posted 8 years 10 months ago #17373
Hi Sven,
the footer must be changed manually via CSS.
Add this code to your css/custom.css to change the footer parameters.

.tm-footer {
background: #111;
color: #999;
}
.tm-footer a:hover {
color: #777;
}
.tm-footer a {
color: #fff;
}

Please Log in or Create an account to join the conversation.

Moderators: joomlaplates
Powered by Kunena Forum