• Hello.
    How can I delete the text “HOME” from [ redundant link removed ] , “About” from /about/, and so on?

    Thank you.

    • This topic was modified 4 years, 7 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Admin –> Customizer –> Additional CSS:

    article h1.entry-title {
        display: none;
    }
    Thread Starter qmtconcept

    (@qmtconcept)

    Thank you, it sure worked.
    Can you please help me with two more things?
    1. Is it possible to move the orizontal lines of the menu+menu on the top of the page, to be the first thing on the page?
    2. Can I move the somehow the text “Amazing Things for You” a little up on the page, to make lower the gap between that text and above?

    Thank you.

    Admin –> Customizer –> Additional CSS:

    .header-1 #site-navigation {
        position: relative;
        border-bottom: 0px solid #333; */
        border-top: 0px solid #333; */
        display: flex;
        align-items: center;
        flex-wrap: wrap-reverse;
    }
    .breadcrumbs-wrap {
        display: none;
        width: 100%;
        font-style: normal;
        color: #858585;
        padding: 0 15px 30px 15px;
        text-align: center;
    }
    .post-content {
        position: relative;
        padding: 2px 15px;
        word-wrap: break-word;
        overflow: hidden;
    }
    Thread Starter qmtconcept

    (@qmtconcept)

    thank you.

    Thread Starter qmtconcept

    (@qmtconcept)

    I have another question: how can i get rid of the side, left and right spaces, from the pages?
    I want the text and photos to be on (almost) all the screen, without those side spaces.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Delete “Home” from page’ is closed to new replies.