How to hide featured image from EVENT PAGE

Home Forums Jevelin Theme How to hide featured image from EVENT PAGE

Home Forums Jevelin Theme How to hide featured image from EVENT PAGE

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • marcorandazzo
    Participant

    Hello, I am using Timely to create an even list.

     

    How can I hide the (very big and not good-looking) featured image in EVENT PAGE?

     

     

    Hi @marcorandazzo,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .single-ai1ec_event .post-meta-thumb img {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    marcorandazzo
    Participant

    Great, it worked perfectly!

     

    How can I remove “<span class=”item-current item-archive”><span class=”bread-current bread-archive”>ai1ec_event</span></span>” in the header of Archive: events page?

     

    See screenshot.

     

     

    Attachments:
    You must be logged in to view attached files.

    To help us keep support thread separates could you please create new thread for each of your other questions instead of asking them in your single thread as it makes the thread messy and hard to read.

     

    If you want to you can also add reference of this thread in your newly created thread.

     

    We would be more than happy to help you on your new thread.

    marcorandazzo
    Participant

    Ok, I will

    Ok

Viewing 6 posts - 1 through 6 (of 6 total)