Okay
  Public Ticket #2839952
Change single button backgroudn colour
Closed

Comments

  •  1
    ggrass started the conversation

    Hi there,

    I am trying to change this button (see screenshot attached - it's on the side cart page) background colour to #F1F1F1. I have edited the css with this handle, but it doesn't seem to do anything, 

    a.button.wc-forward {
        background: #F1F1F1 !important;
    }

    Could you please help with that one?

    Cheers,
    G


  •  1,878
    Judith replied

    Hi There,

    Thanks for reaching out to us.

    Please send in your admin login credentials so that we can look into this further.

    Thanks.

  •   ggrass replied privately
  •  8,846
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .nectar-slide-in-cart .widget_shopping_cart .buttons a.button.wc-forward:not(.checkout) {
        background-color: #f1f1f1 !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    ggrass replied

    Thanks, that's great!

    Cheers,
    G