i made it with css
try this for example:
#bwg_container1_0 .bwg_slideshow_dots_0.bwg_slideshow_dots_active_0{
Display: none;
}
Thanks mcfit. I’m not a pro in css. I tried adding the code above to the custom css in the theme, but nothing happened. Should I do it different? Not sure where exactly this should go and if I need to add any other symbols to make it work.
Thanks for your help!
Hi,
Please add the following CSS code into Appearance > Customise > Additional CSS:
#bwg_container1_0 #bwg_container2_0 .bwg_slideshow_dots_container_0 { display: none;
}
Thank you! Have a nice day!
Hi,
Thanks for the instructions and the code. Unfortunately nothing has changed still. I’ve added the code in the additional css but nothing happens.
Any other suggestions?
Thanks,
Inge
Hi,
Please try to add in this way:
#bwg_container1_0 #bwg_container2_0 .bwg_slideshow_dots_thumbnails_0 {display: none !important;
}
Let us know if it helps.
Thank you! Have a nice day!
Hi,
This works!! Thank you so much.
Have a great day!
Inge