Hi
Can I please get some advice as to how to remove an unwanted background color that has arrived after the last theme update on the “classic recent posts” element?
Many thanks
Nick
Hi
Can I please get some advice as to how to remove an unwanted background color that has arrived after the last theme update on the “classic recent posts” element?
Many thanks
Nick
Hello Nick,
Thanks for writing in! The background color that you are referring to is coming from the theme option settings. Please go to X > Theme Options > Renew. If you want to remove the hover background color in the classic recent post element, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
.x-recent-posts .format-standard .x-recent-posts-img:before,
.x-recent-posts .x-recent-posts-img:after {
display: none;
}
This code will also remove the icon since the icon will no longer be readable if you remove the background color.
Hope this helps.
Great, Thanks RueNel
This did the trick!
Br
Nick
Glad we’re able to help 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.