change shopzee theme search button and cart icon color

Home Forums All Other Themes change shopzee theme search button and cart icon color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #107113
    anud06anud06
    Participant
    • Topics: 5
    • Replies: 9
    • Total: 14
    Member since: October 1, 2017

    Hi,

    How can I change the shopzee header search button color and the cart icon color to something else? I did not see any options inside the theme options.

    #107123
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .header-right input[type="submit"], .header-right .column2 i { background:#f2ba1f;}

    Regards,
    Dave

    #107173
    anud06anud06
    Participant
    • Topics: 5
    • Replies: 9
    • Total: 14
    Member since: October 1, 2017

    Hi,

    I’ve tried adding that. But it doesn’t work. However adding only this `.header-right .column2 i { background:#f2ba1f;} would change the cart icon.

    Regards
    Anush

    #107254
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .header-right input[type="submit"]{ background:#f2ba1f !important;}

    Regards,
    Dave

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.