Hi,
You’re very welcome! 🙂
1. Moving the image before the title
There is a specific option in the widget’s panel. Activate this option in “Displaying posts” > “The featured image of the post” > “Move this section” > “Display this section before the title of the post”.
2. Styling the output
In your style.css file or in the dedicated section for Custom Styles (“Styles” > “Custom Styles”) in the widget panel, paste this code:
.sidebar ul li.pis-li {
padding-left: 0;
border-bottom: 1px solid #ddd;
margin-bottom: 20px;
padding-bottom: 20px;
}
.sidebar ul li.pis-li::before {
content: "";
}
p.pis-title {
color: #3d4351;
line-height: 1.3;
}
.sidebar ul li p.pis-title a {
font-size: 18px;
font-weight: 600;
}
I added some extra styles beyond what you requested, so edit the code if you want.
Let me know, please.
Thanks Aldo, you’re very helpful!
-
This reply was modified 8 years, 1 month ago by
osmeusdominios. Reason: Resolved!