• xbryboy

    (@xbryboy)


    How can I remove the title of the description of the post/page on the frontpage? I have a static page right now on the front page and I don’t want any title on it to appear at all.

Viewing 8 replies - 1 through 8 (of 8 total)
  • MarieJoJones

    (@mariejojones)

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

    Replace the 00 with the ID number of your page.

    Thread Starter xbryboy

    (@xbryboy)

    This does not seem to work.

    I am speaking about the title that appears below the header, there are 2 of them.

    stephencottontail

    (@stephencottontail)

    What theme are you using? Can you post a link to your site?

    Thread Starter xbryboy

    (@xbryboy)

    Here I will have the url only up for the next 24 hours, please look at it.

    https://allinallballscrewrepair.com/

    Matrix theme

    stephencottontail

    (@stephencottontail)

    To clarify, you’d like to remove the text that reads “Allinall Ballscrew Repair” and your phone number that appears above the image slider? If so, try this CSS in your child theme:

    .home .classic-title {
    	display: none;
    }
    Thread Starter xbryboy

    (@xbryboy)

    Ok that worked, how can I remove the giant space from above that now?

    stephencottontail

    (@stephencottontail)

    .home #content {
    	padding-top: 10px;
    }

    Experiment with different values until you like the look.

    Thread Starter xbryboy

    (@xbryboy)

    It works. Thanks so much.

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