Viewing 2 replies - 1 through 2 (of 2 total)
  • The only thing different to yours and mine is in my theme I have the anchor in the next selector, don’t know if that makes a difference, but in my theme, I need that anchor, otherwise it doesn’t work. However, in my theme my next button has an outer container for the next button, then the anchor inside it.

    Your other selectors seem ok, so I have a couple of suggestions. Try adding:

    Next Selector: .bottomnav a

    or

    Next Selector: a.next

    or

    Are you able to put a custom div container around your next button with a class something like ‘next-container’ then you can try putting:

    next selector: next-container a

    That last one will be similar to my one. Otherwise I am out of ideas.

    or try adding

    Next Selector: .bottomnav a:first

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can't find CSS Selectors!’ is closed to new replies.