samsnapsit Posted March 28, 2023 Share Posted March 28, 2023 Hello, I am hoping you can help me have two different text sizes on the same line. I want to give the price per month. I want the price to be the same size it is now, but then have a "/month" in a much smaller font size. Can you help me figure out the CSS code that I can use to do this? Thank you! Link to comment
tuanphan Posted April 2, 2023 Share Posted April 2, 2023 Hi, Can you share link to page where you want to do this? 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
samsnapsit Posted April 11, 2023 Author Share Posted April 11, 2023 Ah, yes - my apologies! It's here and is in the last section of the page: https://www.samanthapillion.com/work-with-me Thank you! Link to comment
Solution tuanphan Posted April 14, 2023 Solution Share Posted April 14, 2023 On 4/11/2023 at 7:27 PM, samsnapsit said: Ah, yes - my apologies! It's here and is in the last section of the page: https://www.samanthapillion.com/work-with-me Thank you! Add to Design > Custom CSS /* month */ .fe-6417a4b9924fe8b418fcef4e h1:after { content: "/month"; font-size: 15px; } 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
samsnapsit Posted June 3, 2023 Author Share Posted June 3, 2023 Thanks so much @tuanphan! 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