Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #545969

    Hallo

    ich möchte das Menü im Header anders Designen. andere Schriftart, größere Schrift, Schrift wight, Transparent Glassy Header 0,7 Transparent, Schrinking Header Transparent und andere Farbe, einen Link mit border im Header in einer anderen Farbe

    #546641

    Hi DerNeumi!

    Schrift deiner Menüleiste:

    nav.main_menu>ul>li>a {
    font-size: 10px;
    font-family: helvetica;
    font-weight: 100;
    }
    

    Opacity für deinen Header:

    .header_bottom.clearfix {
    background-color: rgba(255, 255, 255, 0.6) !important
    }
    

    Verändere den Wert “0.6” für Opacity.

    Was meinst du mit Link mit Border im Header? kannst du uns ein Beispiel zeigen bitte?

    Gruß,
    Andy

    #547263

    wenn ich im Header Menü eine Seite hinzufüge dann kann ich Button Style Colored oder Border auswählen, wie kann ich bei Border die Farbe ändern?
    Shrinking Header Transparent machen?
    Transparent Header Farbe ändern?
    Was kann ich bei erweiterten Styling bei Main Menü ändern was wird bei den Einstellungen geändert leider fehlt eine Dokumentation?

    #548015

    Hey!

    1- Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top .av-menu-button > a .avia-menu-text {
        border-color: orange;
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    2- Please refer to Josue’s post here – https://kriesi.at/support/topic/glassy-transparent-header/#post-310605

    3- Please edit your page and choose to display Glassy Transparent header and add following code to Quick CSS

    #header.av_header_glassy {
        background: rgba(255,0,0,0.5);
    }

    255,0,0 is RGB value of the color and 0.5 is opacity level.

    4- Can you please elaborate on this one? I am not sure if i understood :)

    Best regards,
    Yigit

    #556555

    1 und 3 Funktioniert vielen dank.

    zu 3
    wenn ich ein Child Theme nutze und bei enfold-child/js/avia.js
    eine Kopie anlege und die functions.php anpasse und es ein update gibt für Enfold wird ja die originale bei neuen Änderungen überschrieben aber nicht die enfold-child/js/avia.js wie bekomme ich dann die neuen Änderungen ?

    #556561

    Mobile Header Transparent?

    #557321

    Hey!

    I’m sorry but it’s not possible to do the avia.js modifications in a child theme. You have to do this modification every time you update the theme. Or hire someone to override the current script. Please contact codeable for such modification: http://kriesi.at/contact/customization

    Regards,
    Ismael

    #958613

    Hi Kriesi Team,

    wow. I think i need some advice. At least i hope you can give it to me.
    I searched you whole forum for my problem and tried all advices, all css codes but it will not change a bit.
    I am using the Restaurant OnePage Demo.
    Now i want to make the Header transparent. So i only see the Menu and the Logo infront of my Vollbild Slieder (the pictuer).
    I tried to change it but it wont change from being white all the time.

    What am i missing? I feel a bit stupid. Sorry. But would very much be greateful for some hint, where i could
    maybe find a solution.

    Tank you and a good weekend.
    Filipp

    #959292

    Hi Filipp,

    Could you post a link to the site in question so that we can take a closer look please? Also, it’s better that you open new threads instead of posting to topics which are almost 3 years old.

    Best regards,
    Rikard

    #964517
    This reply has been marked as private.
    #964539

    Sveika Vaida :)

    Please refer to this post – https://kriesi.at/documentation/enfold/header/

    Best regards,
    Yigit

    #1178102

    Dear Kriesi team, how do I change the transparency and color of the header before scrolling and after scrolling? Where do I change the color and spacing of the menu indicator?
    Greetings from the Baltic Sea
    Andreas

    #1178114

    Hallo,
    ich schreibe besser mal in Deutsch :-)

    Um die Trennleiste neben dem Menü zu den Social Medias und zum Rest der Seite (diesen weißen, hellen Unterstrich zu deaktivieren, würde ich gern wissen, ob es da einen Quick CSS Code gibt und wo ich diesen einsetzen muss…

    Ich benutze auch ein Child Theme…

    Adresse zum Anschauen: http://www.stationfx.de

    Danke für die Hilfe

    P.S.: Die Codes die ich fand, haben anscheinend nicht gefruchtet…

    oder kann ich da was im erweiterten Menü einstellen?
    Soll ja auch wegbleiben :)

    und wie bekomme ich nochmal die Nummer für die Updates?

    ich habe nämlich gesehen, bei der Rückführung habe ich 4.5.7

    Danke…

    Denn in den Downloads fand ich jetzt keine Nummer mehr, die dort gefordert wird oder welche soll gemeint sein ?

    #1178561

    Hi,


    @Karamba69
    : You can use the following css code to change the opacity of the header background.

    .header_bg {
        opacity: 1;
        filter: alpha(opacity=100);
    }


    @Arbogaz
    : You can adjust the style of the Menu Indicator in the Enfold > Advanced Styling panel. Look for the element under the Main Menu section. And regarding the update, you might have to upgrade the theme manually this time because the auto updater in v4.5.7 has been deprecated.

    // https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    #1202629

    Hi Ismael,
    many thanks for your answer.

    #1202885

    Hi Karamba69,

    Thanks for the update. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

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