• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: rsmatias remove cheese picture in footer

rsmatias remove cheese picture in footer 1 year 3 months ago #42533

  • sw3
  • sw3's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hi

How do I remove the 'cheese' picture in footer in the template? If I delete the .png file there's a lot of white space at bottom.
The administrator has disabled public write access.

rsmatias remove cheese picture in footer 1 year 3 months ago #42540

  • dragos
  • dragos's Avatar
  • OFFLINE
  • Administrator
  • Posts: 564
  • Thank you received: 102
Hello,

If you don't want this picture to be displayed, you can try a CSS approach, first, you will need to create a custom.css file as explained here, then you can add a similar CSS rule:
#rstpl-footer-container {
    background-image: none;
}

If you're trying to reduce the footer height, you can further add something similar:
#rstpl-footer-container {
	margin-top: 3rem;
	padding-top: 4rem;
	padding-bottom: 4rem;
}
The administrator has disabled public write access.
The following user(s) said Thank You: sw3
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!