Tagged: x
-
AuthorPosts
-
April 3, 2016 at 2:21 pm #864926
Hi,
My website is not live yet but I am using the current wordpress and cornerstone versions. I am using the Ethos design with x theme.
I currently have a site background which I like, but I am trying to get the white box that holds the content (it is outlined by a red box) to be opaque.
What is the best way to do this?
thanks!
JeffApril 4, 2016 at 12:07 am #865387Hi Jeff,
Thanks for writing in! You can try adding the below CSS under Custom > CSS in the Customizer.
.entry-content { background: transparent; }
or
.entry-wrap { background: transparent; }
If none of these code work then we need the URL to check.
Cheers!
April 5, 2016 at 11:02 am #867832Hi,
Thank you for the response. neither of the above codes had any effect.The URL for the site is
http://manitobavoa.com/Thank
JeffApril 6, 2016 at 1:15 am #868686Hi Jeff,
Please try this code instead.
.x-boxed-layout-active .site, .x-main.full { background: rgba(255,255,255,0.5); }
You may change 0.5 to adjust the opacity of the white background.
Hope that helps.
April 6, 2016 at 8:08 am #869210Thank you very much, the above code worked perfectly!!!
April 6, 2016 at 10:59 am #869562You are welcome!
Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.
Thanks for using X.
Cheers!
-
AuthorPosts