Hello,
I need to change the RSS icon in the Edit Enfold Widget RSS Link and Twitter Account, in order to show Twitter normally, and Linkedin (in substitution of RSS, that is not needed).
I have set the linkedin link in the RSS field in the wp widgets admin area, but I dont know how to change the icon a the text “Subscribe to RSS” to “Follow us on Linkedin”
I can edit the theme, if you tell me the line and file, or set custom css if you can help me to know what to set.
THANKS.
Jordi
Hi,
Can you post the link to your website please?
Regards,
Josue
You can see the widget in the sidebar:
Hey!
You have to modify the framework > php > class-framework-widgets.php file. Look for the avia_socialcount class around line 713.
Best regards,
Ismael
Done! Now, how to change the icon (RSS to a Linkedin one?)? Is there any image in the theme folders that I can simply replace?
THANKS!
Hey!
Try adding this code to the Quick CSS:
#top .asc_rss .social_widget_icon:before {
content: "\e8fc";
}
#top .asc_rss .social_widget_icon{
background: #1985bc;
}
Cheers!
Josue
Done, now the icon has the same linkedin color. You can see it.
Although, Is it possible to change also the icon inside it? Now it is the rss symbol inside. Is it possible to set via CSS also the linkedin symbol in it?
The first code should do that, make sure you copy it from the forum reply and not from the mail notification.
Best regards,
Josue
PERFECT now!!!! :))))
Thanks
You are welcome, glad to help :)
Regards,
Josue