• Resolved Davitt Steed

    (@davitt-steed)


    Hi,

    Great plugin. Looks awesome. The only thing I’m stuck with is changing the hover colour on the main previous/next controls. Is it possible to keep the background colour transparent and change the colour of the arrow on hover?

    Thanks for your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Davitt Steed

    (@davitt-steed)

    ok, looks like I figured it out. heres the css:

    .woowbox-slider-next-prev-button {
    background-color: rgba(255, 255, 255, 0) !Important;
    }

    .woowbox-slider-next-prev-button svg {
    background-color: rgba(255, 255, 255, 0) !Important;
    }

    .woowbox-slider-next-prev-button svg:hover {
    fill: #6a6a6a !Important;
    background-color: rgba(255, 255, 255, 0) !Important;
    }

    would be nice if you coul set thebackground colour though the plugin though and with the other sub menu items.

    Cheers

    • This reply was modified 4 years, 4 months ago by Davitt Steed.
    Plugin Author Rattus

    (@pasyuk)

    Sure, we’ll add this options in future module releases. What skin you use? Can you post link to your gallery page?

    Thread Starter Davitt Steed

    (@davitt-steed)

    I used the masonry skin. Its on a dev site at the minute but can send you a link when live. Cheers!

    Plugin Author Rattus

    (@pasyuk)

    There was added option to change background color for buttons in MultiGrid skin.

    Try MultiGrid skin, please.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change background colour on main controls’ is closed to new replies.