tykikhan
Member
Posted 9 months ago #
Hi guys,
I'm using the Thesis template for my blog. I was wondering how I can change either the CSS in order to have my Header, Sidebar, and content section not to have any background color. I am using javascript for my background, so I would like those sections to have a transparent background.
Thank you very much
Link to the site so we can have a look?
Cheers
PAE
tykikhan
Member
Posted 9 months ago #
Try this in style.css, in a child theme or in http://aytakin.com/wp-content/themes/thesis_181/custom/custom.css in the theme itself:
.custom #container,
.custom #page {
background: transparent;
}
Best to use a child theme but you'll have to make sure you import all the parent style sheets in the correct order.
Cheers
PAE
tykikhan
Member
Posted 9 months ago #
Oh thank you very much for your help.
Just one more question, since I didn't realize this until now.
How would I be able to remove the bars separating the different sections?
Thanks again
You seem to have managed that on your own from what I see on the site. Well done.
Cheers
PAE