Thanks for a great theme and a great support!
I noticed that there are two types of links. One that I can choose color and so on in the customizer and then there is the links in bold and a black underline. How can I decide which one I want to choose? I’d prefer to only have the one that I can control in the customizer.
Thanks!
OK, thanks. One thing that might help when looking further in to this is that when I make a link bold or italic it will be a a:link but when I just make a link on my regular text it will be tho one with underline and black.
I don’t quite understand how these links work. I have two similar pages, yet on one I have one type of link format and on the other the next. Seems random as I have not done anything to specify my links on either page, at least I’m not aware that I did. Would you be able to help me figure out what is happening? http://www.ateliernovotny.com/contributors/ http://www.ateliernovotny.com/your-support/
Hi ateliernovotny,
One of them in the list not in the paragraph, the other one is located in the paragraph that is why there are two type of links.
Could you try to use these custom css codes;
.entry-content li a { border-bottom-color: #fff387; font-weight: bold; color: #000; border-bottom: 3px solid #fff387; }
.entry-content li a:hover { border-bottom: 3px solid #333; }