How do I hide this social icons?

This topic contains 4 replies, has 3 voices, and was last updated by  Stiofan O’Connor 5 years ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #478143

    Tania Perez
    Full Member
    Post count: 299

    Hello!!

    I need help hiding the social icons on detail page with css, I can´t get it right.

    Can you please help?

    Attached an image

    Best!!

    #478172

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hello,

    You can use the filter “sd_details_output_social_shortcode” to filter the shortcodes there but in the next release of GD core (later today) i have added item specific classes.

    (you could target them via data elements just not but its a bit more complicated)

    Stiofan

    #478176

    Alex Rollin
    Moderator
    Post count: 27815

    You can hide all the badges with this:

    
    
    
    .sd-detail-info .gd-badge {
        display: none;
    }
    

    Add to Appearance – Customizer – Additional CSS

    To hide individual badges and customize your site you should use the inspector to hightlight the badge and create similar CSS with “display:none'”

    https://wpgeodirectory.com/docs/customizing-your-style/

    #478319

    Tania Perez
    Full Member
    Post count: 299

    Alex, I can´t separate them.

    Stiofan, I´ll wait until the release you mention and see if I can do it then later today.

    #478393

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    FYI, release push till tomorrow.

    Thanks,

    Stiofan

Viewing 5 posts - 1 through 5 (of 5 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket