By Francesco Schettini on Friday, 21 February 2014
Posted in Technical Issues
Replies 7
Likes 0
Views 571
Votes 0
Hello team.

I'm using easyblog on bboyworlditaly.com.
Please use the following link:
http://bboyworlditaly.com/j3/index.php/blog/entry/hip-hop-connection-2014-torna-a-pesaro

As you can see the template css is impacting the style of the social buttons.

How can I change their background?
Any help?

Thanks in advance
best regards
Fran
Hello,

You can try adding the following block of css codes into your template's css file. That should fix the issue,


.social-button{
background-color: #fff !important;
background-image: none !important;
}
·
Friday, 21 February 2014 02:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark.
Thanks for your help.

If I follow the way you suggested I will also change the style of the social links in the header and footer (related to my template).

Do I have the possibility to set a different style for the social links of EasyBlog (without changing the style of template's social links)?
·
Friday, 21 February 2014 15:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Francesco Schettini,

Sorry for late reply to this,
Did you try apply this CSS code in your template CSS file and see the code is it affected when you change to header or footer suggested by Mark?
Remember when you apply the code, you have to clear all the cache like Joomla cache and browser cache before you load in your blog entry page.
·
Friday, 21 February 2014 16:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Arlex.

Actually I tried and all the social links styles are affected (EasyBlog and site template).

any alternative solution?

tnx
Fran
·
Friday, 21 February 2014 16:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Francesco Schettini,

Thanks for getting back to us, it should be fixes your css issues when you apply this below code.

#socialbutton.alignleft.width-full .social-button
{
background: none;
padding: 0;
}
·
Friday, 21 February 2014 16:55
·
0 Likes
·
0 Votes
·
0 Comments
·
it worked like a charm!!

thanks a million!
have a good day and week end
·
Friday, 21 February 2014 19:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Francesco Schettini,

You're welcome, glad to heard your issues resolved.
Have a great weekend too!
·
Friday, 21 February 2014 22:08
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post