This topic has 10 replies, 3 voices, and was last updated 10 years ago ago by Eva Kemp
I’m trying to add an image to the boxed layout through the theme options, but when I add the image link and save it the change does not happen. What am I doing wrong?
Hello,
Please provide us with link to the page and wp-admin access in Private Content.
Regards,
Robert Hall.
Hi, just wondering if you were able to figure anything out to fix this? Is there a way to hard code it in through custom.css file?
Hello,
First I need to see your website and what you want to do and then add some code into custom.css file.
Regards,
Robert Hall.
Oh sorry, thought I posted that already.
Trying to emulate the side panels like on this site, where the gradient is: http://www.biomazinghcg.com/
Hello,
I’ve edited the path to background image you wrote in Theme Options > Color Scheme.
Please check your site now.
Thank you.
Regards,
Eva Kemp.
Unfortunately, this is not what I was attempting to accomplish. Instead of the blue, I wanted the background to use the same gradient image seen here: http://www.biomazinghcg.com/
As it seems difficult to do through theme options, is there a way to add code into the custom.css to make this change possible?
Hello,
I’ve added the following code into custom.css file:
body {
background-image: url('http://www.nextgennutritionals.com/wp-content/themes/legenda/images/background_page.jpg') !important;
background-repeat: repeat-x !important;
background-size: auto !important;
}
Please check the background now and clear browser cache.
Thank you.
Regards,
Eva Kemp.
Perfect, thank you!
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘background image’' has been successfully resolved, and the topic is now closed for further responses