Hi, I have 2 questions.
1. I want transparent background color for my ToC. I used this css:
.lwptoc_i {
background-color: transparent;
}
But it didnt work
2. I want to apply border radius to only article images (which appears in post, feature img, and feature img in the archive pages). Not all the images on my site. So I used this CSS:
.dynamic-entry-content, .inside-article img {
border-radius: 10px;
margin-bottom: 24px;
margin-top: 24px;
text-align: left;
}
But it only works on the feature image, not the images in my post.
Can you help me out?
My site to the above problems: https://nguyendangblog.com/hieu-ung-ran-ho-mang-cobra-effect/