a.header-nav-folder-title:hover { color:#ffbc45 !important } a.header-nav-folder-title::after { content: ''; background-color: #ffbc45; height: 1px; width: 0; display: block; margin-top: 4px; transform: scalex(1) !important; transition: width .3s ease !important; margin: 0 auto } a.header-nav-folder-title:hover::after { width: 100% }