By Rob on Monday, 02 November 2015
Posted in General Issues
Likes 0
Views 750
Votes 0
Hello,

I have been customizing the Elegant White template and I need to know if there is another style-sheet that I should be looking at. When I inspect the element I only see that one location.

I go to style.min.css and look for this entry:

div#fd.eb .eb-entry a {
color: #555;
}

Now I change that to #006699 but it didn't do anything. Is there another place I should look?

No hurry.

Regards,
Rob
Hi Rob,

If you want to custom our component styling, I think it's best practice if you applied the hack in your own Joomla template stylesheet, normally we add this into custom.css, or else, your styling might be overwritten again during stylesheet compilation.

To custom link color in our EasyBlog component. please use this CSS hack:
#fd.eb a {
color: #006699
}


Hope this will help, please advice.
·
Monday, 02 November 2015 12:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Ikram,

Yes I have my own custom css file and I apply all my hacks in there but when I applied this code change it didn't appear. I really appreciate your answer.

Regards,
Rob
Rob
·
Monday, 02 November 2015 12:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Rob,

Did you marked my reply as answer to your issue?

Did your issue solved? Please advice.
·
Monday, 02 November 2015 13:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes I did - fantastic job. Thank you again!
Rob
·
Monday, 02 November 2015 13:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hahaha, a bit confused with your reply before.

Glad your issue is resolved sir, please let us know if you need further assistance.

Cheers!
·
Monday, 02 November 2015 13:33
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post