Template Restora - Question | JoomShaper

Template Restora

F

François GUENIOT

Feature Request 3 years ago

Hello, how to change the color and height of the footer. How to change the color of the text. And finally the color of the menu bar.

0
5 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #8972

Hi there!

You can set footer bacground color from the layout builder or using the custom style in the preset tab of Template options.

https://prnt.sc/10bkw4b

https://prnt.sc/10bkunn

Or,

You can use the following code in your custom CSS:

#sp-footer {
    background-color: #0b6fec;
    height: 100px !important;
}

You will find all the related info here though:

https://www.joomshaper.com/documentation/helix-framework/helixultimate/faq-how-to-do

https://www.joomshaper.com/documentation/helix-framework/helixultimate/layout-builder

Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

https://prnt.sc/pu705g

https://prnt.sc/pu70zn

Best Regards

0
F
François GUENIOT
Accepted Answer
3 years ago #9025

Another question, how can we change the color of the fonts.

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #9316

Hi,

Font mean what? text? and which text...please specify.

Thanks

0
F
François GUENIOT
Accepted Answer
3 years ago #9455

Tout est ok merci

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #9457

Glad to know that:)

You are always welcome!

0