• Resolved teammf

    (@teammf)


    Hi Richie,

    I’ve build up my website so far with no problem and with your help the last time: thanks.

    Now I only have one small issue: I want to remove te ‘HOME’ title on the homepage, but not remove the other page titles. So only remove the word ‘HOME’ on homepage (green circle).

    Could you help me?

    Thanks in advance!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Richie KS

    (@rkcorp)

    check the body page id in source code and add this to customizer->general->custom css

    body.page-id-3333 h1.post-title {
    display:none; 
    }

    replace 3333 with the home page id.

    Thread Starter teammf

    (@teammf)

    Hi Richie,

    Thanks, the custom css works perfectly (see image).
    Now I’m only wondering if it’s possible to line it perfectly with the sidebar, as shown in the image. Is it possible?

    Thanks in advance.

    Theme Author Richie KS

    (@rkcorp)

    try

    body.page-id-xxx .content {
    padding:0;
    }
    Thread Starter teammf

    (@teammf)

    Hi Richie,

    It also works, thanks (see image)!

    That it isn’t exactly perfectly aligned (at the top of the page) with the sidebar doesn’t matter, I also like it like this, because the button and newsbar are aligned ?? I did check every other plugin on the homepage for padding, but it doesn’t change anything, so it’s perfect now.

    So, thanks for all your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove only homepage title’ is closed to new replies.