Home Forums WoodMart support forum We need to edit this font on the product page,

We need to edit this font on the product page,

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

    Element_Earth_CBD
    Participant

    Not sure what the element is called in Adv. Typography but we need to make this section bigger so its more apportionate to the listing, its too small and there should be the option to change these tiny fonts.

    Thank you, I need the exact name of these so I can edit in typography in the theme.

    James

    Attachments:
    You must be logged in to view attached files.
    #213998

    Hello,

    Please provide the product page URL I cannot find the page.

    Best Regards

    #214012

    Element_Earth_CBD
    Participant

    https://elementearthcbd.com/product/3chi-delta-8-thc-vape-cartridges-95-pure-1ml-1-gram/

    You can see this on every product page, I don’t understand what you saw, I need to change the fonts and size here, please let me know what its called on Adv. Typography and I will take care of it, again, its the font and size, I dont want CSS code because it never responsive, I need to know what they are called on the drop-down in Adv Typography Please! Need it bad to look more in line with other elements. thank you please refer to the pic given last time.

    James

    #214095

    Hello,

    Favour: .variations_form .variations label

    Drop-down select: .variations_form .variations .value select

    You can change the font by means of inserting 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

    #214166

    Element_Earth_CBD
    Participant

    Where do I place these?

    Is this custom CSS? If so where to put, in global, and what are the values?

    Attachments:
    You must be logged in to view attached files.
    #214261

    Hello,

    This is a custom selector. You asked to provide you with the custom selector to use in Advanced Typography.

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

    Best Regards

    #214968

    Element_Earth_CBD
    Participant

    Yes I know but what is the selector Im looking for to change that, you didnt even try to help me, I know its in Adv. Typ., but what is it called? Like Dropdown Font etc., what the codes name at least?

    #215012

    Hello,

    I cannot figure out your purpose: do you want to change it with custom CSS or in the Advanced typography? If you want to use the Advanced typography, read carefully the instruction, take the selectors I have provided and insert them as shown: https://gyazo.com/67b294e2b4b7e2e409c53e51afa6b1bf

    If you want the custom CSS, here is the code:

    .variations_form .variations label{
    font-size: 20px;
    }
    
    .variations_form .variations .value select{
    font-size:20px;
    }

    Change the size as per your needs.

    Best Regards

Tagged: 

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