-
AuthorPosts
-
November 10, 2016 at 10:05 am #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 Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 10, 2016 at 10:14 am #985156Hi
Please post a mockup screenshot of desired changes and we will help you
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
November 10, 2016 at 10:14 am #985157Hi
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-darkNow 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 .
November 10, 2016 at 1:47 pm #985218This reply has been marked as private.pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 10, 2016 at 3:59 pm #985240What 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
AuthorPostsViewing 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
How to Change Colors
Viewing 5 posts - 1 through 5 (of 5 total)