TaysDragon Posted February 26, 2020 Share Posted February 26, 2020 In Fulton, I am using both Index pages and regular pages. When I do “Inspect” in my browser on the regular pages, the page title and description in the banner css template code is: @media only screen and (max-width: 640px) .banner-thumbnail-wrapper .page-description p { font-size: 20px !important; } I need to change that to 36px so it will match the H1 phone font setting on my Index page title/description. How to do this? Or where to go to override the “!important" Part of the template’s native code? Link to comment
tuanphan Posted February 27, 2020 Share Posted February 27, 2020 add to Last line in Design > Custom CSS @media only screen and (max-width: 640px) { .banner-thumbnail-wrapper .page-description p { font-size: 36px !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
Archived
This topic is now archived and is closed to further replies.