Home Forums WoodMart support forum custom class css

custom class css

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #471603

    Nicosa
    Participant

    Good 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.
    #471981

    Hello,

    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

    #472009

    Nicosa
    Participant

    Hello 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?

    #472283

    Hello,

    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

    #472288

    Nicosa
    Participant

    Hello 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?

    #472461

    Hello,

    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

    #472464

    Nicosa
    Participant

    Hello 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..

    #472511

    Hello,

    We are glad you have solved the issue.

    If you have any questions please feel free to contact us.

    Best Regards

Viewing 8 posts - 1 through 8 (of 8 total)