-
AuthorPosts
-
October 3, 2018 at 4:56 am #1017332
Hi enfold team , thanks so much for your continued support ;
Currently i am having an issue removing the date from products in my search results and in my search query .
I Previously referred to an enfold help post where two snippets of code we’re recommended, however neither snippet of code worked
.post-meta-infos { display: none; font-size: 12px; position: relative; top: -8px; } .header_color .ajax_search_excerpt { display: none; }
October 3, 2018 at 5:38 am #1017347Hey TulahStyle,
Please try the following in Quick CSS under Enfold->General Styling:
.search .date-container { display:none !important; }
Best regards,
RikardOctober 5, 2018 at 7:10 am #1018156Hi Rikard , Thank you so much for your input ; it seems this has solved the problem but may i ask a question ?
Do you have any idea why with this and sometimes other pieces of code ive noticed this issue .
I Will input the code into quick css and save changes but then i wont see the changes . however if i give it a lil time maybe an hr or so sometimes the css change will take effect. From what i can gather maybe it has to do with something like volume of changes made . im not sure what it is but sometimes css changes take a while to go through and other times it feels like it is near instant as soon as i press “save changes”
October 5, 2018 at 10:20 am #1018206Hi,
It’s very likely caching if you don’t see the changes right away, please try to clear the cache from your browser and do a hard reload. You could also try to check in an incognito window using Chrome which is supposed to not serve cached content. It could also be server side or varnish cache, I can’t check that for you but you can get it touch with your hosting provider and ask if they are applying that to your site.
Best regards,
RikardOctober 8, 2018 at 9:17 pm #1019220Thank You Again Rikard For all of the teams continued support on these issues.
October 9, 2018 at 6:44 am #1019354 -
AuthorPosts
- You must be logged in to reply to this topic.