Footer Background In The SheFund Template - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Footer Background In The SheFund Template

S

Seqencer

Template 4 years ago

Hello.

I installed the SheFund template and I cannot find the background settings for the footer anywhere, for mobile devices. It is white for large screens and black for small screens.

Regards

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 4 years ago #43185

Hi there!

Thanks for your query.

I have checked your site and it is black for upto resolution 1500px. Here is the media query responsible for this settings.

@media (max-width: 1500px){
#sp-footer, #sp-bottom {
    background-color: #000 !important;
}
}

For which resolution you want it to change? However, you can modify the code by changing your preffered resolution in the above code and you can use the modified code in your custom CSS.

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.

Best Regards

0
S
Seqencer
Accepted Answer
4 years ago #43195

Hello.

Of course it helped. I have to remember that css styles in the template custom code, has a higher priority, than the styles in the custom.css file. Thank you very much.

Regards.

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 4 years ago #43391

Glad that it helped:) And you are always welcome!

0