When adding the menu style “boxed” to a link in the secondairy menu it will not show up.
In the main menu it does. Is this a fault?
Hi Jeffrey!
It is not a fault, it is default. Only main menu has button styled menus. However if you can post a screenshot and show the changes you would like to make, we can try to help :)
You can upload your screenshots on imgur.com or Dropbox public folder and post the links here
Best regards,
Yigit
Aha… that’s why i didn’t show…
Well, it is quit simple what i want. I would like the link “webshop” to show in a buttonstyle. (website link previous post, private data)
Can we css that by linktitle-id?
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
li#menu-item-4350 a {
background-color: red;
padding: 2px 5px;
border-radius: 5px;
}
li#menu-item-4351 {
border: none!important;
}
Best regards,
Yigit
Yes that did it!! Thanks. looks way better now!
Other little thing. I posted another question what needs a look :) Can you take a look at it?
Hi!
You are welcome!
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 :)
Best regards,
Yigit