Hi,

http://kayaendustriyeldagcilik.com/demo/

I'm having a problem with the Artsy slideshow module.

The slide bars are down where they should be up. I added the slide menu again. However, the problem persists.

What do you recommend?

I reinstalled the theme on localhost. Seamless. I placed the advanced menu code there on the old site. The problem still continues.

    Hi muhammedkursad,
    You can add the following CSS code to the Template Styles > Ja Artsy > Tools > Custom CSS.

    .acm-slideshow div.owl-carousel .owl-nav button {
        background: transparent;
        color: #001659;
        top: 0px;
        left: 0;
        width: auto;
        position: static;
        height: auto;
        text-align: left;
        font-size: 15px;
        line-height: 0;
    } 
    
    .acm-slideshow div.owl-carousel .owl-nav button:not(.disabled):hover {
        background: transparent !important;
    }
    Write a Reply...
    You need to Login to view replies.