Home › Forums › WoodMart support forum › Mailchimp
Mailchimp
- This topic has 11 replies, 2 voices, and was last updated 4 years ago by Elise Noromit.
-
AuthorPosts
-
November 4, 2020 at 2:17 pm #238644
biz.robiulParticipantI need to change the background color of Mailchimp form just for only mobile devices. Check the image, provide me code for only mobile devices.
Attachments:
You must be logged in to view attached files.November 4, 2020 at 3:32 pm #238681
Elise NoromitMemberHello,
You have added inline styles to the form, they cannot be changed with custom CSS.
Please remove these styles and I will provide custom CSS both for the desktop and for mobile.
Best Regards
November 4, 2020 at 4:20 pm #238708
biz.robiulParticipantOkey .. removed the inline CSS.
November 4, 2020 at 9:01 pm #238791
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Desktop:
body .form-style-semi-rounded input[type=email]{ background-color:red; }
Please add this code to the Theme Settings > Custom CSS > Mobile:
body .form-style-semi-rounded input[type=email]{ background-color:green; }
Set the colors as per your needs.
Best Regards
November 5, 2020 at 6:09 am #238868
biz.robiulParticipantI have another problem, how to enable lazy loading just for the header navigation drop-down menus.
Attachments:
You must be logged in to view attached files.November 5, 2020 at 9:51 am #238961
Elise NoromitMemberHello,
Unfortunately, there is no option to set a lazy load for the menu. This feature is available for images in the content.
Best Regards
November 12, 2020 at 4:42 pm #241100
biz.robiulParticipantI have another problem. How to changes all the icons, please check the image. Theme settings have three custom button options but I need to change all the icons.
Attachments:
You must be logged in to view attached files.November 12, 2020 at 11:33 pm #241164
Elise NoromitMemberHello,
Please provide the icons URL from this source https://fontawesome.com/
We will give the custom CSS.
Best Regards
November 17, 2020 at 9:02 pm #242401
biz.robiulParticipantIs that possible to provide the icons URL from my website uploaded file?
November 18, 2020 at 9:38 am #242521
Elise NoromitMemberHello,
I am a bit confused. You want to change the icons in the bottom navbar, what icons do you want to use instead?
Best Regards
November 18, 2020 at 8:19 pm #242693
biz.robiulParticipantOkey.. I will provide an icon link. Check private content.
November 20, 2020 at 8:15 am #243089
Elise NoromitMemberHello,
You have added the icons as the custom links though there are elements for shop and others, please add them from the option.
Meanwhile, here is the code for menu and home:
body .woodmart-toolbar-home .wd-tools-icon:before { color:transparent; width:30px; height:30px; background-image:url(https://mettho.com/wp-content/uploads/home.svg); background-position:center center; background-size:contain; background-repeat:no-repeat; } body .woodmart-burger-icon .woodmart-burger, body .woodmart-burger-icon:hover .woodmart-burger{ color:transparent; content: ""; width:30px; height:25px; background-image:url(https://mettho.com/wp-content/uploads/menu.svg); background-position:center center; background-size:contain; background-repeat:no-repeat; }
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register