Styling question

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

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

Open Support Ticket
  • Author
    Posts
  • #439217

    Paul
    Lifetime Member
    Post count: 139

    Hi,

    I’m trying to not display the .geodir_more_info popular listings on the homepage while still showing the .geodir_more_info details on the map.

    I’m using this CSS code to hide the information:
    .home .geodir_more_info, .page-id-26508 .geodir_more_info {
    display: none;
    }

    How can I get the .geodir_more_info to show the info on the map icon popups but not the popular listings module?

    #439219

    Kor
    Moderator
    Post count: 16516

    Hi PB,

    Thanks for your post. Kindly share the URL of the pages in question and I’ll check and see if it’s possible to achieve what you needed there using custom CSS.

    Thanks!

    #439231

    Paul
    Lifetime Member
    Post count: 139
    This reply has been marked as private.
    #439239

    Kor
    Moderator
    Post count: 16516

    Hi PB,

    Thanks for your reply. Just inspected your Website and I think I know what you needed there. Please share WP admin access to your Website so that I could remove the existing custom CSS and test some new CSS. Please use the private reply option below.

    Thanks!

    #439272

    Paul
    Lifetime Member
    Post count: 139
    This reply has been marked as private.
    #439335

    Kor
    Moderator
    Post count: 16516

    Hi PB,

    Thanks for your reply. I’m getting “ERROR: The password you entered for the username boss is incorrect.” when I tried to log in to your Website.

    Thanks!

    #439464

    Paul
    Lifetime Member
    Post count: 139
    This reply has been marked as private.
    #439497

    Kor
    Moderator
    Post count: 16516

    Hi PB,

    Thanks for your reply. I’ve changed the custom CSS code to the below and could you check now and see if it’s what you’re looking for?

    
    
    .sd-homepage .geodir_more_info {
      display: none;
    }
    #439505

    Paul
    Lifetime Member
    Post count: 139

    Hey Kor,

    It’s working to hide the featured listings (below the map), but on the map it is also hiding the listing info on the map popups (*see attached image). When I remove the code it shows the more info on the map location popups.

    Is there a way to show the more info on the map popups, but not on the featured listing area?

    #439512

    Kor
    Moderator
    Post count: 16516

    Hi PB,

    Changed to the custom CSS below.

    
    
    .sd-homepage .geodir_full_page  .geodir_more_info {
      display: none;
    }
    #439517

    Paul
    Lifetime Member
    Post count: 139

    Kor,
    That worked perfectly! Thank you!

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

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

Open Support Ticket