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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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