• Hey guys, this has probably been asked before but after a quick browse of the topics I wasn’t able to find it.

    I am using the plugin on mini view and I’m looking to change the background color of what I guess would be called the menu (has the drop down menus for categories, the number of items in the cart and the cart icon) as well as the pop up area when hovering over an article on mini view. Currently these areas are white and I’m looking to make them match my sites background.

    If this is possible could someone please show me the CSS code to do this? I would really appreciate it.

    Here is a link to a screen shot of the areas I’d like to change: click here

    Also, if you look at the cart icon it is lower and to the right of the cart item count. Can this be placed directly to the right of the item count?

    Thanks.

    https://wordpress.org/plugins/wp-spreadplugin/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Thimo Grauerholz

    (@pr3ss-play)

    You may play around with this. Please just paste into “Custom CSS” in spreadplugin options, otherwise it will be overwritten in next spreadplugin updates 🙂

    #1c1c1c is a little dark, isn’t it? you’ll lose the hover when active?!

    .spreadplugin-checkout-link.button {
        float: right;
    }
    
    .spreadplugin-article.spreadplugin-clearfix.min-view.active {
        background-color: #1c1c1c;
    }
    
    .spreadplugin-menu {
        background-color: #1c1c1c;
    }

    Best
    Thimo

    Thread Starter CUMBERTEES

    (@cumbertees)

    Thank you so much Thimo Grauerholz. That was exactly what I wanted.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS Color Help’ is closed to new replies.