Hello,
I am having the exact same problem. You can’t click on the top level navigation links on mobile.
http://www.stephanieotles.com/hvwgc/
I have Jevelin 4.7.1 installed and have tried deactivating all other plugins. Can you please take a look?
Thanks you!
Hi, I’m having the same issue. Did you ever figure this out?
I have tried using YellowPencil and a child theme with the following css to change the button background color:
<div>.sh-button{</div>
<div>background-color: #85B153 !important;</div>
<div>}</div>
<div></div>
<div>.sh-button:hover{</div>
<div>background-color: #A3D06E !important;</div>
<div>}</div>
<div></div>
<div>If I use !important the button color is changed but you can’t ever change it in WPbakery if you need a one off button that’s a different color. But if I removed !important the default color does not change.</div>
<div></div>
<div>What am I missing? I have tried looking through the Jevelin css files and have not been able to find another style to changes.</div>
<div></div>
<div>thanks!</div>