Remove "FOLLOW US IN INSTAGRAM @Anything" from Instagram Widget

Posted in: Newspaper
Post count: 2

Hi,

Great Theme¡¡.. thanks a lot¡¡¡

I need to remove the phrase “FOLLOW US IN INSTAGRAM @Anything” from Instagram Widget… just leave the images… can you help me, plaese ???

Post count: 20685

Hi,

I believe you are referring to the Instagram footer title. That could be removed with a code like this, a specific them options is not available
https://www.screencast.com/t/Q06pVjuJzKE4
Enter this code in Theme panel->Custom code->Custom CSS and it will remove the footer Instagram title

.td-footer-instagram-title {
display: none;
}

Thanks

Post count: 2

Thanks a lot¡¡¡ that’s what I need…

Post count: 92

Hi AngelFlores,
I was considering the same thing but just edited the text in footer.php to customise it to my liking. So instead of “Follow us on Instagram” I was able to change it to “Follow <website name> on Instagram” Just an extra option if you wanted some text there 😉

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