Home Forums WoodMart support forum Elementor List Font Size

Elementor List Font Size

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #362270

    IanB
    Participant

    I want to change the font size of a specific elementor list in a HTML BLOCK, I do not want all my lists to be these size, just on one of my HTML BLOCKS.

    The only options I have are

    Default 14px
    Medium 16px
    Large 18px
    Xlarge 22px

    How do I change the list font size to 12px for my specific html block only ?

    #362278

    Hello,

    Please add a class to the widget and provide a page URL and screen which list you want to customize as well as the class you have added.

    Best Regards

    #362281

    IanB
    Participant

    This is a HTML block, it’s not a widget does the same apply?

    #362347

    Hello,

    I mean adding a class to the Elementor element that contains the list: https://gyazo.com/767709780d0900060c3467e11411cdfc

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

    Best Regards

    #362363

    IanB
    Participant

    I have added the following classes

    content-lista
    content-listb

    I require the font to be size 12 on these lists..

    What CSS do I need to target these..

    Thanks

    #362483

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .woocommerce-Tabs-panel--description ul li{
    font-size:30px;
    }

    I see errors in HTML structure, please check and make sure you have all the tags closed.

    Best Regards

    #362486

    IanB
    Participant

    What happened to the classes I added ?

    Also why font size 30px

    Also can you point me in the direction of what html tags you are talking about ?

    #362504

    Hello,

    You can replace 30px for any other values to reduce or increase the font.

    I did not apply the class as the list is inserted in the unique tab. Moreover, the class is not applied as you have errors in HTML markup.

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

    Best Regards

    #362556

    IanB
    Participant

    Can you please tell me what the html errors are, I’m only using your theme.

    #362558

    IanB
    Participant

    Can you please tell me what the html errors are, I’m only using your theme ?

    Also that CSS code has changed my list font size in my long description content.

    I wanted to change this in my short description content only.

    #362816

    Hello,

    Please check all the HTML code in the Theme Settings > Footer and also check Appearance > Widgets, enter each widget having HTML code.

    Best Regards

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