• 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: Adding a background image to homepage

Adding a background image to homepage 2 years 1 month ago #41925

Hi,
I am using RS Builder to design my homepage.
I see the elements (e.g. image, text box etc).

  1. How can I add an background image? Can I do it wih one of these RS Builder elements?
  2. How can I do it only for my homepage (and not teh rest of my site)?

Thanks so much,
Thomas
The administrator has disabled public write access.

Adding a background image to homepage 1 year 3 months ago #42435

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

Each of your website page have an unique Id, you can easily inspect your homepage using the browser inspector. After locating your homepage Id, you can then use a CSS code to show a background image for that particular page. For example, you should see a similar structure:
body .itemid-XXX {
    add your background styles here
}
The administrator has disabled public write access.
The following user(s) said Thank You: bruce58
  • 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!