Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • saguilar Friend
    #925470

    Hello, can I change the bg of the possicions footer1, footer2, footer3 and footer 4?
    http://imisaservicios.com/index.php

    Pankaj Sharma Moderator
    #925608

    Hi
    Add below color in /css/custom.css file in your template folder to change footer bg color .

    If you want to change the bg color for a module , you can use module suffix and add the style code in custom.css to apply bg on sepate module .

    .t3-footer {
        background: #000000!important;
    }

    Change coloe code in above code .

    saguilar Friend
    #926172

    That works.. How can I change the font of this module? Size and color?

    Pankaj Sharma Moderator
    #926238

    Hi
    Add this code in custom.css file to change the font color and size .

    .t3-footnav .t3-module ul > li > a {
        color: #999999!important;
    font-size : 12px!important;
    }

    on hover add below code

    .t3-footnav .t3-module ul > li > a:hover {
    
        color: #f65d5a!important; }
    saguilar Friend
    #926758

    Ok, now I need to change the color of the lines..

    Can I change the bg of the last module on foot? Only that?

    imisa.com/index.php


    1. Captura-de-pantalla-2016-05-04-a-las-10.33.40-a.m.
    Pankaj Sharma Moderator
    #926836

    Hi
    Could u point in screenshot which is your last module ?
    Also the above site url does not showing JA Decor site.

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

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

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