Tagline
-
Hi, I was wondering if it were possible to get the tagline to be bigger. I would like to change the font size. Thanks.
The blog I need help with is: (visible only to logged in users)
-
Hi!
You can the following custom CSS:
.wf-active .site-description{ font-size:18px; }Hope this helps!
-
If you are WordPress paid plan user, you can add the custom CSS code to your CSS Customizer due to the following instructions:
https://en.support.wordpress.com/custom-design/editing-css/
There you can paste the code that @assadaboultaif suggested.Also for better responsiveness of your website to display correctly on all of the mobile devices, I’d recommend using rem units instead of px.
Let me pass the proper article about that: https://webdesign.tutsplus.com/tutorials/comprehensive-guide-when-to-use-em-vs-rem–cms-23984
- The topic ‘Tagline’ is closed to new replies.