Hide Page title

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

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

Open Support Ticket
  • Author
    Posts
  • #273472

    Maria Pena
    Buyer
    Post count: 58

    Hi,

    I’ve been trying to take out the title on my about pages with no success.

    I used the code:
    .geodir-common .h1.entry-title {
    display: none
    }

    Please Help!

    Also, how to I take out the comments and favorites in the Best Of Widget? It looks weird how it looks formatted now (Please see image attachment)

    Thank you!

    Maria

    #273665

    Kor
    Moderator
    Post count: 16516

    Hi Maria,

    se the below custom CSS code to remove the page title only on the “About” page.

    
    
    .page-id-10 h1.entry-title {
        display: none;
    }

    Use the below custom CSS code to remove the comments and favorites from that widget.

    
    
    #geodir-bestof-places .geodir-addinfo{
        display:none;
    }

    Thanks!

    #274023

    Maria Pena
    Buyer
    Post count: 58

    Thank you Kor!!!

    #274385

    Kor
    Moderator
    Post count: 16516

    Hi Maria,

    You’re Welcome, enjoy GD. 🙂

    Thanks!

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

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

Open Support Ticket