• Resolved simwid

    (@simwid)


    Hi there, is it possible to have a link text and follow me button in the WP instagram footer widget? I only got one for the main sidebar.

    Many thanks!

    Simone

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Scott (@scottsweb)

    (@scottsweb)

    It looks like the follow me link is there but is being hidden by your theme by the following CSS:

    .footer-widget-area .null-instagram-feed p

    Might be worth trying to add your own custom CSS to override the themes:

    .footer-widget-area .null-instagram-feed p {
    display: block !important;
    }

    You can add this via the customiser.

    The other option is to contact the theme author and see if they can make it optional.

Viewing 1 replies (of 1 total)
  • The topic ‘Footer: Link text and Follow Me Button’ is closed to new replies.