Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1187821

    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

    #1187988

    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

    #1188199
    This reply has been marked as private.
    #1188202

    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

    #1188536

    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

    #1188683

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1188795

    Hi,
    It’s perfect, you can close.
    Thanks

    #1188869

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘how to style a title like a button’ is closed to new replies.