Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1009841

    Hi, how can I remove the Date of the creation on the Blog Page with the “Blog Raster Layout”?
    I have already made the setting that date is not shown in the Enfold Settings but still there.
    Thanks

    #1010001

    Hey pumpmakers,

    Could you post a link to the page in question so that we can take a closer look please?

    Best regards,
    Rikard

    #1010012

    Hi this it is:

    In Child Theme at Blog Data Elements the Date is not chosen but it is shown on page as you see in link. If I choose not Raster layout then it is working but I want to choose the raster layout but without date.
    Thanks

    • This reply was modified 6 years, 2 months ago by pumpmakers.
    #1010063

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-731 .slide-meta-time {
      display:none;
    }

    Best regards,
    Rikard

    #1010159

    Hi Rikard, thank you for your reply – I have tested but the header picture is still not showing on that page.
    I want to show the header picture on blog page and not visible none on that side.
    You have any idea yet?

    #1010183

    Hi,

    I inspected the page and I could see this code being added:

    .page-id-731 .slide-meta-time {
        display: visible;
    }

    Please use Rikard’s code, if it still doesn’t work after none add !important.
    If that doesn’t help, please give us admin access, so we can check further.
    Just post the login details in private content.

    Best regards,
    Nikko

    #1010238

    Hi Nikko, I add Rikards Code too but it is not working – I want to see the header picture on Blog Page for that reason I tried with “visible” too. Now I add Rikards Code again but it is not working.
    Here the access:

    #1010339

    Hi pumpmakers,

    There was a dot missing in front of one of the page classes and so the code after it was ignored.

    I adjusted the code for you, the dates do not show there.

    Best regards,
    Victoria

    #1010501

    Hi Victoria, thank you very much for your time and great support!

    #1010561

    Hi,

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

    Best regards,
    Rikard

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