Home Forums WoodMart support forum Woodmart default values

Woodmart default values

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #692556

    vynil
    Participant

    Hi team, I’d like to know the default values you are using for the fonts H (from H1 to H6), as well as for padding.
    I know I can customise this from the settings or with CSS, but for convenience I’d like to know these values so when I create my pages with the Elementor builder, I can use the same values for padding, like the ones you use for the page builder pages such a shop, single product, blog, etc. I hope this makes sense?

    #692630

    Hello,

    Navigate to Theme Settings > Typography > Basic > Title font > Set typography for titles (h1, h2, h3, h4, h5, h6).

    Here is the documentation providing more detailed instructions about font settings:https://xtemos.com/docs/woodmart/advanced-typography-settings/

    Best Regards,

    #692687

    vynil
    Participant

    Hello, thanks for replying. I am not asking how to set the titles, I know this. I am asking what are the pre-set (default) values you’re using when I install the theme and not add any specific values for H1-H6. And also, what is the standard padding for the pages for desktop, tablet, mobile. Thank you in advance.

    #692744

    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.

    See this screenshot for better understanding:https://postimg.cc/Bj8mQgLj

    Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/

    To increase or decrease the global padding on the left and right sides of your site content (within the main container), you can use custom CSS in Theme Settings > Custom CSS:

    body .container {
        padding-right: 20px; /* Adjust as desired */
        padding-left: 20px;  /* Adjust as desired */
    }

    Best Regards,

    #692880

    vynil
    Participant

    Hello! Thank you but once again – I am not asking how to change them, but rather What the preset values are. Instead of changing them, I want to use the values you have already preset on other pages. Does that make sense?

    #692918

    Hello,

    I’ve checked the theme’s default stylesheet, and here are the preset (default) values that Woodmart applies when no custom typography settings are defined in Theme Settings > Typography:

    h1 { font-size: 28px; }
    h2 { font-size: 24px; }
    h3 { font-size: 22px; }
    h4 { font-size: 18px; }
    h5 { font-size: 16px; }
    h6 { font-size: 12px; }

    Default page padding:

    .wd-content-layout {
      padding-block: 40px; /* Top & bottom padding */
    }
    
    body .container {
      padding-left: 15px;
      padding-right: 15px;
    }

    These are the built-in preset values from the theme’s style CSS, applied automatically when no overrides are configured in the Theme Settings.

    Best Regards,

    #692946

    vynil
    Participant

    Thanks so much! This is exactly what I’ve been looking for. Can you also please advise on these values for mobile? Or are they identical?

    #693000

    Hello,

    On mobile devices, Woodmart doesn’t apply separate predefined font sizes for headings by default — the same values are inherited unless you manually adjust them under Theme Settings > Typography.

    If you’d like to review these preset values directly, you can navigate to Appearance > Theme File Editor > style.css, where all the default theme styles are defined.

    Best Regards,

    #693072

    vynil
    Participant

    Much appreciated, thanks

    #693086

    Hello,

    You’re most welcome!

    If you have a moment, we’d truly appreciate it if you could leave us a 5-star review for the theme at http://themeforest.net/downloads
    .
    Your feedback helps us keep improving, deliver regular updates, and continue offering quality support. It really means a lot to our team!

    Thanks again for your trust and support. Wishing you a great day ahead!

    Topic closed.
    Best Regards,

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

The topic ‘Woodmart default values’ is closed to new replies.