Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #24244

    Hi there

    I’ve been trying various methods to try to remove the date/by/author text from portfolio items search results, I also need to have this text removed from post searches too.

    I used this from a previous forum question –

    .search-results .date-container.minor-meta {

    display: none;

    }

    – but it desont work.

    Thanks for your help

    Silvio

    #122877

    Hi,

    Please use this.

    .search .date-container.minor-meta, .search .author-container.minor-meta {
    display: none;
    }

    Regards,

    Ismael

    #122878

    I can’t find either option. Which .php file should I be looking in?

    #122879

    Hey!

    You just need to insert the code into the quick css field.

    Best regards,

    Peter

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘REMOVE DATE/BY/AUTHOR TEXT FROM PORTFOLIO AFTER SEARCH’ is closed to new replies.