This topic has 4 replies, 3 voices, and was last updated 9 years, 6 months ago ago by Stan Russell
Hi,
Im trying to change the font size of my blog post as they are coming out tiny and are hard for people to read!
Ive tried to change the size in the theme option Typeography tab and change the font size from 16px to 20px but it made no difference.
Also I’m having an issue with the read more buttons as there all the way out to the right of my post preview is there any way to change there position?
Here is an image that shows my problems:
http://www.dirty3rd.co.uk/wp-content/uploads/2015/05/Screenshot.jpg
Any help on this would be greatly appreciated.
Kind Regards
Scott
Hello,
Please add this code in custom.css file
.content-article {
font: 16px/24px 'Raleway', Arial, Helvetica, sans-serif;
}
.btn.filled.big{
float: left !important;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Thanks for that all sorted now!
Hello,
you are welcome!
Regards,
Stan Russell.
You must be logged in to reply to this topic.Log in/Sign up