Date in search results

GK User
Mon Mar 25, 2013 12:38 am
Hi,
How to disable Creation Date in search results without ruining layout? Please, look at the picture
User avatar
Fresh Boarder

GK User
Mon Mar 25, 2013 7:27 am
Hi, overwrite style using this css style:

Code: Select all
dd.result-created {display: none;}
User avatar
Platinum Boarder

GK User
Tue Mar 26, 2013 10:54 am
I did so, that's why I need help
I also tried to disable creation date in the backend components>search>, but result is the same, I get layout without borders and mess in spaces like on the pic near X mark
User avatar
Fresh Boarder

GK User
Tue Mar 26, 2013 1:52 pm
Ok, let's try with little modyfication:
Code: Select all
dd.result-created {display: none !important;}


If wont help add URL of your website here, with this page.
User avatar
Platinum Boarder

GK User
Sat Mar 30, 2013 7:39 pm
Hi,
Yes, this helps, but with little modification:

Code: Select all
.search-results dd.result-category {
   float: none;

.search-results .result-text {
   border-bottom: 1px solid #EAE8CC;
User avatar
Fresh Boarder