Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #650538

    my client asked me to remove the border of the buttons in the fullscreen slider
    and remove any padding between them
    so i fiddled around in the style.css (removed the border and corner radius and made th buttons a bit wider)
    and it seems to work –
    now its looks like one long button – just like he wanted it to look (please take a look, link is in the private content)

    Problem is, now he asks for a thin white line between the buttons
    so i tried adding “border-left: 1px solid white;”
    but of course it effects both buttons and since i need only in between the buttons
    i have to find a way to apply it only to the right button
    is it possible?

    #651209

    Hey Doron,

    Thank you for using Enfold.

    Please add this in the Quick CSS field:

    .avia-slideshow-button-2 {
        border-right: 1px solid #fff !important;
    }

    Best regards,
    Ismael

    #651765

    it works perfectly!
    thank you very much!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘no border to fullscreen slider buttons with vertical line between them’ is closed to new replies.