Hi @saltcrafts,
those >> are created by the stylesheet of your current theme, but they are very simple to remove. Here the code:
aside#secondary .widget ul li.pis-li:before {
content: none;
}
li.pis-li:first-child p.pis-title {
margin-top: 0;
}
The first style removes the >>.
The second style removes an unpleasant extra space.
Let me know, please.
Hi aldolat,
Thank you very much for your prompt and useful reply. It worked great! But I would like to ask you one more thing, may be out of your plugin, but as I am new in html and css, so hopefully you would be happy to assist me… Now, there is a big white space between the gray underline and the next post’s title. How can I reduce this space? as I have good looking space in the first widget on the same page.
Thank you again, and kind regards
Sajid
Remove this style (which I gave you in my last post):
li.pis-li:first-child p.pis-title {
margin-top: 0;
}
and add this in his place:
p.pis-title {
margin-top: 0;
}
Let mo know, please.
Thank you very much again Adolat.. It worked as great as I needed!
Also, I sent you a 5 star review just now.
Good Luck in your personal as well as professional live.
Regards,
Sajid
You’re welcome and thank you! I really appreciate it!