Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1056387

    Hi
    Add below code in /css/custom.css file and change the color codes as per needs

    .t3-footer {
        background: #2d2d2d;
        color: #aaa;
    }

    Regards

    imported_lorenzoadorni Friend
    #1056514

    Hello,
    If you look at the footer remain some area colored

    http://www.maximal.it/nuovosito/index.php?option=com_content&view=featured&Itemid=101&lang=it

    How can I solve?

    Pankaj Sharma Moderator
    #1056678

    Hi
    Use this code in custom.css file

    .t3-footnav .t3-module {
        background: #2d2d2d;
        color: #aaa;
    }
    .box-contact .contact-item {
        background: #202020;
        border-radius: 2px;
     }

    Regards

    imported_lorenzoadorni Friend
    #1057655

    Work great.
    Thank you for support.

    Pankaj Sharma Moderator
    #1057748

    You are welcome!

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

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

The topic ‘Footer Color’ is closed to new replies.