• Resolved ingedesign

    (@ingedesign)


    Hi,

    I would like to remove the dots on the photos in my photo galery. How can I do that?

    Thanks,
    Inge

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • i made it with css

    try this for example:

    #bwg_container1_0 .bwg_slideshow_dots_0.bwg_slideshow_dots_active_0{
    Display: none;
    }

    Thread Starter ingedesign

    (@ingedesign)

    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!

    Plugin Contributor Photo Gallery Support

    (@photogallerysupport)

    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!

    Thread Starter ingedesign

    (@ingedesign)

    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

    Plugin Contributor Photo Gallery Support

    (@photogallerysupport)

    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!

    Thread Starter ingedesign

    (@ingedesign)

    Hi,

    This works!! Thank you so much.

    Have a great day!

    Inge

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Remove Dots’ is closed to new replies.