/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */


.mobile-menu__tab--id-1 .js-mobile-menu__tab-title {
    font-size: 0;
    line-height: 0;
    color: transparent;
}
.mobile-menu__tab--id-1 .js-mobile-menu__tab-title::after {
    content: "Anasayfa";
    font-size: 20px;          /* diğer menü öğeleriyle aynı */
    line-height: 1.4;
    font-family: inherit;
    font-weight: inherit;
    color: #ffffff;           /* diğer yazılar beyaz görünüyor */
}