Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #370522

    Hi,

    How i can edit the social link (twiter) on blog sidebar ?

    the twitter icon is ok on top of the page and footer…

    Tks
    Alex

    #370768

    Hi ProAnts!

    Your wanting to change the icon of the twitter social in your sidebar correct? Hmm, this will be difficult because your already using it in your footer. I suppose we could try targeting it with CSS.

    Add this to your custom CSS.

    .sidebar .asc_twitter .social_widget_icon {
        background-image: url("URL to your icon") !important;
    }
    .sidebar .asc_twitter .social_widget_icon:before {
        content: "";
    }
    

    And then replace “URL to your icon” with the correct URL.

    Best regards,
    Elliott

    #371509

    Hi Elliott

    i don´t want to change the icon , i just want to edit the link

    the twitter icon on footer is ok – link to our twitter account
    the twitter on blog sidebar is not, and i can´t figure where to change it,

    Ty
    Alex

    • This reply was modified 9 years, 11 months ago by ProAnts.
    #371694

    Hey!

    Please go to Appearance > Widgets and edit “Enfold RSS link and Twitter account” widget under Sidebar Blog widget area

    Cheers!
    Yigit

    #372030

    Hi

    Tks…

    Regards
    Alex

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Blog – twitter link’ is closed to new replies.