Change font size in only one page with Dicot theme
-
I think the fonts sizes are ok for the rest of the site, but I would like to make the font size in my Terms and Conditions page smaller. How can I do this?
I’m using the Dicot theme, and have a business account.
My website is http://www.think-celeste.comThe blog I need help with is: (visible only to logged in users)
-
Hi @thinkcele, how are you?
You can do this by changing the CSS rules.
You may try something like this using the CSS Editor in My Sites → Customize → CSS in your blog dashboard#post-42 { font-size: 70%; }the
#post-42means you will select the “id” named “post-42” which is the post id of your Terms and Conditions page. It will apply a font size 30% smaller on that page.Feel free to edit the “font-size” attribute to the value you need. You can use px or any other value as well.
Any question, feel free to contact me.
Regards,
-
For future reference note that this is the Support Forum and not the CSS Forum.
Note 1: Once you have the required upgrade you can use this link https://en.forums.wordpress.com/forum/css-customization#postform so you can create a thread that will appear in the CSS Forum where you will get the help you need with CSS editing.
Note 2: You can also post there prior to purchasing an upgrade to get an answer to whether or not what you want to do can be accomplished via CSS editing.
- The topic ‘Change font size in only one page with Dicot theme’ is closed to new replies.