- This topic has 4 replies, 2 contibutors, and was last updated 8 years, 10 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Question
Answers
Viewing 5 posts - 1 through 5 (of 5 total)
- The question ‘Blog Page Look’ is closed to new replies.
BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › Blog Page Look
Tagged: blog page - ctnd
Hello,
I noticed the blog page (the main one showing the latest posts) is not looking like the other pages I created in the website.
Where can I manage this page… Is there a special control with the Boss Theme ?
For example :
• The title «BLOG» is very large
• the boys text in the first post is not formatted the way it should (text all stuck together…)
(note : the blog post pages themselves are ok though, formatting and look is ok)
ref : http://www.societev.com (in dev)
Thanks,
France
In previous question… I ment :
the body text
Hi @france, Blog page is default archive page please take a look of boss theme blog demo : http://demo.buddyboss.com/boss/blog/
The default template file for blog is archive.php and for post its single.php
For Blog page title you can add this css code to reduce the font size:
h1.main-title {
font-size: 40px;
}
Regards
Many thanks !
welcome