Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1115683

    Hi,

    for my main menu i choose colored buttons – how can i give more space left and right between the buttons?

    Thank you for helping!

    #1115761

    Hey Stefan,

    Please try the following in Quick CSS under Enfold->General Styling:

    .av-menu-button-colored a {
      padding: 0 20px;
    }

    Best regards,
    Rikard

    #1115789

    hi,
    works great with “important”

    Do you know how i can change the color of active and hover status?

    #1116152

    Hi Stefan,

    Please try this CSS as well:

    .av-menu-button-colored a:active {
      color:red;
    }
    
    .av-menu-button-colored a:hover {
      color:green;
    }

    Best regards,
    Rikard

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