• Hello.
    I would like to remove the attribution that says”
    Proudly powered by WordPress” in the footer.

    Also I would like to have a single column layout of size 1080px, without the sidebar.
    How to do it.

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello shreen2008,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    .imprint{
    	display:none;
    }
    @media only screen and (min-width: 1168px){
    .entry .entry-content > *, .entry .entry-summary > * {
       max-width: 100%; 
    	}
    }

    Hope this will helps you.

    Thanks.

    Thread Starter shreen2008

    (@shreen2008)

    Thanks AddWeb.
    It perfectly worked.

    I want a few more changes.

    1. I want to reduce the height of the header and navigation menu to 120px.
    2. Then I want to remove the date, author, category meta tags after post tile and at the bottom of the content.
    3. Then I want to link author link to an author page created separately.

    • This reply was modified 6 years, 2 months ago by shreen2008.

    It sounds like you need to make a child theme for those changes.

    Thread Starter shreen2008

    (@shreen2008)

    @joy.
    I already made a child theme.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I recommend creating a new thread for each of those design changes.

    Our plugin Options for Twenty Nineteen has an additional option in the Customiser that will remove the “Proudly Powered by WordPress” text and the comma that precedes it.

    Hope that helps ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to Remove “Proudly powered by WordPress”’ is closed to new replies.