Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10036251
    ulmayer
    Participant

    I have created a sidebar menu on the page https://www.lunasol.de/2021/menuetest_03.php. An awesome icon via CSS (theme-elements.css) is displayed in front of each link. The arrow always points to the right.
    I would like to add an arrow to the active link that points downwards. I also found the awesome code: “\ f0d7”
    I tried everything I could, but unfortunately it didn’t work. Maybe you can help me.



    Template Version: 6.2
    #10036264
    Support
    Keymaster

    Hello,

    Please try with the given custom CSS below at (css/custom.css):

    ul.nav-list li a.active::before {
    	content: '\f0d7';
    }

    Please try that and let us know if you need further assistance.

    Kind Regards,

    Rodrigo.


    If you are satisfied with Porto HTML and our support, please leave your comment and rating on ThemeForest downloads page. That helps us a lot: https://themeforest.net/downloads


Viewing 2 posts - 1 through 2 (of 2 total)

This topic is marked as "RESOLVED" and can not rceive new replies.