Place the following CSS code inside the custom CSS box (if this theme has one) or use a plugin like PC Custom CSS.
.no-sidebar .hentry {
box-shadow: none;
}
Thread Starter
esia
(@esia)
Unfortunatley it doesn’t work 🙁
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
You’ll need to link to the page in question.
Please post your site’s URL.
Thread Starter
esia
(@esia)
The CSS code I mentioned previously will work. Since you’re using a child theme add it to wp-content/themes/emphaino-child/style.css.
By header do you mean the heading of each article? If so place this code in the same file.
.entry-title {
font-size: 4rem !important;
}
Thread Starter
esia
(@esia)
No no, the header of page. I would like to have 1000x300px, but i can change it.
Thread Starter
esia
(@esia)
OK, I manage with it.
Now I would like to know how make space between images in each post??
Try this
img.aligncenter {
margin: 20px auto;
}