Home Forums Arnold WordPress Theme Nav Menu – change strikethrough to underline

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #15317
    hdossary
    Participant
    Purchased
    Expired

    Hello, what css can I use to make the navigation bar (and filter menu) show with active pages underlined instead of with strikethrough?

    thanks

    #15320
    SeaTheme
    Keymaster
    Purchased
    Expired

    Hi,
    Please paste the custom css code to “Appearance > Customize : Additional CSS”

    .menu-item:hover > a:after, .menu-item:focus > a:after, .socialmeida-a:hover .socialmeida-text:after, .socialmeida-a:focus .socialmeida-text:after, .menu-item.current-menu-item > a:after, .menu-item.active > a:after, .portfolio-link-button-a:hover:after, .archive-more-a:hover:after, .gallery-link-a:hover:after, .gallery-link-a:focus:after, .wpml-translation li:hover span:after, .wpml-translation .current-language > span:after { 
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    Regards!
    Bwsm – uiueux.comTwitterFacebook

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.