tuanphan Posted August 14 Share Posted August 14 To change size of Simple List Title with CSS code. You can use this code to Custom CSS box. If it doesn't work, you can send site url, I will check again. #1. All Simple Lists h2.list-item-content__title { font-size: 30px !important; } #2. Simple Lists on One Page First, you need to find the Page ID. Use below tool. In my example, we will have: #collection-66aef2caff007776a825a948 Next, use this CSS code #collection-66aef2caff007776a825a948 h2.list-item-content__title { font-size: 30px !important; } #3. Specific Simple List First, you need to find the Simple List ID. Use #2 tool. In my example, we will have: section[data-section-id="66b15cf3636b196012828b12"] Next, use this CSS code section[data-section-id="66b15cf3636b196012828b12"] h2.list-item-content__title { font-size: 30px !important; } #4. Mobile Only Use CSS code @media screen and (max-width:767px) { h2.list-item-content__title { font-size: 30px !important; }} #5. Desktop Only @media screen and (min-width:768px) { h2.list-item-content__title { font-size: 30px !important; }} 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!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment