Home › Forums › WoodMart support forum › mini card fond
mini card fond
- This topic has 11 replies, 2 voices, and was last updated 1 year, 10 months ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
February 14, 2023 at 11:48 am #442834
stef16ParticipantHi,
where can I change the color and size of the fonts in the card and mini card for the headlines of the options?Attachments:
You must be logged in to view attached files.February 14, 2023 at 3:59 pm #442948
Aizaz Imtiaz AwanKeymasterHi,
You can change the font by means of the Advanced typography option, which allows you to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.
Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/
Best Regards.
February 14, 2023 at 5:21 pm #442984
stef16ParticipantHi,
i have changed all possible settings but i can’t find the ones in the mini card and the shopping cart. what is the designation of the font responsible for this?
It should also not be underlined. i would like to display the label in bold and the text behind it in normal font, like in the mega store, but how does that work?
ThanksAttachments:
You must be logged in to view attached files.February 15, 2023 at 10:23 am #443157
Aizaz Imtiaz AwanKeymasterHi,
Please provide your site admin access to the private area I will check the settings
.
Best Regards.February 15, 2023 at 1:04 pm #443214
stef16ParticipantHi,
it should be possible to tell which font I have to change in the font area in order to change the fonts and colours in the shopping cart or in the mini card.
Thanks StefanFebruary 15, 2023 at 1:06 pm #443215
stef16ParticipantHi,
if I’m not mistaken, the font change in the shopping cart came with the new version of Woodmart.February 15, 2023 at 1:40 pm #443227
stef16ParticipantHi,
I found a screenshot like the text color and size looks before.Attachments:
You must be logged in to view attached files.February 16, 2023 at 2:21 pm #443596
Aizaz Imtiaz AwanKeymasterHi,
Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
ul.variation .item-variation-name { font-weight: inherit !important; }
Best Regards.
- This reply was modified 1 year, 10 months ago by Aizaz Imtiaz Awan.
February 16, 2023 at 2:39 pm #443604
stef16ParticipantHi,
i did it but nothing happend.what should this code change?
Can I set the colour and font somewhere? In the typography advanced, I can’t find a corresponding function that reacts to this. Before the changeover, all font colours in the mini card and in the shopping cart were the same (blue for me) and the font size was also different.
The font should be a little smaller and the first part should also be blue, my standard colour.
What to do?
Please give me feedback.Attachments:
You must be logged in to view attached files.February 17, 2023 at 9:30 am #443804
Aizaz Imtiaz AwanKeymasterHello,
Sorry to hear about the inconvenience but can you please once make sure your WoodMart theme and Core plugin is updated to the latest version and then check back the issue again on your Site. The latest version of the Theme running is 7.1.2 and the Core version running is 1.0.36. If it is not updated then you can update the Theme and Core following the Documentation Guide: https://xtemos.com/docs-topic/update-the-theme/
If the issue still persists after updating the Theme and Core plugin, then could you please once try deactivating all the third party Plugins on your Site, remaining the Theme required ones activated. If the issue gets resolved, then reactivate them one by one to see which Plugin is causing the issue. If this doesn’t work for you then once also, try to activate the Parent Theme on your Site if you are using Child Theme on your Site.
If somehow the issue still persists, then please take complete Backup of your Site first, then provide us the WP-ADMIN Login details of your Site in the Private Content field along with the permission to completely debug your Site which includes deactivating all the third party Plugins and removal of on-Site Customization changes too, so that we can thoroughly check this issue on your Site and assist you accordingly.
Best Regards
February 17, 2023 at 12:58 pm #443870
stef16ParticipantHi,
i change from 7.1.1 to 7.1.2 and the current core, but nothing changed.
Please tell me how i can change the size and color of the mini card and card typography.
Thanks.February 17, 2023 at 4:50 pm #444009
Aizaz Imtiaz AwanKeymasterHello,
Firstly, for the Header Mini Cart related options configuration you can go to Dashboard > WoodMart > Header Builder > there edit your current Header Layout > under that edit the Cart element and you will get the related options to configure: https://snipboard.io/wPpRXW.jpg
Further, regarding the color and font concern the Items under the Shopping Cart are picking up the Color and Font of the Entities names font defined under the Dashboard > Theme Settings > Typography > Basic > so you can check that on your Site and change it accordingly: https://snipboard.io/h4eNjW.jpg
Regarding the Variation appearing under the Shopping Cart widget, you can apply the following Custom CSS on your Site to change its font color or size accordingly:
.cart-info .variation .item-variation-name { color: red !important; font-size: 10px !important; }
In this CSS, you can change the values and the color names to your choice.
The Price under this Shopping Cart widget is picking up the Primary Color of your Site defined under the Theme Settings > Styles and colors. So, if you want to change it specifically for this then you need to apply the following Custom CSS on your Site:
.cart-info .woocommerce-Price-amount.amount { color: red !important; }
Location to paste Custom CSS, go to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section >> paste the CSS.
This is how you can make the changes related to the Shopping Cart widget. Hope this helps!
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register