Home Forums Basel support forum Change Categories Menu COlor

Change Categories Menu COlor

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9877

    Com_AEGIS
    Participant

    Dear Support.

    1. Is there a custom CSS to change Page Heading Colors…. By défault we only have choice between Dark and Light …

    2. How to remove the underline effect on Nav-shop (categorie menu) …. ?

    Thanks

    #9884

    Artem Temos
    Keymaster

    Hello,

    Here is a code snippet that you may place to the Custom CSS area to do your changes

    .color-scheme-light .basel-product-categories li a {
        color: #ff0908;
    }
    
    .color-scheme-light .basel-product-categories li.current-cat a:hover,
    .color-scheme-light .basel-product-categories li a:hover {
        color: #09ff09;
    }
    
    .color-scheme-light .basel-product-categories li a:after {
        display:none;
    }

    Regards

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