Button (Style 2 Bordered) – Worng hover text color on Safari (IOS)

Posted in: Newspaper
Post count: 18

I am using a bordered button and set it’s hover text color in TD Composer. However on Safari (IOS device) the style is not applied correctly. Instead the default theme acent color is used.

You can find the button on the following site. Please scroll down to the “Mehr anzeigen >” button:
https://kreuzfahrthai.de/magazin/

Post count: 35449

Hi,

Please set this custom css in theme panel>Custom code>Custom css

.entry-title a:hover, .td-post-category:hover, .widget a:hover, .td_block_wrap a:hover {
    color: #427aa1;
}

This should solved the problem on Safari with the text color for that button when is hover.

Hope this will help you!
Thanks.

Post count: 18

Thank you for your help. The code fixed the issue.

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