Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • suhlaing2014 Friend
    #197183

    Hi

    I want to change background black color to other color in head(above mega menu) and footer.

    Thanks.

    ꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀ Friend
    #532832

    Hi @suhlaing2014,

    you can add


    div.container {
    background:#222222; // change to your color of preference
    }

    and


    .t3-footer {
    background:#222222; // change to your color of preference
    }

    to custom.css (if you don’t find it, just create one)

    avoid editing .css files as it will be overridden overtime..

    hope this help

    suhlaing2014 Friend
    #532836

    You want me to modify in /templates/ja_biz/css/template.css ?

    I use joomla 2.5 . I change the color inside .t3-top-header .container and .t3-footer. But the color doesn’t change.

    Thanks.

    ꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀ Friend
    #532854

    avoid editing template.css as it is compiled from .less files and will be overridden overtime.

    should you want to make a change, create it in custom.css, because it’s not compiled from .less file and will be called last..

    suhlaing2014 Friend
    #532859

    Thank you. get it done.

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

This topic contains 5 replies, has 2 voices, and was last updated by  suhlaing2014 10 years, 6 months ago.

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