- This topic has 11 replies, 2 voices, and was last updated 8 years, 9 months ago by Theme Horse Support Team.
-
AuthorPosts
-
January 19, 2016 at 4:22 pm #41507HeidiParticipant
Hi, I did not manage to add a background-image instead of color, for content area or whole body. I need sticky background image which doe not move when scrolling. I added image in theme settings for background but it does not work at all as I need.
January 21, 2016 at 6:20 am #41595Theme Horse Support TeamKeymasterHi Heidi,
To set the background image for the content area go Appearance > Customize > Background Image and set the background image with the settings that you want. After that again go to Appearance > Customize > Ambition Theme Options > Custom CSS and paste the below CSS code then click on Save button.
#page, #page .widget {background-color: inherit;}
Thank you!
January 21, 2016 at 8:32 am #41598HeidiParticipantHi, it did not work. Still there is just background-color, and I don’t see image anywhere.
January 21, 2016 at 12:14 pm #41621Theme Horse Support TeamKeymasterHi Heidi,
Could you please provide us the site URL? So that we can see the exact issue.
Thank you!
January 21, 2016 at 1:00 pm #41631HeidiParticipantHi, i’m building site here: http://www.valepa.fi/sivut-2016/
So I need only background image to be there, behind all – not any color as now there is background-color for widget area and main content.
January 24, 2016 at 1:54 pm #41754HeidiParticipantHi, I managed to remove background color from content area:
div#content
#page, #page .widget,
div#content
{background-color: inherit;
background-color: transparent;}But not behind widget area (.widget-wrap I guess). Any help for that?
January 26, 2016 at 4:28 pm #41853HeidiParticipantHi, if possible, transparent widget area would be nice BUT now I need help with this, I can’t make topmenu + logo -area background translucent, I would need it to be black, but so that site background-image can be seen through it. I tried to add repeating translucent png image to background but not with any luck. Any help?
January 27, 2016 at 6:43 am #41881Theme Horse Support TeamKeymasterHi Heidi,
First remove all your custom css code and go to Appearance > Customize > Ambition Theme Options > Custom CSS and paste the below CSS code then click on Save button.
body.custom-background, .hgroup-wrap, #page, #content, #page .widget { background-color: inherit; }
Thank you!
January 27, 2016 at 8:37 am #41882HeidiParticipantSorry but that does not work (see site now). And I (my customer) needs also topmenu-area to be black but but a little bit transparent. Why this is so difficult?
January 29, 2016 at 5:55 am #41971Theme Horse Support TeamKeymasterHi Heidi,
It’s not difficult. Above code should work file. May it is conflicting to some css code.
It will be better if you provide us the temporary username and password via email. So, that we can set as you said also we will add a black with little transparent.Please do not share any username and password here in this forum because this forum is public and visible to all the members.
Thank you!
February 3, 2016 at 10:28 am #42197HeidiParticipanthi, I sent email for you. Do you have time to check it?
February 3, 2016 at 3:05 pm #42204Theme Horse Support TeamKeymasterIf you have send an email then our support team will reply you?
Thank you!
-
AuthorPosts
- You must be logged in to reply to this topic.