Blog

  • oceanwp-child-theme-master

    .dropdown-menu ul li a.menu-link {
    background-color: #A53232;
    color: #ffffff;
    width:300px;
    text-transform: none;
    border-radius: 3px;
    border-left: 1px solid;
    border-right: 1px solid;
    }

    #mobile-dropdown ul li a {
    background-color: #A53232;
    }

    #mobile-dropdown ul li a .dropdown-toggle::before {
    content: \”+\”;
    font-size: 40px;
    color: #ffffff;

    }