Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Change Sticky menu in mobile version #42091

    I’ve already fixed it, thank you.

    @media (max-width: 991px) {
    /* Estilos para el botĂłn del menĂș mĂłvil */
    .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”);
    }

    /* Regla general para todos los menĂșs desplegables */
    .navbar.navbar-header-wrap.header-fixed-top .dropdown-menu {
    background-color: #fff !important;
    z-index: 1050;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

    /* Estilos para el texto de todos los elementos del menĂș */
    .navbar.navbar-header-wrap.header-fixed-top .dropdown-item,
    .navbar.navbar-header-wrap.header-fixed-top .dropdown-menu .dropdown-item,
    .navbar.navbar-header-wrap.header-fixed-top .dropdown-menu .dropdown-menu .dropdown-item,
    .navbar.navbar-header-wrap.header-fixed-top .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-item {
    color: #000 !important;
    }

    /* Estilos al pasar el ratĂłn y para el elemento activo */
    .navbar.navbar-header-wrap.header-fixed-top .dropdown-item:hover,
    .navbar.navbar-header-wrap.header-fixed-top .dropdown-item.active {
    color de fondo: #f8f9fa; /* Color de fondo al pasar e

    in reply to: Change Sticky menu in mobile version #42090

    Hello, reviewing the entire menu, the third level is not visible… but I can see what would need to be added.

    in reply to: Change Sticky menu in mobile version #42087

    Perfect, thank you very much, it worked perfectly.

    I am very grateful…

    KR

    in reply to: How to create pages using elements from the main page #41532

    Thank you, I understand how it works…

Viewing 4 posts - 1 through 4 (of 4 total)