Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #944136

    HI,

    I want to customize the menu a bit.
    For example the green border should be in same line as the line from the logo.
    And how can I for example give a background colour to the menu points (“Team” and so on).
    And last question: Can I put down the menu points, so that they aren´t in the center of the area anymore.

    Thanks!

    #944162

    Hi,

    Could you please post a screenshot and show the changes you would like to make? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.
    To change menu style into button, please go to Appearance > Menus and edit your “Team” menu item and choose to display it as button :)

    Cheers!
    Yigit

    #944488

    Hi,

    is this customizing of the header area possible?: https://picload.org/view/dogcrpll/bild2.png.html

    #945143

    Hi,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Basilis

    #946006

    HI,

    ok. At least is there a possibility to set the green borders/lines in the menu (it´s activated at the moment by mouseover) higher and that it´s always visible?

    Thanks!

    #946812

    Hi,

    It appears you have got this sorted? I was not able to see the green link you mentioned.

    Best regards,
    Vinay

    #947123

    Hi,

    I mean this one, when I touch it with the mouse: https://picload.org/view/dorapgpi/bild1.png.html

    #947757

    Hi seykom,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top #header_main > .container .main_menu ul:first-child > li > a {
      height: 105px !important;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #947783

    Hi,

    The menu underline on hover can be removed using the below CSS

    /*------------------------*/
    /*  Remove underline
    /*------------------------*/
    
    #avia-menu .current_page_item > a > .avia-menu-fx,
    #avia-menu .menu-item:hover > a > .avia-menu-fx {
    opacity: 0;
    visibility: hidden;
    }

    Best regards,
    Vinay

    #947794

    Hi,

    sorry, I don´t want to remove it, I want that it is visible all time. Not only on hover.
    Can you give me a CSS Code for that?

    Thanks

    #947940

    Hi,

    It is already always visible on any page that you visit.

    Best regards,
    Vinay

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