Can't change the main menu color

Posted in: Newspaper
Post count: 4

I tried to change my menu color but it didn’t work. I have a site which is tuongmenh.net. And when I changed the theme setting of the menu background into red but it’s still blue. Please help me out.
I cleared cache and everything

  • This topic was modified 7 years by bachhuy.
Post count: 4

Untitled-2--100-Layer-2-RGB8--2019-02-17-21-40-45.png

Post count: 35449

Hi,

If you are using the header builder you can change that background color like this -> https://www.screencast.com/t/rb5EFVoH
If is not a header template for tagDiv Cloud Library you can change it only with custom css
-> https://www.screencast.com/t/xQZlNpiMUx
.td-business .td-header-style-1 .td-header-main-menu {
background: red;
}

Thank you.

Post count: 4

Thank you for your support. I also want to change the color of block title but it seems impossible as well. Can you help me with CSS code that will change the block title color into red.

this block title

Post count: 35449

Hi,

In order to change the color for trending now, edit the page wit tagDiv Composer click on trending now and go on style
-> https://www.screencast.com/t/IAChd0PyW0
Try to do the same for the others to blocks -> https://www.screencast.com/t/eHOFNHFh1O0w.
If you want to use the css here is the code
-> https://www.screencast.com/t/VZA3QFBP0J
.td-trending-now-title,
.td_block_25 .td-block-title .td-pulldown-size,
.td_block_text_with_title .td-block-title .td-pulldown-size {
color: red;
}

Thanks.

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