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
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
Hey Ismael
Thank you. It works fine.
Claudia