Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • imported_lorenzoadorni Friend
    #1065573

    Hello,

    I need the code for set the link color of the menuĆ¹ in the footer
    Of all link condition: link,visited,hover, active

    http://www.maximal.it/nuovosito/index.php?lang=it

    Thank’s

    Pankaj Sharma Moderator
    #1065602

    Hi
    You can add below code in custom.css file and change the color code as per needs.

    .t3-footnav .t3-module ul>li>a {
        color: #aaa;}
    .t3-footnav .t3-module ul>li>a:hover, .t3-footnav .t3-module ul>li>a:active, .t3-footnav .t3-module ul>li>a:focus {
        background: transparent;
        color: #fff;
    }
    

    Regards

    imported_lorenzoadorni Friend
    #1065665

    Hello,

    This work for hover and active link

    Need also code for change color of the link in normal condition (not hover, not active)

    Pankaj Sharma Moderator
    #1065668

    Hi
    Use this code

    .t3-footnav .t3-module ul>li>a {
        color: #aaa;
    }

    Regards

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

This topic contains 3 replies, has 2 voices, and was last updated by  Pankaj Sharma 6 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum