Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1096277

    Hello, I need to do a custom CSS for the Button Element
    avia-button
    Where can I find the names for that?
    1) I need to make the ends square – no rounded corners
    2) change the style for the text, such as font-size & font-style
    3) change the hover color for the button
    4) hover styles for the text such as font-size & font-style

    I already have the custom CSS enabled for enfold

    Suggestion:
    The normal button doesnt have settings for the hover color & just goes semi transparent, it would be nice to add the same settings to it that the fullwidth button has.

    #1096695

    Hey OhYa1337,

    Please try something like this in Quick CSS:

    a.avia-button {
      normal state CSS
    }
    
    a.avia-button:hover {
      hover state CSS
    }

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.