Site logo

[Resolved] Recent Posts formatting

Home Forums Support [Resolved] Recent Posts formatting

Home Forums Support Recent Posts formatting

Viewing 8 posts - 16 through 23 (of 23 total)
  • Author
    Posts
  • #1568687
    Sourabh

    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.

    #1568692
    Leo
    Staff
    Customer Support

    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.

    #1569123
    Sourabh

    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/

    #1569496
    Leo
    Staff
    Customer Support

    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;
    }
    #1569501
    Sourabh

    okay, i will change but how to update number of posts to display, as i want to display 10 posts

    #1569509
    Leo
    Staff
    Customer Support

    That’s a WordPress widget and theme doesn’t control it.

    #1569511
    Sourabh

    ok fine, thanku

    #1569528
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 8 posts - 16 through 23 (of 23 total)
  • The topic ‘Recent Posts formatting’ is closed to new replies.