change blog post background and mega dropdown color

Posted in: Newsmag
Post count: 9

how to change the white section from blog post body to other color?
http://www.screencast.com/t/D9aQPoXAhC

also mega drop down color
http://www.screencast.com/t/4HzUD2Vr

i have some trouble with [tagDiv]block 7 when i put it on the sidebar,
http://www.screencast.com/t/xgRY21YWRs

i can’t change the block title
http://www.screencast.com/t/zcb39yJnZ

Post count: 6535

Hi

1. You can add a specific class for this section: http://screencast.com/t/aqoraLw4GjpUhttp://screencast.com/t/ApYGAAAuZr6 and set the background color using custom css like here:

.colored-post-area{
background-color: antiquewhite;
}

2. If you want to change the background color for a block from a specific post you can use custom css and target the post id class and the block’s class:

.postid-490 .td_block_7{
background-color: red;
}

To get the post id follow this link: http://screencast.com/t/OTJLzYed9 The result should be like here: http://screencast.com/t/3nUhtPU7

3. To change the mega menu background color try this custom css: http://screencast.com/t/d8IHOxhvYI

.sub-menu{
background-color: aqua!important;
}

4. I’ve tested the block title ant works fine: http://screencast.com/t/0Rt1YAbt8http://screencast.com/t/t7RWYd5VD try to clear the cache and test again.

Thanks!

Post count: 9

Thankyou sooooo much Andrei L.
very helpfull 😀

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