business identity: costumize link appearance
-
Is there a visual way of costumizing the link appearance in BI theme? I am just wondering, the standard link appearance is
– normal typo
– basic underlineCan I get rid of the underline, e.g.? So I could change color/ boldness myself in a second step.
Thanks for your help in advance. Best regards!
The blog I need help with is: (visible only to logged in users)
-
Hi –
Please tell me which site you are working on so I can take a closer look. I don’t think Bi is one of our themes, do you have a link to it?
-
-
Oh, and I should add, if you wanted the links to underline on hover, too, to make it more obvious that they are links, you could do that as well:
.entry-content a { text-decoration: none; color: #3355aa; } .entry-content a:hover { text-decoration: underline; } -
Thank you, that helps a lot.
Is there a same/ similiar css code for the widgets?
Thanks in advance!
-
Sure.
.widget a, .entry-content a { text-decoration: none; color: #3355aa; } .widget a:hover, .entry-content a:hover { text-decoration: underline; }
- The topic ‘business identity: costumize link appearance’ is closed to new replies.