Okay
  Public Ticket #2933969
Nectar team slider button
Closed

Comments

  • Marou started the conversation

    Hi. The Nectar slider button is always rounded, but i'd like to make button somewhat bigger en squared, without rounded corners. I find no option to edit te buttons at all and with CSS I haven't gotten very far. Can you guys assist me with this? The site is disabled with a under-construction plug-in, so I've attached a screenshot. 

  •  1,878
    Judith replied

    Hi Marou,

    Thanks for contacting us.

    We may have to access your website so that we can provide css for it with this you may have to send the logins so that we are able to access your homepage as this is possible only with css.

    Thanks.

  •   Marou replied privately
  •  2,959
    Andrew replied

    Hi Marou,

    The following CSS might help.

    body[data-button-style^="rounded"] .swiper-slide .button a {
        border-radius: unset !important;
        font-size: 20px;
    }
    

    Regards,