Archived topic
Recent Posts formatting
22 replies · Started by Sourabh on November 29, 2020
No, it's not related to design, it's an open topic that is unresolved, website is a big chapter, I have not moved from the sidebar yet, and you reverting for design, etc.
I am already learning from your pre-written blogs and old raised tickets, where I understand, I am doing from my end, where i dont understand i raise ticket.. Hope you understand.
Can you link me to the page in question and guide me to the specific section you are asking about?
If it's directly related to the theme, I'm happy to take a look.
If it's something to do with the custom CSS/style you need then you will need to consider hiring a developer.
Refer below URL and snapshot attached, just wants to remove that arrow only from recent posts widgets but not from nav menus... and wats to display 10 posts in recents posts..
https://www.dropbox.com/s/wgumhuowmobcjsh/recents%20posts%20arrow.png?dl=0
https://venusentertainments.com/100-blogging-tools-for-2021-categorized-expert-tips-2/
So the navigation is the only widget that you want to add the arrows?
If so change this:
.is-right-sidebar .widget:not(.zoom-social-icons-widget) ul li a:after {
content: "\f054";
font-family: FontAwesome;
font-size: 12px;
float: right;
}
to this:
.is-right-sidebar .widget.widget_nav_menu ul li a:after {
content: "\f054";
font-family: FontAwesome;
font-size: 12px;
float: right;
}
okay, i will change but how to update number of posts to display, as i want to display 10 posts
That's a WordPress widget and theme doesn't control it.
ok fine, thanku
No problem :)