Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1088465
    JP
    Participant

    hi, i have just noticed how the search results look on my site

    http://myeternalbeauty.com/?s=serum

    is there a way to format these results?

    Thanks

    #1088604
    John Ezra
    Member

    Hi there,

    Thanks for writing in! We can try applying some CSS to modify the styling. Would you mind specifying what look you are tying to achieve? Thanks!

    #1089735
    JP
    Participant

    i love you guys

    please u=send me CSS that does:

    COL 1
    – left align thumbnail for product images

    COL 2
    – title
    – description truncated to 1 paragraph
    – category

    hide all this stuff
    – date
    – comments
    – author

    cool!

    #1089752
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .search-results .entry-featured {
        float: left;
        width: 30%;
    }
    
    .search-results  .entry-wrap {
        float: right;
        width: 68%  
    }
    
    .search-results .x-main > article {
        clear: both;
        float: left;
        width: 100%;
        margin: 25px 0;
    }
    .search-results .p-meta {
        display: none;
    }

    Hope it helps 🙂

  • <script> jQuery(function($){ $("#no-reply-1088465 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>