-
AuthorPosts
-
April 19, 2018 at 3:50 pm #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!
April 19, 2018 at 4:39 pm #944162Hi,
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!
YigitApril 20, 2018 at 8:52 am #944488Hi,
is this customizing of the header area possible?: https://picload.org/view/dogcrpll/bild2.png.html
April 22, 2018 at 8:44 pm #945143Hi,
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,
BasilisApril 24, 2018 at 4:29 pm #946006HI,
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!
April 25, 2018 at 7:55 pm #946812Hi,
It appears you have got this sorted? I was not able to see the green link you mentioned.
Best regards,
VinayApril 26, 2018 at 8:50 am #947123Hi,
I mean this one, when I touch it with the mouse: https://picload.org/view/dorapgpi/bild1.png.html
April 27, 2018 at 9:52 am #947757Hi 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,
VictoriaApril 27, 2018 at 10:18 am #947783Hi,
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,
VinayApril 27, 2018 at 10:34 am #947794Hi,
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
April 27, 2018 at 1:51 pm #947940Hi,
It is already always visible on any page that you visit.
Best regards,
Vinay -
AuthorPosts
- You must be logged in to reply to this topic.