Hi folks,
Had the same problem with the buttons in Serious Slider since the WordPress 6.1 update. I found a workaround that works for me.
Find the code for whatever button or buttons you wish to hide and code display:none in the customizer under Additional CSS. In my case working in Fluida it was:
.seriousslider-theme .seriousslider-caption-buttons a:nth-child(2n), a.staticslider-button:nth-child(2n) {
display: none
}
This hid the button I couldn’t change or delete. Then I created a new button in the Slide where you can create your own buttons, labels etc. to take it’s place for the time being. You can find help in coding buttons in the W3 Schools website.
Hope this helps people until Cryout can find a fix for the incompatibility that WordPress 6.1 created!
Cheers
-
This reply was modified 1 year ago by alannah. Reason: Included unintentional likn