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.
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 7 years, 5 months ago by
shreen2008.
Joy
(@joyously)
It sounds like you need to make a child theme for those changes.
@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 🙂