Home Forums WoodMart support forum Brand Navigation Buttons Missing In Chrome

Brand Navigation Buttons Missing In Chrome

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #118028

    websmartz1
    Participant

    Hello,

    I’m using the carousel brand slider but the navigation does not show up in chrome

    #118043

    Hello,

    Navigation appears on hover, please have a look at the screen https://gyazo.com/4b3f61cac12ee877841c479a64ee2078

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .owl-carousel .owl-nav>div {
    	    transform:none;
        -webkit-transform: none;
        opacity: 1;
        visibility: visible;
        pointer-events: visible;
    }

    Best Regards

    #118133

    websmartz1
    Participant

    Great thanks a lot, it works fine.

    #118162

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Brand Navigation Buttons Missing In Chrome’ is closed to new replies.