Archived topic
H2 Link without underline or as button?
3 replies · Started by Sven on January 6, 2022
Hello,
i've made some H2 in one of my pages as header in a container with a link to other pages.
It looks a bit ugly now because the links have underlines.
Is it possible to use these H2 links without underline only on this page? OR: Is it possible to use a button with a link and specify this button as H2 ?
I found a lot of ansers related to my wish, but all of them change the H2 general on the site, not on a single page.
Thanks for help and best regards.
Hi Sven,
Using this CSS might be the easiest solution:
body.page-id-21 h2.gb-headline a {
text-decoration: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Thanks Leo.
As always: Perfect answer and support.
No problem :)