Hello Themco Forum,
I would appreciate it if anyone could help me with a problem I am having creating a second hyperlink colour.
Currently, I have link colours set to red within the global settings:
Which is not an issue because the website has a white background.
But when used on the footer of the website, which is the same red colour, the link is hidden.
To solve this, I have tried selecting white as the link colour in the text content panel:
which works fine on my Mac, the phone number appears white, but on my iPhone it appears as red and is hidden:
I tried adding custom CSS in the customizer:
but the text won’t show up as white on my iPhone.
The CSS I am using is:
.element {
color: white !important;
}
and changed it to:
$el>div{color: white !important;}
within the customiser, if anyone can advise where I am going wrong, would be great.
many thanks
Ashley