Home › Forums › WoodMart support forum › custom class css
custom class css
- This topic has 7 replies, 2 voices, and was last updated 1 year, 6 months ago by Elise Noromit.
-
AuthorPosts
-
May 31, 2023 at 9:53 pm #471603
NicosaParticipantGood morning,
I am trying to change a .css class of your theme see screen .
.wd-price-table .wd-price-currency {
vertical-align: top;
font-size: 22px;
}
@media (max-width: 767px) {
.wd-price-table .wd-price-currency {
font-size:16px;
}
}
does not work yet everything is good the classes are identified.Thank you in advance for your return,
Attachments:
You must be logged in to view attached files.June 2, 2023 at 3:32 am #471981
Elise NoromitMemberHello,
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
June 2, 2023 at 9:05 am #472009
NicosaParticipantHello Elise,
I understand, but we can’t directly change classes with name for example .class-item {
font-size:18px;
font-weight: 500;
} in custom css?June 3, 2023 at 2:43 am #472283
Elise NoromitMemberHello,
It is not possible to change the classes. It would require complicated customization which is not covered by our support.
You can set any styles for any element on your site using the Advanced typography.If you have any questions please feel free to contact us.
Best Regards
June 3, 2023 at 2:49 am #472288
NicosaParticipantHello Elise,
I don’t want to change the class, just modify the class. This is possible because I have already changed elements in existing classes. Advanced Typography has its limits, if you want to modify a class but also in a mobile version example
.item-header {
font-size: 18px;
}
@media (max-width: 750px ){
.item-header{
font-size: 16px;
}
}
this is not possible with advanced typography…In custom CSS can any class evolve normally?
June 4, 2023 at 1:52 pm #472461
Elise NoromitMemberHello,
I am a bit confused. Please provide the page URL and scree of what you want to change. I will provide custom CSS of suggestions in the Theme Settings.
Best Regards
June 4, 2023 at 2:09 pm #472464
NicosaParticipantHello Elise,
Apparently it works again, I removed my line to put it back in the custom css and emptied the caches, sometimes it takes a while for it to update..
I customize the classes and id of the theme not change the name, that was the confusion, but there is no problem so far..
June 4, 2023 at 10:43 pm #472511
Elise NoromitMemberHello,
We are glad you have solved the issue.
If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register