Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1439957

    Hallo Kriesi-Support,

    wie kann die die dünne Linie unter der Farbsektion ausblenden? Ich hätte gern, dass die Linie generell auf der Webseite nicht angezeigt wird.

    Dank und viele Grüße, Petra

    PS: Bin noch am Lernen :-)

    • This topic was modified 5 months ago by petrab20.
    #1439981

    Hey Petra,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .avia-fullwidth-portfolio .sort_width_container {
    	border: none;
    }

    Best regards,
    Mike

    #1439993

    Welche Version von Enfold nutzt Du? Weil – ja es war mal so, dass die sections standardmäßig eine 1px top border erhielten; Seit man aber in den Einstellungen der Color-Section die Auswahl bei Layout – Border die Einstellung setzen kann, ist das wohl nicht mehr so.
    Die Standardeinstellung ist nämlich die, dass dann die Klasse: avia-no-border-styling gesetzt wird. Diese Klasse sorgt dafür , dass die Regel:

    .container_wrap {
      border-top-style: solid;
      border-top-width: 1px;
    }

    nicht mehr greift wegen:

    #top #wrap_all #main .avia-no-border-styling {
      border: none;
    }

    Wie gesagt, daher vermute ich Du nutzt eine ältere Version.

    ____________

    Which version of Enfold are you using? Because – yes, it used to be the case that the sections had a 1px top border by default; but since you can set the selection in the settings of the color section under Layout – Border, this is probably no longer the case.
    The default setting is that the class: avia-no-border-styling is then set. This class ensures that the rule:

    .container_wrap {
      border-top-style: solid;
      border-top-width: 1px;
    }

    no longer applies because of:

    #top #wrap_all #main .avia-no-border-styling {
      border: none;
    }

    So I assume you are using an older version.

    #1439994

    Wenn du trotzdem alle ( auch die manuell gesetzten Einstellungen) überschreiben willst, könntest du in das Quick CSS folgendes setzen:
    ___
    If you still want to overwrite all settings (including the manually set ones), you could set the following in the Quick CSS:

    #top #wrap_all #main .container_wrap  {
      border-top-width: 0px;
    }
    #1440000

    Super. Die Linie ist weg. Und vielen Dank für die weiteren Infos, das hilft mir sehr. Viele Grüße, Petra
    PS: Wir haben gerade auf die aktuellste Version upgedatet.

    #1440005

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1440018

    Rikard, sure – you can close it. Thanks again.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Dünne Linie unter Farbsektion generell ausblenden’ is closed to new replies.