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.