Link/Title hover color

Posted in: Newsmag
Post count: 79

How and where do i change the link hover and title hover colors?

Post count: 23312

Hello eemskrant,

Please check the settings from Theme panel from here -> https://www.screencast.com/t/d6dai8odQ9xp

Thanks for the message!

Post count: 79

That is in the headers but on the front page i have black text and when i put my mouse over it turns white like the background.

Post count: 23312

Hello eemskrant,

Please provide your website URL so I can identify the problem and also, so I will be able to provide a more accurate code.

Thanks.

Post count: 79

https://www.groningerkrant.nu/ Mouse over title main page and sup page’s

Post count: 23312

Hello eemskrant,

I have inspected your website and I saw that your hover to your block titles is white. If you want to change this effect, you should use the code below and place it in Theme panel -> Custom CSS area.

.td_module_wrap:hover .entry-title a{
color:black;
}

Thanks for the message!

Post count: 79

Why cant we do that in the block/text settings?

Post count: 79

And how to change the readmore button under the post in the catagory it changes to white to

Post count: 23312

Hello,

I have inspected your Read More button and I saw that you have some additional customizations that’s overwrite the default theme style and that’s why when you hover over that button you will bring white color. Please check here -> https://www.screencast.com/t/MtHIhnnDu I suggest you remove all of your additional customizations which can break this effect, check the Theme panel option to the Theme colors and reset all the settings to be the default, clear all the caches and check the results. Notice that, by default, every theme element works as expected, without any problem.

Thanks for the message!

Post count: 79

The THEME ACCENT COLOR screws it up i noticed. How do i change hyperlink colors in the text and not use the theme accent color tab then other settings getting affected

Post count: 23312

Hello eemskrant,

If you want to affect the color link from the post content, you should use the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.td-post-content a{
color:green;
}

Thanks.

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