Hi José Ángel
Thanks for getting back to us.
Please try the code below. Kindly add the below CSS in the Additional CSS box. Please go to the Appearance => Customize => Additional CSS, then paste the CSS here and click to publish button.
@media (max-width: 991px) {
.navbar.navbar-header-wrap.header-fixed-top .navbar-toggler {
border-color: rgba(0, 0, 0, 1);
}
.navbar.navbar-header-wrap.header-fixed-top .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar.navbar-header-wrap.header-fixed-top .nav .dropdown-item {
color: #000;
}
}
Let us know if it works for you.
Thanks