Remove Favourite and User Links from Top of Detail Bar

This topic contains 4 replies, has 2 voices, and was last updated by  Ian Mullen 6 years, 4 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #411947

    Ian Mullen
    Expired Member
    Post count: 31

    Hello,

    I am trying to remove all options to review, comment, favourite etc. from my site.

    I have used CSS from previous support forums to successfully remove quite a bit, however I would like to remove the heart (and the social buttons if possible) from the very top of the details page. (screenshot attached)

    what css should I use to do this?

    Thank you

    #411952

    Alex Rollin
    Moderator
    Post count: 27815
    #412083

    Ian Mullen
    Expired Member
    Post count: 31

    Hello, Thanks for your help.

    I’ve tried that one, which has successfully removed favourites from everywhere else (from where I can see) but it has not removed it from the top of the detail page as show in the screenshot (to the right hand side of the title etc)

    Thank you

    #412095

    Alex Rollin
    Moderator
    Post count: 27815

    Hi Ian

    Try this CSS and let us know how it works for you:

    
    
    
    span.geodir-addtofav.favorite_property_180 {
        display: none !important;
    }
    

    Also, check out this link for other options in GD > Design > Detail:
    https://wpgeodirectory.com/docs/core-design/#detail

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

    #413486

    Ian Mullen
    Expired Member
    Post count: 31

    Thank you the last link helped tremendously!

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