Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #572426

    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

    #572469

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #572693

    You can see the widget in the sidebar:

    #573520

    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

    #573844

    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!

    #574458

    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

    #574494

    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?

    #574497

    The first code should do that, make sure you copy it from the forum reply and not from the mail notification.

    Best regards,
    Josue

    #574506

    PERFECT now!!!! :))))

    Thanks

    #574508

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.