How can I use new css rule in post img.
-
How can I use new css rule in post image.
plz help me with answer.
thanks.The blog I need help with is: (visible only to logged in users)
-
Sorry, I’m not sure what you mean!
Are you trying to change how the images in your posts look? If so, the first thing you should do is try editing the image inside the post directly.
If you are trying to do something like remove borders from images in the content areas of the Something Fishy theme, you could add something like this to your Appearance → Custom Design → CSS editor:
.entry-content img, .comment-content img { border: none; padding: 0; }
- The topic ‘How can I use new css rule in post img.’ is closed to new replies.