-
AuthorPosts
-
March 25, 2014 at 6:52 pm #26487
Hi there,
I just purchased X Theme and sooooooooo love it!!! It’s the best theme I have ever used.
I just had a question about the Integrity Theme’s dark setting. I was wondering what the CSS code is for changing the colour of the body container and the header and the sidebar?
Thanks so much for the helpMarch 26, 2014 at 2:10 pm #26795Hey Bradley,
Thanks for writing in and your kind words.
The container of both the main content and sidebar has .site class. The main content is .x-main and the sidebar is .x-sidebar.
To use them in CSS, you’ll code as follows:
.site { background-color: red; } .x-main { background-color: yellow; } .x-sidebar { background-color: green; }
The colors are samples only. You can change them as per your needs.
Hope that helps. 🙂
March 26, 2014 at 7:02 pm #26870Hi there,
Thank you so much for the reply. This really helps and again LOVEEEE the theme. It makes everything so easy.March 26, 2014 at 9:25 pm #26946Hey Bradley,
Your Welcome!
Thanks
June 22, 2014 at 8:45 am #59515Hi there,
It helped me as well, so thank you 🙂
But would like to know, how can i change the background colour of the menu?
Oh, ok, figured out! 🙂 “.x-navbar”
Thanks anyway!
Susanne
June 23, 2014 at 3:24 am #59820You’re welcome.
July 5, 2014 at 8:01 pm #65380I cannot find a way to change the container color.I have set up a sample on my site nlmosler.com to show what I mean. It’s the dark grey container that sits in the middle of the page. How do I remove the background color and border?Issue has been fixed. Added the following to the custom portion in customizer
.entry-wrap { background-color: rgba(0,0,0,0); border-radius: 4px; -webkit-box-shadow: inset 0 -0.125em 0.5em 0 rgba(0,0,0,0) 3px 2px -2px rgba(255,255,255,0); box-shadow: inset 0 -0.125em 0.5em 0 rgba(0,0,0,0) 3px 2px -2px rgba(255,255,255,0); }
July 6, 2014 at 6:21 pm #65657Great to hear that Lee! 🙂
-
AuthorPosts