Dear @redhillbowls,
Sorry for the belated response.
To solve the problem, you should use CSS to reduce the value of z-index in these two classes.
https://joxi.ru/eAONMnKtkYWpY2
https://joxi.ru/L21dlZaU041zOm
https://www.loom.com/share/8e7f28c851d2458cb20af2e30d896d61
Since menu on different websites can have different z-index values, we do not have to specify the clarity, so you need to edit the css values a bit.
The code is code:
div [id ^ = ‘bwg_container1_’] div [id ^ = ‘bwg_container2_’] span [class ^ = ‘bwg_slideshow_dots_’] {
z-index: 1;
}
div [id ^ = ‘bwg_container1_’] div [id ^ = ‘bwg_container2_’] div [class ^ = ‘bwg_slideshow_dots_container_’] {
z-index: 2;
}
It is recommended to insert the CSS code in ‘Additional CSS’.
Themes -> Customize [Current Theme] -> Additional CSS:
https://joxi.ru/MAj9JxwUk59K82
Sincerely,