background color boxed content and side bar

Posted in: Newsmag
Post count: 15

i can change background color every place except inside box and side bar. Need help!

Post count: 6535

Hi

Please provide your site url and more detail about what you’re trying to do so I can inspect this closer and get back to you with a more accurate answer.

Thanks!

Post count: 15

Background color on main menu: (White) Text: (black) hover: (orange) (if I change main menu background color in theme panel to background color #eeeeee the text stays black, orange hover disappears and white blocks highlight menu links. I Would like main menu #eeeeee and links and hover to stay the same, no blocks on hover.

Mobile : share button only on mobile (green phone) want to remove.

Posts on home page: I would like white box for post exerts on home page. Example: http://www.radiolab.org/

I know this is a tall order but would really appreciate your help!

Thank you so much.
[data removed by admin]

Post count: 6535

Hi

I’ve removed your credential as this is a public forum and any member can see them.

I am not really sure what layout you’re trying to achieve for menu so please provide more detail about this, also a screen pointing the desired result would help.

Use this css in theme panel > custom code > custom css to make a white background for excerpts:

.home .td-excerpt {
background-color: white;
}

To hide whatsapp button use this code:

.td-social-whatsapp{
display: none!important;
}

Thanks!

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