I am going to update all my links to bold/underline with the following:
a {
text-underline-offset: .45em;
}
#content a {
font-weight: bold !important;
}
I wanted to know how can I exclude the footer? In fact I just want the bold/underline in articles/posts and no where else so if there is way to structure it that way please let me know.
Thank you! Is there a way to exclude header and footer from the underline option in the customizer? Basically I’m just looking to have content links in pages and posts bolded and underlined and no where else.