This topic has 5 replies, 2 voices, and was last updated 2 years, 5 months ago ago by Sadikul Islam
Hi, I have a question, I am using the Menu list widget in elementor page builder which is provided by Xstore,
I want to know if the label can be custom on this widget, I mean can I use the custom label, and can I change the label background color, see screenshot: https://media.d.pr/tysfbZ
if it is possible with CSS please provide me with CSS code, to change the background and add a custom label;
Thank you.
Hello,
We don’t have the option to create custom labels for the Menu list items of the Elementor element. You could change the color of the label but not the label content itself using custom CSS. So, do you still want to change the color? Could you, please, provide me link to the page where you use that element?
Regards
I am using that element in a dropdown menu,
I have 2 different labels, one is new one is hot,
Can you please help me change the colors for both of them?
URL: https://review-cellular-dev.10web.me/
screenshot: https://media.d.pr/DWwoZw
Thank you.
Hello,
Add the below code to Theme Options > Custom CSS
.template-container .menu-label-new > a .label-text {
background-color: #0078d3;
}
.template-container .menu-label-hot > a .label-text {
background-color: #c1211e;
}
Regards
Thanks
The issue related to '‘Query about Xstore Elementor Widget “Menu List”’' has been successfully resolved, and the topic is now closed for further responses