Okay
  Public Ticket #2086406
How to Show
Closed

Comments

  •  1
    Souvik started the conversation

    How to i show 'wishlist' logo on the top of the Mobile version (left side of 'bag' logo). And also 'login' logo on the top( left side of wishlist logo). Please help me!!!!

  •  2,571
    Kevin replied

    Hi Souvik  !

    Please leave the site name and access account wp-admin, I will check the details and help you design it

    thank you

  •  1
    Souvik replied

    Sorry i don't access you in my website. You can tell what I do to 'wishlist' logo on the top of the Mobile version (left side of 'bag' logo). And also 'login' logo on the top( left side of wishlist logo).  I have online digital downloadable website. You can tell me with css. I put css code on my ' custom css' options.

  •  2,571
    Kevin replied

    Hi Souvik !

    I need to know which theme you are using and the header-layout you are using to help you

    thank you

  •  1
    Souvik replied

    I use your karo theme and its demo-4 and its Heder.

  •  2,571
    Kevin replied

    Hi Souvik !

    Please add this css attribute to APppearance-> Customize-> Addional Css


    @media (max-width: 991px) {
    .header-ftc .dropdown-menu-header {
        display: block !important;
    }

    }

    thank you