New Landing How can we help? Themeforest Theme Support Pinpoint News articles on pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Pinpoint
  • #24677
    springboard
    Member
    Post count: 19

    I am using the following code to insert related articles to associated pages via widgets:

    [recent_posts title=”” item_count=”4” category=”assurance services” excerpt_length=”10” width=”1/1” el_position=”first last”]

    EX: http://www2.marksnelsoncpa.com/services/assurance-services/

    I am trying to remove the images from appearing so it just cites the headline and “By MarksNelson on July 22, 2013” — nothing else.

    Where would I edit the code to achieve this? Thanks!

    #24755
    springboard
    Member
    Post count: 19

    I was given this code to amend the same desired edit on the Team page:

    ul.recent-posts {
    list-style: none!important;
    }
    article.type-team .recent-post figure, article.type-team .recent-post .excerpt {
    display: none;
    }

    EX: http://www2.marksnelsoncpa.com/?team=david-belpedio
    (Scroll to bottom to see the Article functioning without the image.)

    #24991
    springboard
    Member
    Post count: 19

    Solved the problem with the below code, just in case anyone else might find this useful (posted in General Options > Custom CSS):

    .sidebar .wpb_recent_posts_widget .recent-post figure, .sidebar .wpb_recent_posts_widget .recent-post .excerpt {
    display: none;
    }
    .sidebar .wpb_recent_posts_widget .recent-post { border-top: 0; }

    #25337
    Melanie – SUPPORT
    Member
    Post count: 11032

    Great!

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register