• Dr_Pollard

    (@dr_john_pollard)


    Can someone please tell me how to hide the title on this home page. It’s quite obvious.

    https://selfparenting.com/

    I’ve managed to hide all the other ones, (by using css) but not on this page. To me it might be part of “the loop” so I don’t want to make any mistakes.

    Thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Which title is it the one header image along with tagline
    looks like you have put that in image.

    If it is one just under menu Healing Your Inner Child

    then in style.css

    #content .entry-title {
    color:#000000;
    font-size:21px;
    font-weight:bold;
    line-height:1.3em;
    margin-bottom:0;

    add
    display:none;

    Thread Starter Dr_Pollard

    (@dr_john_pollard)

    Govpatel,

    God bless you for this. It was the second one, and I’ve been trying for weeks. I just could not figure that one out.

    Thanks again,

    John

    Thread Starter Dr_Pollard

    (@dr_john_pollard)

    Govpatel,

    If I could trouble you once again.

    My sign up form on the right is jammed up against the header.

    https://selfparenting.com/

    I’m not sure if that’s something to do with the form itself, the widget section, or the twenty ten theme, but again, I’ve been trying various ways to just drop it down a few pixels level to the text columns on the left.

    Any ideas?

    Thanks,

    John

    In style.css around line 74

    #primary, #secondary {
    float:right;
    overflow:hidden;
    width:220px;

    add
    margin-top:15px;

    you can change 15px to what number you want.

    Thread Starter Dr_Pollard

    (@dr_john_pollard)

    Wow, GovPatel, you are awesome.

    Very impressive knowledge of WP. When you say

    “Your Website Troubles are Now Officially Over”…
    https://gbpcentral.com/

    you mean it.

    Thank you again,

    John

    You are welcome

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Need to Hide Title on Home Page’ is closed to new replies.