Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
/*Remove overlay*/
.blog-recent[data-style=title_only] .col {
background-color: transparent;
}
/*Add margin on mobile*/
@media only screen and (max-width: 690px) {
.blog-recent[data-style=title_only] .col {
margin-bottom: 20px!important;
}
}
I'm happy that we could assist you! If you haven't already, please consider sharing your experience by leaving a review on ThemeForest. Your feedback is valuable to us and greatly appreciated!
Hi there,
Thank you for reaching out to us.
Could you please share the link to the page so we can check this out and advise?
We look forward to your reply.
Thanks,
Hi again,
Thank you for getting back.
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Try this and let us know how it goes.
Thanks,
It works. Thank you !
Hi again,
Thank you for getting back to us.
I'm happy that we could assist you! If you haven't already, please consider sharing your experience by leaving a review on ThemeForest. Your feedback is valuable to us and greatly appreciated!
Regards,