Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
Fonts
Blog Section
Munniac
February 2015
in
Fonts
I want to change the font size and image size in the Blog area on my site. How do I accomplish this?
Comments
Albert
February 2015
edited February 2015
Font size can be changed within css as below:
.single-post p { font-size: 10px !important; }
But to change images sizes, you must play with
add_image_size()
functions in functions/theme-functions.php file.
Munniac
February 2015
So in the area on my front page
http://www.meridianunited.org/
where it pulls the blog, the titles are changed in the .single-post p section?
Albert
February 2015
But as we see, this page is not based on our BeTheme so the code won't work.
Sign In
or
Register
to comment.
Comments