Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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; }
    #1017347

    Hey TulahStyle,

    Please try the following in Quick CSS under Enfold->General Styling:

    .search .date-container {
      display:none !important;
    }

    Best regards,
    Rikard

    #1018156

    Hi 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”

    #1018206

    Hi,

    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,
    Rikard

    #1019220

    Thank You Again Rikard For all of the teams continued support on these issues.

    #1019354

    Hi,

    Glad we could help and thanks for the kind words :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.