Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1068891

    Hallo zusammen

    ich verwende den “All-in-One Event Calendar” von Time.ly mit Enfold.
    Nun zeigt es leider immer das Beitragsbild bei einem einzelnen Kalendereintrag an. Dieses soll entfernt werden, aber bei den Blog-Beiträgen draufbleiben.
    Hat hier jemand eine coole Idee?
    Beispiel hier: https://rolv-nos.ch/?ai1ec_event=67-amriswiler-ol&instance_id=35

    Danke für euren Support

    Manuel

    #1068953

    Hey mjacomet,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .single-ai1ec_event a.small-preview {
      display: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1112714

    Hallo,
    ich möchte das Beitragsbild NICHT im Beitrag angezeigt haben, nur in der Blog-Vorschau.
    Gibt es dafür auch einen Code?

    Danke
    Andreas

    #1112824

    Hallo Andreas,

    Could you post a link to an example page and point out the changes you would like to make there please?

    LG,
    Rikard

    #1112844

    Hi,
    a friend helps:

    .single-big .lightbox-added {
    display: none;
    }

    thx

    #1112870

    Hi AndreasSeydell,

    Great, I’m glad that you found a solution and thanks for the update.

    Best regards,
    Rikard

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