Shopping cart visibility in Mobile sticky header

Home Forums Jevelin Theme Shopping cart visibility in Mobile sticky header

Home Forums Jevelin Theme Shopping cart visibility in Mobile sticky header

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • NorthumbrianTin
    Participant

    Morning Guys

    Having an issue with the shopping cart colour on the sticky header .

    When the header is active the hamburger element turns grey(great!)  however the shop cart stays white .

    Is there a way to make the shop cart colour match the hamburger without affecting all the other white elements in my theme?

    Pics below – before and after showing issue

    Thanks and regards

    D.

    http://www.northumbriantinsoldier.com

    Attachments:
    You must be logged in to view attached files.

    Hi @NorthumbrianTin,

     

    I hope you are well today and thank you for your question.

     

    You can matcth the color by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .primary-mobile-light .sh-sticky-mobile-header-active .sh-nav > li.menu-item > a > i.icon-basket {
        color: rgba(61,61,61,0.6)!important;
    }

     

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)