Home › Forums › WoodMart support forum › Multiples customizations
Multiples customizations
- This topic has 18 replies, 3 voices, and was last updated 3 years, 7 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
June 15, 2021 at 11:28 am #299928
romainParticipantHey,
Following a recent update, I encounter some issues. I also need to edit some stuffs.
Thank you in advance for your help.1) Tabs ticket are now capitalize and them back normal lowercase like Size Guide (cannot do anything one Typography setting)
https://ibb.co/HBBQRKc
2) Capitalize the “Search for product” on desktop and mobile.
https://ibb.co/xDtTJTN / https://ibb.co/KXvBTQd
3) Capitalize automatically characters when typing
https://ibb.co/bbKGX87
4) Make update cart button black instead of grey
https://ibb.co/LC32KNx
5) Remove icon Login / Register on mobile menu
https://ibb.co/BKM9qvY
6) Remove grey hover on account menu on desktop and mobile
https://ibb.co/fDtrgw8
7) Center Login on account page on mobile and desktop
https://ibb.co/3TN7Ds3
8) Price on checkout page is grey want to turn in black as everything
https://ibb.co/8cPHsZMThank you in advance for all your help.
I am here to help youSincerely,
RomainJune 15, 2021 at 12:26 pm #299951
Aizaz Imtiaz AwanKeymasterHello,
I saw the screenshots you attached.
1) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.tabs-location-summary .tabs-layout-accordion .wd-accordion-title { text-transform: inherit; }
2) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.searchform input[type="text"]::placeholder { text-transform: uppercase; }
3) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.searchform input[type="text"] { text-transform: uppercase; }
4) This is the disabled button that’s why the color is greyed out.
5) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-nav-mobile .menu-item-account { display: none; }
6) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.woocommerce-MyAccount-navigation ul li > a:hover { background-color: transparent; }
7) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-login-title { text-align: center; }
8) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
td.product-total .amount { color: black; }
Note: Please create new topics for each issue in the support system to avoid any confusion.
Best Regards
June 15, 2021 at 11:26 pm #300061
romainParticipantThank you nearly everything worked perfected.
However I still have some issues6) Grey zone on hover as been deleted however the grey is still present when a category is selected
– https://ibb.co/0MbtfwD
7) The code is not workingExtraa ๐
8) Could you delete the shadow around the sub menu on the primary menu ?
– https://ibb.co/bmT26KtThank you very much
RomainJune 16, 2021 at 6:23 am #300085
Aizaz Imtiaz AwanKeymasterHello,
You are Most Welcome.
6) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.woocommerce-MyAccount-navigation ul li.is-active>a { background-color: transparent; }
7) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-login-title { text-align: center !important; }
8) Please provide the URL of the page where they are added to check it myself and help you out accordingly.
Regards.
Xtemos Studios.June 16, 2021 at 9:12 am #300128
romainParticipant🤦🏻♂️🤦🏻♂️🤦🏻♂️🤦🏻♂️
Your solution for 7 was working perfectly
It’s the 8 who was no working : Price on checkout page is grey want to turn in black as everything
For the Extra link is in private content. It’s about the main menu
Could you delete the shadow around the sub menu on the primary menu ?
โ https://ibb.co/bmT26KtJune 16, 2021 at 11:07 am #300147
Aizaz Imtiaz AwanKeymasterHello,
8) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
td.product-price .amount { color: black; }
9) Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.
.wd-dropdown { box-shadow: none; }
Regards.
Xtemos StudiosJune 16, 2021 at 11:37 am #300157
romainParticipantPerfect everything works perfectly,
I notice this two price in grey also
– On card page subtotal
https://ibb.co/t2nqbTK
– On checkout page subtotal
https://ibb.co/xDswxgDAfter that everything will be perfect. Thank you again
June 16, 2021 at 12:29 pm #300179
Aizaz Imtiaz AwanKeymasterHello,
You are Most Welcome.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
td.product-total .amount { color: black; }
Regards.
Xtemos Studios.June 16, 2021 at 12:32 pm #300180
romainParticipantIt works perfectly for the checkout page but not the cart page.
Sincerely,
RomainJune 16, 2021 at 1:01 pm #300193
Aizaz Imtiaz AwanKeymasterHello,
You are Most Welcome.
Please try adding the following Custom CSS in the Global Custom CSS area under theme Settings >> Custom CSS.
.cart-totals-section td.product-total .amount { color: black; }
Best Regards.
June 16, 2021 at 1:03 pm #300197
romainParticipantIts not working 😕
June 16, 2021 at 1:08 pm #300200
Aizaz Imtiaz AwanKeymasterHello,
Please provide the admin panel login details of the website to check it myself and help you out accordingly.
Regards.
Xtemos Studios.July 23, 2021 at 4:03 pm #308395
romainParticipantHey,
I have few more customization that I found since :
1) Would it be possible to put in black the subtotal on the right in the card page.
2) I would like to put in normal the billing and shipping adresses on account page not ittalic like now
3) In the footer area, when you put 2 HTML block it makes a separation border in grey and a lot of space. Would like be possible to hide de grey line and minimize the height between the menu and flag.All photos are below in private content
Thank you for your help
Sincerely,
RomainJuly 24, 2021 at 4:21 pm #308512
Bogdan DonovanKeymasterHello,
Try to add the following code snippet to the Custom CSS area in Theme Settings.
1.
.cart-totals-inner table .cart-subtotal .amount.woocommerce-Price-amount { color: #000; }
2.
.website-wrapper address { font-style: normal; }
3.
.footer-column .footer-widget { margin-bottom: 10px; padding-bottom: 10px; border-bottom: none; } .footer-column .widget_block > p { display: none; }
Kind Regards
July 25, 2021 at 10:55 am #308589
romainParticipantEvrything works perfectly. Thank you for your help
July 25, 2021 at 7:55 pm #308621
romainParticipantHello,
New issues, since a recent update. Price on product page became same color than the background (white which make them not readable). I tried to fix fiwh Typography > Advanced Typo but nothing works. I did not make any change in typography. (see photos)
Could you help with it makes my sales impossible to client.
Sincerely,
RomainAttachments:
You must be logged in to view attached files.July 25, 2021 at 9:12 pm #308637
romainParticipantI found the problem, it is not only the price which are white. Everything wich goes on hover become white and unreadable : menu, title
I try to remove all the custom CSS but nothing works
July 26, 2021 at 6:24 am #308679
romainParticipantAfter srtruggling all night I found the solution
July 26, 2021 at 6:42 am #308684
Aizaz Imtiaz AwanKeymasterHello,
We are Glad that you managed to fix the issue yourself. You are Great!!!
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 ‘Multiples customizations’ is closed to new replies.
- You must be logged in to create new topics. Login / Register