Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1308908

    Hallo,
    ich habe versucht, die Schriftgröße und Schriftfarbe der Navigation zu ändern, aber das klappt nicht. Hab es schon mit Advanced Styling Anpassungen versucht sowie mit CSS, aber da ändert sich nichts. Da man das Weiß aber nicht gut lesen kann, ebensowenig die Social Icons gut sichtbar sind, wollte ich die Schriftfarbe und Schriftgröße ändern. Beim Scrollen klappt es, da werden die Schriftfarbe sowie der Hintergrund richtig angezeigt. Hoffe, ihr könnt mir bitte helfen.
    Der Link zur Seite: https://www.chalet-georg.at/

    Schöne Grüße
    Evelyn

    #1309012

    Hi Evelyn,

    Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #1310105
    This reply has been marked as private.
    #1310598

    Hi,
    Thank you for your patience and for the login, for mobile when only the phone and mail buttons show I was able to make them fixed to the bottom on the screen with this css, I also had to add a custom class to each flex-cell, phone & mail for this css

    @media only screen and (max-width: 767px) { 
    #top #welcome > .phone.no_margin.av_one_fourth {
        position: fixed;
        width: 50%;
        bottom: 59px;
        z-index: 99;
    
    }
    #top #welcome > .mail.no_margin.av_one_fourth {
        position: fixed;
        width: 50%;
        bottom: 59px;
        z-index: 99;
        right: 0;
    }
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    #1311793

    Hi,
    thanks a lot for the top service and great help. Now it works :).
    Best Regards
    Evelyn

    #1311836

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Schriftgröße und Schriftfarbe im Hauptmenü ändern’ is closed to new replies.