I have been trying to bold hyper linked text globally in body text to save me serious headaches.
I have tried this
.avia_textblock a {
font-weight: bold;
}
and this
p > a { text-weight: bold; }
I use a premium Gotham web font – perhaps this is causing conflicts? That css is in private area
Hey leahmessina,
Did you try adding !important declaration to the styles?
Best regards,
Jordan Shannon
I have now, to no avail. The link if the private area has examples of the in-body hyperlinks. I have text blocks, icon blocks, and an accordion element with in-body hyperlinks. None have bolded with the CSS shown below. This CSS is second in my general settings quick CSS section. There is a more important @media screen CSS above this one.
/*—————————————-
// Bold Body Hyperlinks
//————————————–*/
.avia_textblock a {
font-weight: bold !important;
}