-
AuthorPosts
-
Pankaj Sharma
Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
March 1, 2016 at 7:27 am #892757Hi
Kindly post your working site url here , so i can check it on your site and suggest you changes for it .vernontee Friend
vernontee
- Join date:
- November 2015
- Posts:
- 440
- Downloads:
- 53
- Uploads:
- 22
- Thanks:
- 18
- Thanked:
- 4 times in 4 posts
March 2, 2016 at 9:48 am #893368This reply has been marked as private.
Pankaj Sharma
Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
March 2, 2016 at 4:20 pm #893535Hi to change the module title add below code in custom.css file
#Mod140 .module-title {color:#fff!important}and this for li menu item in this module
#Mod140 ul > li > a { color: #fff!important; }it only for the module with id 140 .
vernontee Friend
vernontee
- Join date:
- November 2015
- Posts:
- 440
- Downloads:
- 53
- Uploads:
- 22
- Thanks:
- 18
- Thanked:
- 4 times in 4 posts
March 3, 2016 at 3:29 am #893903Hi Pankaj… thanks for the assistance, but i have 3 places i need to change the color… its for the list and its title.. but what about the background?
Pankaj Sharma
Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
March 3, 2016 at 3:33 am #893908Hi
For Bg color use this code :#Mod140 {background:#fff!important;}change mod id 140 in code to apply it in other modules of footer .
To chnage whole bg color of footer use this code
#t3-footnav { background: #26292d!important; }vernontee Friend
vernontee
- Join date:
- November 2015
- Posts:
- 440
- Downloads:
- 53
- Uploads:
- 22
- Thanks:
- 18
- Thanked:
- 4 times in 4 posts
March 3, 2016 at 7:49 am #893990Thanks for the response…. can i know what is the css for the mouseover of top menu buttons? now i mouseover its white.. making it dissapear.
Pankaj Sharma
Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
March 3, 2016 at 8:54 am #894012Hi
Below code is used for the hover color.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { border-color: #8c959f; color: #ffffff; background-color: transparent; }You can use inspect element to check the style and override it via custom.css > http://prntscr.com/aal4p4
or from source file .
Path: /templates/ja_directory/css/template.css -
AuthorPosts
This topic contains 8 replies, has 2 voices, and was last updated by vernontee 8 years, 11 months ago.
The topic ‘How do i change these colors?’ is closed to new replies.