Hi,
I would like to style a title (H3) exactly like a button.
But I don’t want any link, when mouse over.
Is it possible to remove the default link of a button ? (when the mouse is over)
with a CSS class ?
I try to style a title with a CSS class, but I can’t do it.
Or if I can give me the CSS class code to do it (background color, and rounded corners) (no icon)
Thanks
Hey ppi37,
Could you post a link to where you want to implement this please? Also please point out the element in question, and the button which you want to copy the styles from.
Best regards,
Rikard
Hi,
It looked to already be styled like a button, although I’m seeing a few on the page you provided. You can remove the link with the following css:
.av-special-heading.av-special-heading-h3,
.av_textblock_section .avia_textblock.button {
pointer-events:none!important;
}
Best regards,
Jordan Shannon
Hi shannon,
I apply a custom CSS Class to a button, and I got the title styled like a button
/*—————————————-
// CSS pour titre avec style bouton et suppression du lien
//————————————–*/
.button-no-link {
pointer-events:none!important;
}
Thanks a lot
Hi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan Shannon
Hi,
It’s perfect, you can close.
Thanks
Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon