Good day! I need help on how can I removed the space and the dots below the slideshow,
Thankyou so much!!!
have you tried adding display: none !important; to these elements?
try add this
controlNav: false,
after
animation: “slide”,
if not working, i will need to look at your site to find the correct css selector.
It works it removes that the dots, but the space are still there. @askewallz
@askewallz here are the result when I put the code that you gave to me
try
.flexslider{margin-bottom:-50px !important;}
it its working, adjust the number accordingly.
where should I put the code? @askewallz
in the code editor or you can also replace the following
with
I get it now, I removed the - sign and replace it with 0 and it works perfectly! Thankyou so much! @askewallz
cool! i’m just guessing, 0 would do the trick too.