an
groups-icon

Change default order posts in search results page

Wait a minute... This content is very very old. We no longer sell or support this theme version. New Topics
  • Version 9
    Josh njenga
    -10 points
    Beginner

    Hello Richard,
    Try the below code under Theme Setup >General Setup >Custom css

    ul.orderby li:first-child {
    display:none;
    }
    ul.orderby li:nth-child(1) {
    display:none;
    }
    ul.orderby li:nth-child(2) {
    display:none;
    }
    ul.orderby li:nth-child(3) {
    display:none;
    }
    ul.orderby li:nth-child(7) {
    display:none;
    }

    October 12, 2016 at 12:41 pm
  • Richard Comeau
    0 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    October 13, 2016 at 4:18 am
  • Josh njenga
    -10 points
    Beginner
    Members Only Content

    This reply is for PremiumPress customers only.

    Login Now
    October 13, 2016 at 7:16 am

1,044

Views

17

Replies