• andyjeynes

    (@andyjeynes)


    Hi,

    Is there a quick way to hide the social links bar above the right sidebar? I have removed the social buttons and text, but it still sits there as an empty white banner. I cant find it in the options, but maybe some css can make it dissapear?

    URL: https://techtalk-ciphe.org.uk/

    Thanks,

    Andy

Viewing 1 replies (of 1 total)
  • kingasz

    (@kingasz)

    Add this in your child theme’s css.

    
    .sidebar-top {
        display: none;
    }
    
    • This reply was modified 9 years ago by kingasz.
Viewing 1 replies (of 1 total)

The topic ‘[Hueman] hide social links’ is closed to new replies.