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

    Guten Tag

    Ich möchte auf dem orangen Balken (Submenue volle Breite) links einen Scroll Down Pfeil einfügen, damit die Besucher der Webseite, welche einen sehr breiten Monitor haben, merken, dass unter dem Bild noch der Inhalt folgt. Ist das möglich?

    Claudia

    #1342122

    Hey Claudia,

    Thank you for the inquiry.

    Have you tried adding an Icon element to the page? Unfortunately, there is no option to add a scroll down arrow to the submenu element but you can use this css code to manually add a static and unclickable arrow icon to the menu container.

    #menu-pessopsychodrtiefen:before {
        content: "";
        font-family: "entypo-fontello";
        position: absolute;
        left: 10px;
        top: 15px;
        color: #ffffff;
    }
    

    Best regards,
    Ismael

    #1342125

    Hey Ismael

    Thank you. It works fine.

    Claudia

    #1342127

    Hi,

    Glad to know that the css is working. Please do not hesitate to open another thread if you have more questions regarding the theme.

    Have a nice day.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Scroll Down Pfeil’ is closed to new replies.