Site logo

Archived topic

Image formatted automatically in the post

11 replies · Started by Feber on April 8, 2022

Viewing posts 1–12 of 12

Hi Feber,

I'm not sure I fully understand your question.

The screenshot you shared looks like a blog page, can you describe more specifically what style of the image are you trying to replicate?

And what about the wix blog link? Anything from that blog we should be looking at?

Let me know :)

Do you mean the boarder or the shadow?

Border or shadow or both is okay.
I just want to know how to make all images in the post automatically have border or shadow or both without setting it manually one by one.

Thanks

But it also affected to my logo.
How to make it only in the page or post ?

Thanks

You can try switch the imgto .site img in your CSS.

Hi there it works.
But how to exclude it from image in the footer ?

Hi Feber,

Can you try this CSS selector instead?:

.site .site-content img {
	/* insert code here */
}

This selector should exclude the footer.

For single posts:

.single-post .site .site-content img {
	/* insert code here */
}

Kindly let us know how it goes. :)

Yeah. It works. Thank you very much

You’re welcome Feber! Glad to be of assistance! Feel free to reach out anytime you’ll need assistance with anything else. :)

This archived topic is closed to new replies.