How to remove mail symbol on bottom of all listing pages

This topic contains 5 replies, has 2 voices, and was last updated by  Kor 5 years, 5 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #453652

    edge
    Buyer
    Post count: 191

    Any idea how to remove the mail symbol on bottom of all listing pages?
    -> https://www.screencast.com/t/l59ZrPr2cQ
    Cannot find it in the settings..
    Thank you!

    #453671

    Kor
    Moderator
    Post count: 16516

    Hi Gerald,

    This can be done using custom CSS. Go through this article https://wpgeodirectory.com/docs/customizing-your-style/ and see if it helps.

    Thanks!

    #453842

    edge
    Buyer
    Post count: 191

    Hi Kor,

    Thank you for the article. It helps for a very better understanding. But it didn’t solve my problem and I seriously tried. You mind finding the right CSS code for me?

    Thank you!

    #453871

    Kor
    Moderator
    Post count: 16516

    Hi Gerald.

    Thanks for your reply. You can use the custom CSS code below to remove it.

    .geodir_more_info.geodir_email {display:none!important}
    #453937

    edge
    Buyer
    Post count: 191

    Hi Kor,

    Thank you very much. Works well (and I was very close with my own tries before by the way..) but I am now having the problem that it also removes another mail icon that I really prefer to keep:
    mail icon.jpg
    Any idea how to keep the first mail icon and remove the second mail icon the same time?

    Thank you!

    #453999

    Kor
    Moderator
    Post count: 16516

    Hi Gerald,

    Try using the custom CSS code below and see if it works.

    .geodir-details-sidebar-listing-info div:last-child {display:none!important;}
Viewing 6 posts - 1 through 6 (of 6 total)

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

Open Support Ticket