donation theme mobile menu

Home Forums Gravida Support donation theme mobile menu

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #118836
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    Hello, we have an issue in mobile menu.
    On the main menu we have a cart. It is displayed with a cart icon. in mobile menu the cart disappears. The item is there as it can be seen on the developers tools, but the cart icon won’t show no matter what colors and attributes we give it.
    here are screen shots https://imgur.com/a/rZx6fta

    WE hope you can help

    #118839
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016
    #118858
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30636
    • Total: 30636
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:1023px) {
    .sidr-class-fa.sidr-class-fa-shopping-cart::before { content: "\f07a" !important; font-size: 26px !important;}	
    }

    Regards,
    Dave

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