Okay
  Public Ticket #2858117
Page Layout of Events
Closed

Comments

  • Harsha Raman started the conversation

    How to edit the basic page layout of the events page? Specifically, in the attached image, I want to remove the "Industrial Internet Consortium" button and make the "Jetzt Anmelden" button to fit page width. How to go about this ?

  •  785
    Zhivko replied

    Hi,

    You could just add css for it in STEC -> Fonts & Colors -> Custom style tab:

    .stec-layout-event-inner-intro-external-link,
    .stec-layout-single-external-link {
        display: none !important;


    Stachethemes Developer