Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1365080

    Liebes Support Team, ich habe hier ein Menü unterhalb des Headers eingebaut. https://cookinggrannies.com/

    Wie kann ich die Farbe und Größe dieses Menüs ändern? Ich finde in den Einstellungen nur die Möglichkeit Styles von “Maincontent” “Footer” usw. zuzuweisen. Wie kann ich z.B: einen Button auf dem Menüpunkt erzeugen der rot gefüllt mit weisser Schrift innen ist?

    Vielen Dank und liebe Grüße, Alexander

    #1365160

    Hi Alexander,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    #sub_menu1 .avia-menu-text {
      color: white;
      font-size: 20px;
      background-color: red;
      padding: 10px;
      border-radius: 5px;
    }
    

    Regards,
    Yigit

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