• I need to remove the persistent icons for LinkedIn and Pinterest. Why is this not in customize ? Specifically those 2 icons can’t be easily removed from Customize area.
    Please advise.

    Site is stuck in GoDaddy development.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @janwat, thanks for choosing our Go theme.

    I have noticed that your link values are set to n/a, therefore those icons link to http:/n/a which appears to be the reason why you are experiencing this issue.

    Icons will automatically hide if there is no text in the dedicated section.

    To hide your icons, go to WP-admin > Appearance > Customize > Social

    You need to make sure to remove any entries in the Customizer section for your Pinterest and Linkedin links completely until you see a placeholder link as seen below: https://i.imgur.com/NqjPnL3.png

    Let me know if this helps, and if not please provide me with a screenshot showing the section mentioned or Customizer if you are unable to find it.

    Have a nice day,
    Andrija

    Thread Starter janwat

    (@janwat)

    I did have your default places holder links but icons remained. Went back and forth with n/a yesterday. But anyway thanks, it’s fixed now.

    Next: Can you give me custom css to hide the Search with logo in center please? It’s going to be one page.

    Hi @janwat, I’m glad to hear you were able to fix this.

    You can use this code to hide just the search icon:

    
    .search-toggle-icon {
        display: none;
    }
    

    And if you need the entire header section hidden, here is the code:

    
    header#site-header {
        display: none;
    }
    

    I hope this helps, have a nice day,
    Andrija

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Social links problem’ is closed to new replies.