Bon Posted May 16, 2022 Posted May 16, 2022 Hi, I used a simple list for a page on a website and the text is a lot smaller than the rest of my website. How can I use css to customize the text size in the simple list? I need to make the text bigger. You can see in the photo the text size in the simple list (upper) doesn't match the text size in the lower section.
tuanphan Posted May 16, 2022 Posted May 16, 2022 Use this CSS /* List Section Body Text */ .list-item-content__description * { font-size: 30px; } Bon 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment