Archived topic
CSS styling on images and footer
3 replies · Started by Rob on October 18, 2021
Viewing posts 1–4 of 4
Hi
I styled the blog on my website
https://www.alternativeceremoniesuk.com/wp/what-are-handfasting-ceremonies/
As you can see the images have a gold box around them. This has also stylied the icons on the footer.
How can I leave the images on the blog bosts with the gold border, but not have the style effect the icons on the footer?
Thank you
Hi there,
change your CSS to:
.single .entry-content .wp-block-image {
margin-bottom: 2em;
margin-top: 2em;
padding: 30px;
background-color: #fff;
border-style: double;
border-width: 4px;
border-color: #9b662f;
}
This will just target the content of the post.
Perfect thank you!
You're welcome
This archived topic is closed to new replies.