I’m converting our website and somehow on one page I see different behavior of a hyperlink.
(site: http://www.sawai-ecotourism.com)
One hyperlink has a different color (it uses the color from the theme settings) and three others keep the color of the normal text, until you hoover over it.
Applying different colors, or creating new links keep coming up with a link in the normal text color instead of the theme color.
Yes exactly we have designed our theme this way. The menu color will be change to different color when you hover on it and the link text will be displayed in the different color. You may also even see it in our demo site too.
What I meant is something a little bit different.
On the page there is a link in the first sentence (the link is ‘under’ Weda reef and rainforest Resort at Halmahera)
That link has a color.
Underneath “Here are our main tasks” there are three bullets.
Those three bullets are also hyperlinks, but they have no color, so the visitor will not see that it is a link.
Hi fsteinhauser,
This section is under (ul li tags) so there is effect while you are hovering.If you change the link color here then it will also effect to the menu too.
Add this code inside dashboard -> appearance -> theme options -> design options -> custom css #content ul a, #content ol a { color: #63c6ae;}