Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1159074

    Hallo,

    Wie kann ich in der mobilen Version das Sekundär-Menü ausblenden, jedoch Header Telefonnummer/Extra Info soll bestehen bleiben.
    Wie auf dieser Webseite: https://bohnholzbau.de.
    Letzte Frage ist noch, wie kann ich die Hintergrundfarbe der Zeile ändern, in der das Sekundär-Menü und die Header Telefonnummer/Extra Info sind?
    Siehe gleicher Link, wie oben.

    Vielen Dank Stefan

    #1159279

    Hey Kiwilein,

    Here is what I am seeing. https://cl.ly/296822d83dd4

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #1159495

    Hallo,

    Das bild ist richtig.
    1. Wie kann ich die Farbe von rot in grün ändern? Wo kann ich dieses einstellen?
    2. zusätzlich möchte ich das Sekundär-Menü in der mobilen APP ausblenden (wie in dem ins zu sehen)
    3. wo kann die Größe des Schrifttyps von der Telefonnummer und der Mailadresse ändern?
    Das ist unsere Webseite: https://contigo.world

    Danke
    Stefan

    #1159631

    Hi Stefan,

    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

    
    @media only screen and (max-width:767px){
        #top #header_meta {
            display: none;
        }
    }
     #top h1.av-special-heading-tag b {
         color: green;
     }
    #top #header_meta .phone-info.with_nav {
         font-size: 14px;
     }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1164831

    Hallo @victoria
    leider funktioniert dieser Befehl nicht:
    @media only screen and (max-width:767px){
    #top #header_meta {
    display: none;

    So steht es nun in der Custom.css Datei:
    /* Have fun adding your style here :) – PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

    /* General Custom CSS */

    /*
    Desktop Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

    @media only screen and (min-width: 768px) {
    /* Add your Desktop Styles here */

    }

    /*
    Mobile Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

    @media only screen and (max-width: 767px) {
    /* Add your Mobile Styles here */

    }

    #1164926

    Hi Kiwilein,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1165136
    This reply has been marked as private.
    #1165658

    Hi Kiwilein,

    Credentials did not work for me. Could you please update the credentials?

    Best regards,
    Victoria

    #1167183

    Hallo Victoria,

    bitte entschuldige, jetzt funktioniert es wieder.

    Das Problem mit dem Pub-Menü konnten wir lösen. Nun besteht noch das zweite Problem:
    Wir haben in der Zeit auch festgestellt, wenn wir im Backend eingeloggt sind, dann ist die Breite des Themes prima. Sobald wir uns aber ausloggen, wird das Theme automatisch schmaler.

    Früher hatten wir ein ähnliches Problem mit allen YouTube Videos. Als wir eingeloggt waren waren alle sichtbar. Sobald wir ausgeloggt waren, funktionierten diese nicht mehr. Aus unerklärlichen Gründen ist dieses Problem jetzt behoben.

    Es wäre super, wenn Du sehr zeitnah danach mal schauen könntest und mir dann kurz zurück schreibst. Bei uns ist jetzt Jahres-Hoch-Saison.
    Danke.
    Stefan

    • This reply was modified 4 years, 4 months ago by Kiwilein.
    #1167891

    Hi Stefan,

    Could you please attach some screenshots of the issue? Which page is it happening on?

    Best regards,
    Victoria

    • This reply was modified 4 years, 4 months ago by Victoria.
    #1168395

    Hallo,

    Bitte schauen sie sich diese Seite an https://www.contigo.world
    Hier ist die Breite zusammengedrückt. Wenn ich mich jedoch bei WP anmelde, dann wird es unter Safari perfekt angezeigt.
    Derzeit wird es auf Chrome auch optimal angezeigt.

    Das ist die ähnliche Seite, mit den exakt gleichen einstellungen: https://www.contigo-personal-training.de/
    Diese wird auf Chrome und auf Safari derzeit richtig angezeigt.

    Ich hoffe, Sie können mir nun weiterhelfen.

    DANKE

    #1168463

    Hi Kiwilein,

    Best regards,
    Victoria

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