Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1243401

    Liebes Kriesi-Team,

    ich bin begeisterter Enfold-Neuling und habe eine Seite im Theme grob erstellt. Jetzt gibt es ein Problem: Bei transparentem Menü ist zwischen Seitenanfang und Hintergrundbild ein weißer Streifen sichtbar. Was muss ich machen, damit der weiße Streifen weg ist?

    Und: Ich möchte gerne die Unterstreichung der aktiven Menüpunkte entfernen und stattdessen die Farbe der aktiven Menüpunkte ändern.

    Besten Dank für die Unterstützung
    Paul

    • This topic was modified 3 years, 7 months ago by paulsteckfeld.
    #1243580

    Hey paulsteckfeld,

    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

    
    #top #main main.content {
        padding-top: 0;
    }
    

    I do not see the menu at all. Did you have it removed?

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1243634

    Hallo Victoria,

    der weiße Streifen ist weg – das hat perfekt funktioniert. Dankeschön.

    Das Hauptmenü ist jetzt sichtbar: Die Linien bei mouseover unter den Menüpunkten sollen ausgeblendet werden. Stattdessen sollen bei mouse over und bei aktiven Hauptmenüpunkten die Menüpunkte rot (#cc1f30) erscheinen. Was kann ich tun?

    Mit bestem Dank im Voraus
    Paul

    #1244055

    Hi Paul,

    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

    
    #top #header.header_color.av_header_transparency .av-main-nav > li:hover > a .avia-menu-text {
        color: red;
    }
    .av-main-nav li:hover .avia-menu-fx {
        opacity: 0;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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