How do I change the background (in the main section) of the home page from white - to match the color I'm using on the right & left sides? http://www.covitravel.com/teahouseconnection/
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .bgimagecolor{ background-color:red; } Inplace of "red" put your color code.
This does not work. That is only to change the side panels. I want to change the entire background and move all the white background that shows up on the center two-thirds of every page. When I switched to this pro version, the main section of the webpages, that contain all the content are still ALL white. Can anyone help me? My site is: http://www.covitravel.com/teahouseconnection/ Thanks, LouAnn
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .bgimagecolor { background: none; }
Thank you very much! Now I just need to make my logo have a transparent background. My logo was done in Photoshop. Can I easily switch that background to transparent?
Hello, I have checked your site and i think you have done it by yourself. If not then please do let me know.
I have tried the following code for Covera Pro and it just does not change the background. Also tried Body rather than fullwidth and also no change. I would like to make my fullwidth pages have a black background. What could would I use for that in this theme? This does not work: .fullwidth { background: black; }
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .content { background: black; } In place "black" you can put your color or color code. This will solve your issue.