Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1362990

    Hey,
    I tried to find the answers to these questions on the forum but had no luck.

    1. I want to hide the logo on the mobile, but only on pages with transparent header (or only on the homepage).
    2. I want to make the floating cart icon, transparent background (on all screen sizes)

    Thanks guys!

    #1363063

    Hey Reut Rachel,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .av_header_transparency span.logo {
      display: none; 
    }
    }

    Best regards,
    Rikard

    #1363983

    Hey Rikard

    Thank you for the help.

    Unfortunately, it didn’t work.
    I can still see the regular logo on pages with a transparent header on mobile

    and can you also help me with this:
    2. I want to make the floating cart icon, transparent background (on all screen sizes)

    I’ve added the login dites to the website

    thanks again

    #1364024

    Hi,

    Please try this CSS instead:

    @media only screen and (max-width: 767px) {
    .av_header_transparency span.logo {
      display: none !important; 
    }
    }

    I can’t see a background behind the cart icon, could you post a link to where we can see it having a background?

    Best regards,
    Rikard

    #1364309

    Hey,
    Thanks that worked.

    You can see on the homepage that the cart icon have a white background I’ve added a pic also.

    I also have another question,
    On the cart page, there is an option to change the product amount.
    How can I make the same option on the checkout page, on the order summary?

    Thank you.

    #1364358

    Hi,

    Thanks for the update. Please try this CSS as well:

    .header_color .cart_dropdown_link {
      background-color: transparent;
    }

    If you have further questions then please open a new thread for each of them. Threads can get difficult to follow for both moderators and other users looking for help otherwise.

    Best regards,
    Rikard

    #1364575

    Thank you,

    The problem is that the frame is still showing.
    How can I hide it?

    #1364611

    Hi,

    Try this CSS as well:

    ul.cart_dropdown {
      border: none; 
    }

    Best regards,
    Rikard

    #1364617

    Thank you Rikard.
    That worked

    #1364639

    Hi,

    Great, I’m glad that we could help. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

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