Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

Header background image

  • Knock-out
  • Knock-out's Avatar Topic Author
  • Offline
  • New Member
More
10 years 6 months ago #138588 by Knock-out
Header background image was created by Knock-out
Hi
I would like to change the background image in the header which is on all pages accept the homepage. The image is some grey gradient, and in the code I couldn't find the location of the image as it gives me some strange long code where the path to the image should be..
How do I change the path to that image?

Thank you, regards

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 6 months ago #138589 by Krikor Boghossian
Replied by Krikor Boghossian on topic Header background image
It is a base64 encoding so you can freely change the bg and still maintain the gradient.

All you need to do it override it in your custom.css file
.radialGradient { background-image: url(path/to/image.jpg); }

If you put the image in the template's folder (templates/businessone/images) then the CSS rule would be:
.radialGradient { background-image: url(../images/image.jpg); }

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum