Can the submenu selections also be displayed with rounded edges?
If so, can you provide CSS to add?
thanks,
Mary
This topic has 10 replies, 2 voices, and was last updated 2 weeks, 5 days ago ago by Ayan Rahman
Can the submenu selections also be displayed with rounded edges?
If so, can you provide CSS to add?
thanks,
Mary
Hi,
Thank you for reaching out to us.
Please add the IP address that we have provided in the private comment so that access to view and visit your website will be available from this IP.
Warm Regards,
The 8Theme Team
the IP has been added
Hi,
We appreciate your prompt response.
https://gyazo.com/0747b33fce699a0c84f09287f9dfa913
Please add this code in Theme Options > Theme custom CSS:
.header-main .nav-sublist-dropdown {
border-radius: 30px !important;
}
Warm Regards,
The 8Theme Team
Thanks for the code: I makes the area around the submenu selections rounded, but the client wanted each selection to be rounded.
See attachment for the desired look.
Hi,
We have received only one screenshot from you, which shows how it currently appears on our end. Could you please review this and provide a screenshot of the desired result you are referring to?
Warm Regards,
The 8Theme Team
see below
Hi,
We appreciate your prompt response.
.et_b_header-menu .menu li a {
background-color: #3d4a72;
color: white !important;
border-radius: 100px;
margin-bottom: 5px;
}
.et_b_header-menu .menu li a:hover {
opacity: 1 !important;
}
.header-main .nav-sublist-dropdown {
border: none !important;
background-color: transparent !important;
}
https://gyazo.com/f03e2e8cbd3fd9a35f07eb29bc05b6bb
Warm Regards,
The 8Theme Team
does this replace or is it in addition to the previous code for subselections:
.header-main .nav-sublist-dropdown {
border-radius: 30px
!important;
}
Hi,
This code should replace the previous one.
Warm Regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up