CSS on megamenu page

Posted in: Newspaper
Post count: 68

Hi guys
You promised to help with the CSS for our mega menu page.

The page is here:
https://gulklud.dk/nfl-hold/

I would like the following:
1) images and text aligned
2) Text black and not bold
3) Text blue (like now) and bold on hover

Thank you

Post count: 18283

Hello !

Please try this CSS and let me know if worked !

.page-id-65120 .tdm-list-with-icons .tdm-list-text a img{
vertical-align: top;
}
.page-id-65120 .tdm-list-with-icons .tdm-list-text a {
color: black;
font-weight: 500;
}
.entry-title a:hover, .td-post-category:hover, .widget a:hover, .td_block_wrap a:hover {
color: blue!important;
}

Thank you !

Post count: 68

Hi Vlad
Thank you so much for the CSS suggestion.
Unfortunately nothing happens.

I tried inserting the code in the theme custom css and in the theme editor, but neither has an effect.

Any idea what I am doing wrong?

Thanks

Post count: 18283

Hello !

Please make sure that you have cleared your Cache. On our side the website it looks ok: https://www.screencast.com/t/qFAmrEe8TcY

Thank you !

Post count: 68

Thanks.
And where do you insert the css code?

Post count: 68

Vlad, you da man – it works.
Thanks!!

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