Hallo Kriesi-Team,
ich möchte für den Link im Menu im a.hover und a:active einen Punkt vor den Linktext setzen (siehe Link im Anhang).
Dazu würde ich gerne euer Enfold-Theme verwenden, mit dem ich gute Erfahrungen gemacht habe.
Grüße
Bernd
Hey swotes,
Could you please post your topic in English?
Best regards,
Basilis
Hi swotes,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Hallo Bernd,
Thanks for the update, though I’m unsure what you actually need help with. Do you want to target the active state of the main menu links? If so then you can try this in Quick CSS:
#menu-main-nav a:active {
/*Your CSS goes here*/
}
Best regards,
Rikard
Hey!
Sorry for late reply!
Please add following code to Quick CSS in Enfold theme options > General Styling
.av-main-nav > li > a:active {
background-image: url(https://www.YOUR-DOMAIN.de/wordpress/wp-content/uploads/hover.png);
background-repeat: no-repeat;
background-position: 50% 50%;
}
Best regards,
Yigit