border around menu
Dear betheme,
For the website: https://sf.cetroen.nl/
is it possible to make a round border around the menu? As shown in the image.
Thanks!
Dear betheme,
For the website: https://sf.cetroen.nl/
is it possible to make a round border around the menu? As shown in the image.
Thanks!
Comments
Hello,
Yes, it is possible to achieve that with CSS code. You need to place in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Do you need help to write it? For example, you want to apply it to only a particular menu item, or all of them?
Best regards
Yes please!
The border needs only to be around the page that is open.
Please, use the following code:
body.menuo-no-borders #Top_bar .menu > li.current-menu-item > a span{ border: 1px solid #000!important; border-radius: 20px!important; }Thanks
Thanks Phil!!!