By Rachel Brown on Saturday, 15 November 2014
Posted in General Issues
Replies 1
Likes 0
Views 522
Votes 0
Hiya,

Can you please advise what folder I need to access the css styling for hyperlinks in blog posts?

I want to change it so that hyperlinks appear a different colour and bold.

We are using rt_acacia.

Thanks!
hello Racheal,

I am really sorry for the delay of this reply as it is a weekend for us here.
Actually you no need modify the css file from Easyblog, you can apply this css code in your template css file that was better in your future if you update the Easyblog.


/*blog title link*/
#ezblog-body .blog-post .blog-title,
#ezblog-body .blog-post .blog-title a {
color: red !important;
}

/*category link*/
#ezblog-body .blog-category a{
color: blue !important;
}

By the way, I listed the code above is just under the blog tittle link and category link, if you would like all the link modify to same color, you can using this css.

#ezblog-body a {
color: red !important;
}

Hope this help.

By the way, it looks like your subscription has expired and in order for you to continue requesting for support, we would appreciate if you continue to subscription.
·
Saturday, 15 November 2014 13:58
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post