Okay
  Public Ticket #3214768
problems with styling buttons
Closed

Comments

  •  8
    Cesare started the conversation

    Hi there, I have problems with styling buttons. Option set with Rounded W/Shadow, works only in header and nectar slides, but in page they are always square.
    Is it possible to solve the problem?

    Attached files:  2023-01-24 at 07-20-00.jpg

  •  1,643
    Judith replied

    Hi there,

    Thanks for choosing Salient.

    Please try this css:

    body[data-button-style*=rounded] .nectar-button.tilt, body[data-button-style=rounded] .swiper-slide .button-wrap a, body[data-button-style^=rounded].ascend .container-wrap .search-form input[type=submit] {
        border-radius: 45px!important;
    }

    Thanks.

  •  8,403
    Tahir replied

    Hey Again,

    The Rounded options wont work with the 3D buttons. Try using a Different Button Style and check. 

    Thanks 


    ThemeNectar Support Team 

  •  8
    Cesare replied

    Perfect, thanks Judith

  •  8
    Cesare replied

    @ Tahir, I had already tried with all styles but it didn't work. With Judit's code it's ok

    now solved, thanks anyway