Rhythm Background Image - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Rhythm Background Image

Dayle Lunn

Dayle Lunn

Template 3 years ago

I already commented on another post about exactly this issue but for some reason I've been asked to make another post. How do I change/remove the background of the bottom area of the Rhythm template. Changing it in the template options has no effect whatsoever.

I would also like to remove the Divider line that is in the bottom area,

thanks

0
1 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #59005

Hi there!

Thanks for your query!

There is two ways to do so.

  1. Please go to your image location '/templates/rythm/images/footer-bg.jpg' within the template folder then delete the image an create a new image file with the same name. Screenshots for your ease:

https://prnt.sc/z66iC4JesM0_

https://prnt.sc/h938eAbXa8BI

  1. Or

You may use the following sample code in your custom CSS:

#sp-bottom {
    background-image: url(/rythm_quickstart_j4_v2.0.0/images/904232_393831067398232_2093578781_o.jpg)!important;
}

You have to use your own image url in the above code. The image should be uploaded in your media already.

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

Note: Path towards custom CSS(Joomla 4): System > Site Templates Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

Best Regards

0