Can't Get Background to Change.

Posted in: Newspaper
Post count: 3

Hi,

I have tried multiple time to get my background to change on my website. flagfreedom.com

I’ve gone into theme panel and have set and saved it a few times now with no luck.

However it is unresponsive. Is there a problem with the code?

Thanks

Post count: 7909

Hi,

I have checked your site and you have background: http://screencast.com/t/zSswxxaXIJW

Did you solve the issue? Please provide more details, if not.

Thanks!

Post count: 3

Right, I have the background there. What I want to do is get rid of the white background in the center. I want a uniform background and I would like transparent white or grey menu bars as well.

Hope this helps.

Post count: 6600

Hi,

Use this custom css in theme panel > custom css filed: http://screencast.com/t/o4QBRnnz5fT

.td-menu-background .td-menu-wrap {
background-color: rgba(255, 255, 255, 0.5) !important;
}

.td-page-wrap {
background-color: transparent !important;
}

Change the color as you like.

Thanks

Post count: 3

Hi,

Thanks so much for the help, now I have a white line inbetween the menu. Also, how can I change the white color at the top where the text logo is?

Thank You Again…

Post count: 7909

Hi,

Please use this custom css to change background for logo: http://screencast.com/t/AUOp3Cq4

.td-boxed-layout .td-logo-rec-wrap {
background-color: transparent !important;
}

You can change the color how you wish!

Thanks!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.