Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter sohelhossenpiash

    (@sohelhossenpiash)

    If i delete this code then i remove page title, but i can’t not find this code. Please tell me where this code ?

    <header class=”page-header”>
    <h1 class=”page-title”>…….</h1>
    </header>

    save yourself the trouble and add a css rule like
    .page-title{display:none;}

    Thread Starter sohelhossenpiash

    (@sohelhossenpiash)

    Hi Kimberly,
    I use your code .page-title{display:none;}
    If i use this code then post title is also hide i want to hide only page title not post title. Please go my site then you you see where problem here my site

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Prepend “.page” and use Kimberly’s advice:

    .page .page-title{display:none;}

    Thread Starter sohelhossenpiash

    (@sohelhossenpiash)

    Same problem Andrew. Not solved.
    Please give me appropriate ?suggestion and i am waiting for that.
    Please check my site.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Oh it’s entry-title not page-title:

    .page .entry-title{display:none;}

    Thread Starter sohelhossenpiash

    (@sohelhossenpiash)

    Please stop Andrew you give me wrong code.
    Please give me appropriate ?suggestion and i am waiting for that.

    Hi sohelhossenpiash! Just noticed this thread was still open. Didn’t realize u were still having problems.

    Ok, let’s step back a bit. I think its time that you better clarify what you mean exactly on what you want hidden/removed.

    1. You gave a url earlier but give me 2 new urls to example posts with the problem
    2. Tell me what title (the actual text name shown) on each post (of those two urls) that you want hidden/removed.

    I think doing that will finally make it clear to me what you mean (no more ambiguity).

    Hi @sohelhossenpiash,

    I hope you are well today and thank you for your question.

    You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

    Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

    body.page .post-inner-content header.entry-header.page-header {
        display: none;
    }

    Best Regards,
    Movin

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Page Title’ is closed to new replies.