Tagged: border
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?
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
it works perfectly!
thank you very much!