customizing css for 2 widgets on the same page
-
Hi
I am using custom css to add alternating backgrounds behind each post (embedded into a page) using .rpwe-block li:nth-of-type(odd) {
background: #eaf2fc;
padding:20px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
border:1px solid rgba(7,52,93,0.5)
}but on the same page I have another widget on the side bar for another category listing and it is applying the same style to that widget. How do I make it that it only applies the css to tha specific instance of Recent posts extended even if there is more than one on a page?
The topic ‘customizing css for 2 widgets on the same page’ is closed to new replies.