Hi,
Is it possible to make menu items circular rather than rectangular?
I’ve tried the following code> .av-menu-button-colored > a .avia-menu-text { border-radius: 50px!important; }
However, all that does is make them look kind of oblong.
I’ve tried increasing the radius higher but that has no effect.
I thought it may be because the header size was set to slim, but I’ve changed that to large and still get the same.
Here is a screenshot> https://www.screencast.com/t/tcrWbVQgn41 – I would like them to be more like this> https://www.screencast.com/t/uiI8GsIZ
Thanks in advance for any help.
Kevin
Hey Kevin,
Could you please give us a link to your website, we need more context to be able to help you.
For the items to be round, they have to be square :)
Best regards,
Victoria
Hi Victoria,
Thanks for the reply.
They won’t be square I guess as you’ll see from the screenshot I provided the menu items have different words which are different lengths. Hope that makes sense :)
The site is on a development server so I’ve added the code to look at link the private area.
Hi kashcroft,
I mean the elements have to be square for the border-radius to look like a circle. I see the credentials and no link. Can you add the link to the website, please?
Best regards,
Victoria
No problem :)
Yes, the link would help!
Kevin
Hi,
Thank you for the info. You can start with the following css codes.
#top #header.header_color.av_header_transparency .av-main-nav > li > a .avia-menu-text {
background: red;
padding: 10px;
display: block;
height: 100px;
width: 100px;
line-height: 75px;
border-radius: 240px;
text-align: center;
}
Adjust the values as needed.
Best regards,
Ismael