Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #348146

    Dear ,
    how can I remove bottom-border when select or hover menu and replace it with my own background !!??

    #348399

    Hey kyabroudi!

    Try adding this to your custom CSS.

    .avia-menu-fx { background: url("URL to your image") !important; }
    

    If that’s not what you were wanting then send us a link and take a screenshot highlighting what your trying to do so we can get a better idea.

    Cheers!
    Elliott

    • This reply was modified 10 years ago by Elliott.
    #348745

    here what I am trying to do surround menu item with border like image attached
    http://tinypic.com/r/313kpk8/8

    #348747

    Hey!

    Please add following code to Quick CSS and change background image

    ul#avia-menu > li.current-menu-item {
    background-image: url(https://localhost:8888/enfold/wp-content/themes/enfold/images/layout/logo.png);
    background-position: 50% 50%;
    background-size: contain;
    }

    Best regards,
    Yigit

    #349096

    thanks it works :)

    #349428

    Hi!

    You are welcome, glad we could help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘change style when image selected’ is closed to new replies.