Viewing 10 reply threads
You must be logged in to reply to this topic.
Hello! I need to change the blue dot in the top menu, I don’t know how to do it, I have searched and I can’t remove it or change it to another color
print: https://prnt.sc/26y12uc
Hi,
Add the following code in the Customizer > General > Custom Codes > CSS
.elementor-element .ce-nav-menu .current-menu-item.menu-item a.ce-menu-item:before{ background: #01dbc1; /* Add Color Code */ opacity: 1 !important; /* Insert value from 0-1 to hide and display */ }
Thanks,
Thanks man!
but this fixes the point that is marked, the others remain the same, look, can the others be changed?
Thanks a lot
Hi,
Please use https://imgur.com for images and Vimeo for videos. The screenshot you’ve attached not working.
Thanks,
Hello: https://imgur.com/a/t5Tk2wS
but this fixes the point that is marked, the others remain the same, look, can the others be changed?
Hi,
Use the following code to make changes on the dot.
.elementor-element .ce-nav-menu .menu-item a.ce-menu-item:before{ background: #01dbc1; /* Add Color Code */ opacity: 1 !important; /* Insert value from 0-1 to hide and display */ }
Thanks,
This custom CSS allows the color of the dot to be changed – but what will allow the colour of the pulse effect around the dot to also be changed?
Could you please post the custom CSS required.
You must be logged in to reply to this topic.