• Resolved Marcus

    (@marcussvanberg)


    Hi!

    I want to be able to change the colors on the plugin, is it possible? I have tried with custom css but without it changing.

    Best regards, Marcus

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author dreiQBIK

    (@3qbik)

    Hey @marcussvanberg,
    you can change the colors with custom CSS.

    Examples:

    Changing the color of the price badge

    section.wpgr-wishlist .wpgr-m_card__price-wrapper {
        background: hotpink !important;
    }

    Changing the colors of the buttons

    section.wpgr-wishlist .wpgr-m_btn, 
    section.wpgr-wishlist a.wpgr-m_btn {
        background-color: darkgray !important;
        border-bottom-color: black !important;
    }
    
    section.wpgr-wishlist .wpgr-m_btn:hover, 
    section.wpgr-wishlist a.wpgr-m_btn:hover {
        background-color: dimgrey !important;
    }

    We are planning to implement some color pickers though, for changing the look.
    I hope we’ll be able to release this with an update soon, can’t promise too much though.

    Cheers
    Moritz

    • This reply was modified 6 years, 5 months ago by dreiQBIK.
    vinkozoli

    (@vinkozoli)

    Sorry, but it will be overwritten the custom CSS with m_card.scss.
    How can I changing it?

    I use the Simple Custom CSS and JS (SilkyPress.com)

    • This reply was modified 6 years ago by vinkozoli.
    vinkozoli

    (@vinkozoli)

    I got it! The !important is really important! ??

    Plugin Author dreiQBIK

    (@3qbik)

    Great, @vinkozoli!

    We’re glad you were able to solve it. ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change colors’ is closed to new replies.