-
AuthorPosts
-
July 29, 2013 at 2:55 pm #26884
See this testing page: http://bluemontinluray.com/about-us/
I want the dark blue/with dots as the background..but not in the area where the text is.
I keep checking the elements but can’t quite find how to get a custom css to make that area white.
Hope you can help!
Thank you!
July 29, 2013 at 8:33 pm #131972This seems like a simple answer yet no one has said anything yet. Any ideas?
Thank you
July 30, 2013 at 6:55 am #131973Hi,
Just add this on your custom.css or Quick CSS
#after_layer_slider_1 {
background: white;
}Regards,
Ismael
July 30, 2013 at 12:11 pm #131974Sorry…if you look here: http://bluemontinluray.com/about-us/
That did not work
Any other suggestions?
Thank you
July 31, 2013 at 3:18 am #131975Hi,
They work on my end. Please remove browser cache then reload the page. Or you can use this instead:
.main_color.container_wrap.fullsize {
background: white;
}Regards,
Ismael
August 5, 2013 at 12:58 pm #131976This does not work. Please look at this page: http://bluemontinluray.com/faq/
I want the content area to be a white background like on the home page and about page. Why doesn’t it do it for all pages?
Thank you.
August 6, 2013 at 4:07 am #131977August 6, 2013 at 12:04 pm #131978That makes the ENTIRE background white. I just want the content area to be white and the background of the page to be the teal polka dot effect.
This page has the effect I want. and with all the changes now…I don’t know how I even achieved this???
August 7, 2013 at 12:05 pm #131979This seems like such a simple matter of a code style somewhere because it works on one page but not the others. Can someone please look into this. I do appreciate your assistance.
August 8, 2013 at 4:19 am #131980Hi,
Sorry for that. This will make all the content container white:
.main_color {
background: none;
}
.template-page.content, .sidebar {
background: white !important;
}I hope this fixed the issue.
Regards,
Ismael
August 8, 2013 at 5:29 pm #131981Sorry that does not work. It just makes the entire background white. I want just the content are white such as here: http://bluemontinluray.com/about-us/
I can’t attach a screen shot here for you to see.
August 9, 2013 at 12:11 pm #131982Still no solution??
August 10, 2013 at 4:43 am #131983Hi,
I modified the code above. Let me tag the rest of the support team. The code works on my end, I’m not sure why it doesn’t work on yours.
Regards,
Ismael
August 10, 2013 at 12:41 pm #131984I just went back in and changed the background style settings. My client will just have to live with it as is unless we come up with something that works.
August 10, 2013 at 5:35 pm #131985Hi elames,
Reading over the topic I’m not clear at all on what it is you are trying to do vs what is live. If you want a specific color for a section you can use the Color Section element within the Advanced Layout Editor and you can use layout elements to create groups of content within that custom color section.
If you can provide a mock up or screenshot illustrating what it is you are looking for perhaps we can assist further.
Regards,
Devin
August 10, 2013 at 8:02 pm #131986Hi Devin
Thanks for posting. I just spent 30 minutes watching your video :-) Nice job by the way.
I think your explanation of using the color section gave me the information I needed.
So I guess I would tell others…Watch videos and read first…then if it doesn’t work…post a question.
Great support!
-
AuthorPosts
- The topic ‘Text area background color’ is closed to new replies.