HIDE text in EVENT page header

Home Forums Jevelin Theme HIDE text in EVENT page header

Home Forums Jevelin Theme HIDE text in EVENT page header

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

    How can I remove the text ai1ec_event in the header of Archive: events page?

     

    See screenshot.

     

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

    Hi @marcorandazzo,

     

    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

     

    .post-type-archive-ai1ec_event .sh-titlebar .item-current.item-archive {
        display: none;
    }

     

    Best regards,
    Shufflehound team

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