By S Austrin-Miner on Tuesday, 22 December 2015
Posted in General
Likes 0
Views 447
Votes 0
I wonder if you could take me to the file and code to be able to Change BOLD title Text to NORMAL in the "EasyBlog - Latest Blogs Module" Please.

I have searched the forum but cannot find this exact requirement.
Yes...works very well, thank you Arlex....Merry Christmas...
·
Tuesday, 22 December 2015 13:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

Can you provide us which page URL you assigned "EasyBlog - Latest Blogs Module" to? So I can inspect element on that page URL and see is it can using CSS to solve this?

By the way, in the future you can just include your site's access once at http://stackideas.com/dashboard/site rather than needing to keep adding them in your replies
·
Tuesday, 22 December 2015 10:22
·
0 Likes
·
0 Votes
·
0 Comments
·
I have added the URL to the original post, please do not make this url public...

you will see the module on the home page near the bottom of the main content, with three horizontal posts.
·
Tuesday, 22 December 2015 12:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Can you check my attached screenshot below and see is it meet your current requirement?

If yes, you can apply following css code into your current template css file.


div#fd.eb .eb-mod-media-title {
font-weight: 100 !important;
}
·
Tuesday, 22 December 2015 12:22
·
0 Likes
·
0 Votes
·
0 Comments
·
This is what I am looking for. I have added that code to the template.css, but it does not appear to have changed the page at all.
·
Tuesday, 22 December 2015 12:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Can you provide us with your Joomla backend and FTP access into http://stackideas.com/dashboard/site so I can help you check on this?
·
Tuesday, 22 December 2015 13:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hah....I just realised that I missed a bit out of the code...it works now...

Could you do one more thing for me please?

Could you have a look at this blog post (see link below)....the post title appears in white with the theme chosen which is Elegant White....can i switch the post title to black please?
·
Tuesday, 22 December 2015 13:10
·
0 Likes
·
0 Votes
·
0 Comments
·
You can try following CSS code and see how it goes?

div#fd.eb .eb-entry-title {
color: #000000 !important;
}
·
Tuesday, 22 December 2015 13:31
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome, glad to heard your issue resolved.

Wish you Merry Christmas too
·
Tuesday, 22 December 2015 14:52
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post