Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • emaulidi Friend
    #985153

    Hi,

    How can I change the background colors of the main menu, position-1, position-2 and position-3 modules to my own colors. All the theme colors are not what I want, I have my own colors. Please assist urgently.

    Eric.

    pavit Moderator
    #985156

    Hi

    Please post a mockup screenshot of desired changes and we will help you

    Pankaj Sharma Moderator
    #985157

    Hi
    Add below code to change the background colour for the main menu
    path :/css/custom.css file in the template folder , if file is not present , kindly create it .

    .t3-mainnav {
        background-color: #eee;
    }

    Position 1,2,3 using the module suffix for the background color .
    You have to create your own color and replace the module suffix with you module suffix .
    Example :

    http://prntscr.com/d5g650
    Position 1 module using module suffix : module-bg bg-gray-dark

    Now define new module suffix in custom.css file as in my example below

    .module-bg.bg-newcolor {
        background: #23263d;
    }

    Now add module suffix : module-bg bg-newcolor
    In the module options .

    change the color code as per needs .

    emaulidi Friend
    #985218
    This reply has been marked as private.
    pavit Moderator
    #985240

    What about the footer? I want to change its background color aswell.

    Hi there

    Add to your custom.css file this code

    .t3-footer {
    background:#yourcolor!important;
    }
    .t3-footnav .t3-module {
    background:#yourcolor!important;
    }

    Regards


    1. Screenshot-at-nov-10-16-59-24
Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 4 replies, has 3 voices, and was last updated by  pavit 8 years ago.

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