Tagged: , ,

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

    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

    #1037476

    Hey swotes,

    Could you please post your topic in English?

    Best regards,
    Basilis

    #1037588
    This reply has been marked as private.
    #1038498
    This reply has been marked as private.
    #1038514

    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

    #1038525
    This reply has been marked as private.
    #1039538

    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

    #1040210
    This reply has been marked as private.
    #1041134
    This reply has been marked as private.
    #1041196

    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

    #1041215
    This reply has been marked as private.
    #1041293

    Hi,

    Glad you figured it out and sorry for our late replies. We would appreciate if you reconsidered your rating on ThemeForest :) Thanks!

    Best regards,
    Yigit

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