Hiding the title in Featured Area(Both GD & non GD) EXCEPT the Front Page

This topic contains 11 replies, has 3 voices, and was last updated by  mb299 4 years, 7 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #509036

    mb299
    Free User
    Post count: 147

    Hello..
    I am using WP Ver :5.2.3 & GD Ver :2.0.0.66

    Its a listing website using Supreme Directory theme. The plugins that i am using are Geo Directory, Ninja Forms, Code Snippets & Ultimate Member.
    Question 1 :Is there a way to hide the title from all pages except the Front Page? I tried this code & all titles were hidden.
    /*Hide the Title in the Featured Area*/
    .sd .featured-area h1.entry-title {
    display: none;
    }
    Q 2: Is there a way to adjust the margins & padding of the featured images on individual pages separately? Not a GLOBAL Setting.

    Thanks for your time & help.
    Manish.

    #509165

    Alex Rollin
    Moderator
    Post count: 27815

    Hello,

    we are checking into this, thanks

    #509210

    Kor
    Moderator
    Post count: 16516

    Hi mb299,

    1. Use this customm CSS code.

    .home.sd .featured-area h1.entry-title {
    display: none;
    }

    2. You can always target the page id first as shown in the attached screenshot. Example.

    .page-id-237 .featured-area {
    padding: 40px;
    }
    #509230

    mb299
    Free User
    Post count: 147

    Hi Kor,

    Thanks for your reply.

    1. .home.sd .featured-area h1.entry-title {
    display: none;
    } – This didn’t work. Please see the MARKED area in the attached screenshot.Any other suggestion?
    2. Padding worked 🙂

    Manish

    #509245

    Kor
    Moderator
    Post count: 16516

    Hi Manish,

    Thanks for your reply. Could you insert a “Fullstop” infront of the “home” and see if it works ? If not, share your Website WP admin access here in private reply.

    #509259

    mb299
    Free User
    Post count: 147
    This reply has been marked as private.
    #509404

    mb299
    Free User
    Post count: 147
    This reply has been marked as private.
    #509475

    mb299
    Free User
    Post count: 147

    Hi Kor,

    I had sent you my credentials & awaiting resolution from you. Please do let me know asap. Thanks

    #509651

    Kor
    Moderator
    Post count: 16516
    This reply has been marked as private.
    #509657

    mb299
    Free User
    Post count: 147
    This reply has been marked as private.
    #509704

    Kor
    Moderator
    Post count: 16516

    Hi Manish,

    Thanks for your reply. Sorry for the misunderstanding. This should work.

    .single-gd_place .featured-area h1.entry-title {
        display:none;
    }
    #509706

    mb299
    Free User
    Post count: 147

    Bingo !!

    You are awesome Kor … Thank you so much. It worked.

    Wonderfully supported. I really appreciate.

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

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

Open Support Ticket