By Ryan Sullivan on Friday, 01 July 2016
Posted in Technical Issues
Replies 5
Likes 0
Views 326
Votes 0
I need to increase the font size and change color for category and post titles... How do I make this change and where?
Hi Ryan,

May I know the exact place that you want to customize this color and size for category and post titles? It is from the entry post?
·
Friday, 01 July 2016 16:49
·
0 Likes
·
0 Votes
·
0 Comments
·
·
Saturday, 02 July 2016 03:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.


div#fd.eb .eb-category-name {
font-size: 20px !important;
color: #0000FF !important;
}

div#fd.eb .eb-post-title {
font-size: 20px !important;
color: #0000FF !important;
}

div#fd.eb .eb-entry-title {
font-size: 28px !important;
color: #0000FF !important;
}


You can try apply above css code (modify your color and font size for the category and post title) into your current template css file and see how it goes.
·
Saturday, 02 July 2016 14:05
·
0 Likes
·
0 Votes
·
0 Comments
·
I applied this code but to no avail... Where does this code go??? I added it here:

public_html/templates/rt_salient/custom/scss/custom.scss
·
Tuesday, 19 July 2016 11:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Ryan,
For EasyBlog, the standard file path to apply custom css codes is here: JoomlaFolder/templates/yourCurrentTemplate/html/com_easyblog/styles/custom.css
You can create the directory and custom.css file if it does not already exist. Let us know how it goes, thanks.
·
Tuesday, 19 July 2016 12:22
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post