Changing full background color

Posted in: Newspaper
Post count: 5

Hello Mate,

i need to get my entire site dark. and have a dificulty in change background collor..

i did change a few but some areas i dont know where to change it.

need to change in all pages, category. mega menu, more article box and all posts..

can you help me, boss?

http://www.inspiration.farm
http://www.inspiration.farm/topics/inspirations/

many tks

Post count: 6600

Hi,

For the category page you can change the background color from theme panel, like this: http://screencast.com/t/dEEQQbpFUwae
Use this css to change the background for the page wrap, like this: http://screencast.com/t/OApu5JiWI1A

Add it in theme panel > custom css:

.header-logo-wrap img {
padding-top: 30px;
}

.td-page-wrap, .td_block_mega_menu .td_block_inner, .td-more-articles-box {
background-color: #4b4b4b !important;
}

Thanks

Post count: 5

many thanks for your help..

is there any way to set background collor separately ??

eg.
mega menu and more article box with diferent colors from the rest..

share box and author box from same color.

other thing.. can i ad a load more articles buttons on category page?

Post count: 1291

Hi,

Those elements can only be targeted with custom css. By Mega Menu background you refer at the window or the button? You can use the browser inspector to look for the classes used on the respective elements and change their background color using css, for example:

http://screencast.com/t/UUs4UKFe

.td-mega-menu {
background-color: red;
}

Thank you, Emil G.

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.