-
AuthorPosts
-
August 28, 2022 at 4:19 pm #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!
August 29, 2022 at 4:27 pm #1363063Hey 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,
RikardSeptember 6, 2022 at 12:04 am #1363983Hey 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 mobileand 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
September 6, 2022 at 11:26 am #1364024Hi,
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,
RikardSeptember 8, 2022 at 11:27 am #1364309Hey,
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.
September 8, 2022 at 5:08 pm #1364358Hi,
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,
RikardSeptember 10, 2022 at 10:38 pm #1364575Thank you,
The problem is that the frame is still showing.
How can I hide it?September 11, 2022 at 4:32 pm #1364611September 11, 2022 at 5:23 pm #1364617Thank you Rikard.
That workedSeptember 11, 2022 at 8:09 pm #1364639 -
AuthorPosts
- You must be logged in to reply to this topic.