[Resolved] Edit navigation button style.

Home Forums Support [Resolved] Edit navigation button style.

Home Forums Support Edit navigation button style.

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

    Hi! Could you please point how to edit the style of the button on top of the page? Added the class nav-button and also the code from your documentation, but can’t get to change the style of the button. How to do that?

    #1062780
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .nav-button a {
        padding: 10px 25px;
        border-radius: 5px;
        font-weight: 700
    }
    .header-widget {
        overflow:unset;
        margin-top: 10px;
    }
    #1063792
    Santa

    Thank you David! Works great as always!

    #1064120
    David
    Staff
    Customer Support

    Glad to be of help

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