-
AuthorPosts
-
April 14, 2024 at 12:31 pm #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 7 months, 1 week ago by petrab20.
April 14, 2024 at 5:53 pm #1439981Hey Petra,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.avia-fullwidth-portfolio .sort_width_container { border: none; }
Best regards,
MikeApril 15, 2024 at 9:12 am #1439993Welche 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.
April 15, 2024 at 9:14 am #1439994Wenn 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; }
April 15, 2024 at 10:30 am #1440000Super. 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.April 15, 2024 at 11:10 am #1440005Hi,
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,
RikardApril 15, 2024 at 11:52 am #1440018Rikard, sure – you can close it. Thanks again.
-
AuthorPosts
- The topic ‘Dünne Linie unter Farbsektion generell ausblenden’ is closed to new replies.