Home › Forums › WoodMart support forum › Help on icons colors and header/footer space with content
Help on icons colors and header/footer space with content
- This topic has 7 replies, 2 voices, and was last updated 2 years, 5 months ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
May 26, 2022 at 10:48 pm #379157
julietteParticipantHello again,
I would need your help on some issues that probably require a bit of coding :1/ Set the color #E9C346 for header icons when they are active. I already asked you for the hover color which was this code:
span.wd-tools-icon:hover::before { color: #E9C346; }
2/ On the mobile version, the hover color of icons is not right in spite of the line of code above. Is there a specific code to add in order to have the color #E9C346 for active and hovered icons?
3/ The color of the round giving the number of products in the cart is currently black. Is it possible to set it to #E9C346? (see screenshot 1)
4/ In my menu, I have a tab with a sub-menu, which means that I have an arrow next to it (see screenshot 2). Is it possible to remove it? Or at least put it in white or transparent to hide it?
5/ There is a space between the header and the content as well as between the content and the footer. I already tried the piece of code below that I have found in another topic but it didn’t change anything. Would you have another code that I could try please?
.home .main-page-wrapper { padding-top: 0; } .footer-sidebar { padding-top: 0; }
Many thanks
Attachments:
You must be logged in to view attached files.May 27, 2022 at 12:29 pm #379316
Aizaz Imtiaz AwanKeymasterHello,
Please provide the URL of the website to check it myself and help you out accordingly.
Best Regards
May 27, 2022 at 12:44 pm #379323
julietteParticipantHello Aizaz,
The website is still in maintenance mode but here below are the access codes.
The third party plugins are currently deactivated for a topic you are also working on.Thank you
May 27, 2022 at 3:28 pm #379389
Aizaz Imtiaz AwanKeymasterHello,
1 &2) Please replace the previous Custom CSS with the following then check back.
span.wd-tools-icon:hover:before{
color: #E9C346;
}3) Please try adding the following Custom CSS for that.
.wd-header-cart.wd-design-5 .wd-cart-number {
bacground-color: #E9C346;
}4) Please try adding the following Custom CSS for that.
.wd-nav[class*=”wd-style-“]>li.menu-item-has-children>a:after {
display: none;
}5) Please provide a relevant screenshot to check it myself and help you out accordingly.
Best Regards
May 27, 2022 at 5:55 pm #379459
julietteParticipantHello Aizaz,
I am trying to make the updates but nothing seems to work. I have the impression that nothing from the custom CSS panel is taken into account, even things that were working yesterday…
Should I check somewhere that the custom CSS has to be taken into account?You have the admin access code above if you want to check directly.
Thank you
May 28, 2022 at 11:06 am #379508
Aizaz Imtiaz AwanKeymasterHello,
There were SYNTAX errors in the CSS areas. I have fixed them and the CSS is working. Please clear cache and check back.
Best Regards
May 28, 2022 at 1:49 pm #379533
julietteParticipantHello Aizaz,
Thanks SO much. I’ll try all your recommendations in this topics and in the others that I couldn’t make work. I’ll keep you in touch if there is a problem but it should be good now.
Thanks again!
May 28, 2022 at 2:18 pm #379540
Aizaz Imtiaz AwanKeymasterHello,
You are Most Welcome.
I am marking this topic as Resolved. If you have any issues then create new topics.
Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.
Have a wonderful day.
Topic Closed.
Best Regards. -
AuthorPosts
The topic ‘Help on icons colors and header/footer space with content’ is closed to new replies.
- You must be logged in to create new topics. Login / Register