-
AuthorPosts
-
August 27, 2014 at 8:56 pm #310058
Hi,
I’m trying to change (what I think is called the container) color of the background behind the the content elements, because when I use a background image you can’t read the text.
I’m currently using the color section with an image background. I’m not sure how to change the background color of the content elements themselves.
I would like to see what both white and also an opaque (slightly see through) color looks like.
Thanks!
- This topic was modified 10 years, 2 months ago by sadephoi. Reason: privacy
August 28, 2014 at 6:49 am #310247Hey!
Try adding the following codes to the Quick CSS (General Styling):
White:
#av_section_2 .container { padding: 20px; background: white; }
Opaque:
#av_section_2 .container { padding: 20px; background: rgba(255, 255, 255, 0.8); }
Cheers!
JosueAugust 28, 2014 at 8:02 pm #310625That worked great! I’d like to create a default page template to apply to every page I created. This way i won’t have to create the color section, add the image, and then try to apply this same css hack for the opaque background behind the text. What code would I use to make this work on regular pages?
I’m new to your theme (coming over from woo themes), so I’m working my way through the documentation and tutorials.
If you could help me speed up my learning curve in accomplishing the above I would greatly appreciate it!
August 28, 2014 at 9:20 pm #310653August 30, 2014 at 12:02 am #311114Thank you! Loving this theme. Great job. Once I get the hang of it I won’t be posting so many questions here.
I can’t figure out what is causing the large white block, including the pages list/links below the other elements.
I tried several different things, but I can’t see what is controlling that section of the page.
- This reply was modified 10 years, 2 months ago by sadephoi.
September 2, 2014 at 7:52 am #312064Hi!
Try disabling the Sidebar setting for that page.
Cheers!
JosueSeptember 2, 2014 at 8:55 pm #312494Thanks!
-
AuthorPosts
- The topic ‘container background color’ is closed to new replies.