-
AuthorPosts
-
February 12, 2015 at 11:59 pm #395431
Hi,
wie auf der der Demoseite zu sehen: http://kriesi.at/themes/enfold/pages/services/
sind dort 3 Spalten mit jeweils einem Bildslider und Untertext zu sehen.
Ist es möglich, um jede Spalte eine Box mit einer anderen Hintergrundfarbe auszuwählen?
Ich habe bis jetzt leider keine Möglihkeit gefunden.Frage nebenbei: Wie erstellt man denn bei einem Menüpunkt so einen blauen Marker mit der Nummer darin?
Dandy
February 13, 2015 at 1:19 pm #395673Hey Dandy-power!
Thank you for using Enfold.
Place the 1/3 columns inside a color section with a unique id attribute (For Developers: Section ID). Use “custom-section” for example. Use this on the Quick CSS field to apply different background color to the column layouts:
#custom-section .flex_column.av_one_third:nth-child(1) { background: red; } #custom-section .flex_column.av_one_third:nth-child(2) { background: blue; } #custom-section .flex_column.av_one_third:nth-child(3) { background: green; }Regards,
IsmaelFebruary 14, 2015 at 7:02 pm #396195This reply has been marked as private.February 16, 2015 at 6:33 pm #396900Hey!
You can try this:
#custom-section .flex_column.av_one_third { min-height: 405px; }Use css media queries to adjust the height on smaller screens.
Cheers!
IsmaelFebruary 17, 2015 at 2:31 pm #397499Danke hat funktioniert. Was mir jetzt leider noch aufgefallen ist, bei einem einfachen Slider wird automatisch ein Borderradius erstellt.
In der Einfachen Slidereinstellung gibt es keine Möglichkeit wie bei einem Bild den Borderradius zu deaktivieren. Hast du mir dafür auch noch eine Lösung?Was mich noch interessieren würde, wie bekommt man oben im Menü so eine farbige Zahl hin?
February 18, 2015 at 12:32 pm #398047 -
AuthorPosts
- You must be logged in to reply to this topic.
