Home › Forums › WoodMart support forum › Elementor List Font Size
Elementor List Font Size
- This topic has 10 replies, 2 voices, and was last updated 3 years, 1 month ago by
Elise Noromit.
-
AuthorPosts
-
March 19, 2022 at 10:52 am #362270
IanBParticipantI 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 22pxHow do I change the list font size to 12px for my specific html block only ?
March 19, 2022 at 11:28 am #362278
Elise NoromitMemberHello,
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
March 19, 2022 at 11:33 am #362281
IanBParticipantThis is a HTML block, it’s not a widget does the same apply?
March 19, 2022 at 9:51 pm #362347
Elise NoromitMemberHello,
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
March 20, 2022 at 12:01 am #362363
IanBParticipantI have added the following classes
content-lista
content-listbI require the font to be size 12 on these lists..
What CSS do I need to target these..
Thanks
March 20, 2022 at 9:26 pm #362483
Elise NoromitMemberHello,
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
March 20, 2022 at 9:53 pm #362486
IanBParticipantWhat 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 ?
March 21, 2022 at 1:23 am #362504
Elise NoromitMemberHello,
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
March 21, 2022 at 7:30 am #362556
IanBParticipantCan you please tell me what the html errors are, I’m only using your theme.
March 21, 2022 at 7:34 am #362558
IanBParticipantCan 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.
March 21, 2022 at 11:35 pm #362816
Elise NoromitMemberHello,
Please check all the HTML code in the Theme Settings > Footer and also check Appearance > Widgets, enter each widget having HTML code.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register