• Resolved The Choice

    (@ihaider)


    Hi there,

    I was wondering how to remove text “Follow” from the sidebar.

    Thanks,

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello ihaider,

    You can hide it with css code. Add below css code into your current active child theme’s style.css file or you can also add it to additional css option in theme customize option.


    .sidebar-top p {
    display: none;
    }
    .sidebar-top .social-links {
    float: none;
    text-align: center;
    }

    Hope this will helps you.

    Thanks!

    Thread Starter The Choice

    (@ihaider)

    Thanks @addweb-solution-pvt-ltd,

    Above CSS worked.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove “Follow” text from sidebar’ is closed to new replies.