Piebie Posted November 10, 2021 Share Posted November 10, 2021 Hello SQ victims! I'm using this code but it's changing all my p fonts. I'd only like to change my p2 font, to make it slightly bigger on my mobile screen. @media only screen and (max-width: 640px){ p{font-size:1rem!important} } Does anyone know if it's possible to only change the p2 font size? Best, Pie SquareRefresh 1 Link to comment
SquareRefresh Posted November 10, 2021 Share Posted November 10, 2021 Hi, try this @media only screen and (max-width: 640px) { p:not(.sqsrte-large):not(.sqsrte-small) { font-size: 1rem!important } } Piebie and tuanphan 1 1 SquareRefresh, premium plugins & templates that have an elevated feel. Plugins: Have your site stand out. Templates: Our templates are designed with versatility in mind.Get Freebies: Sometimes things in life are free. Browser our hand selected free plugins. Link to comment
Piebie Posted November 10, 2021 Author Share Posted November 10, 2021 @SquareRefresh Big thank you. This works excellent!! Best, Piebie tuanphan and SquareRefresh 2 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