• Resolved suicidepicnic

    (@suicidepicnic)


    hello,
    I am making a dark website.
    1. how can i change the color of the BACK/CART stripe to a dark grey and the color of the text and cart icon itself?
    2. Can i do the same for the drop down cart menu for a lighter grey?

    also is it possible to make changes to the color of the checkout iframe?

    thank you very much

    The page I need help with: [log in to see the link]

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

    (@pr3ss-play)

    Hi,

    you can change the colors by CSS, just add following code to your “Custom CSS” of Spreadplugin or your theme:

    
    .spreadplugin-menu {
     background:#242526
    }
    
    .spreadplugin-menu a.btn-back{color: #0abefa}
    .spreadplugin-checkout-link{color: #0abefa}
    

    for useability, I’d recommend not to use an iframe. But both you can’t change because these are the checkout mechanisms of Spreadshirt itself.

    Cheers
    Thimo

    Thread Starter suicidepicnic

    (@suicidepicnic)

    thank you very much! first two worked well.

    the third one for the cart icon took effect in the widget but it did not change in the product page.

    Plugin Author Thimo Grauerholz

    (@pr3ss-play)

    you can overwrite all links:

    
    .spreadplugin-items a {
        color: #0abefa;
    }
    
    Thread Starter suicidepicnic

    (@suicidepicnic)

    oh yessss! it worked. thank you very much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘back/cart stripe and cart menu’ is closed to new replies.