-
AuthorPosts
-
wolfemann Friend
wolfemann
- Join date:
- February 2008
- Posts:
- 56
- Downloads:
- 108
- Uploads:
- 6
- Thanks:
- 29
- Thanked:
- 3 times in 1 posts
December 29, 2010 at 7:18 am #158006Greetings,
I want to change the default and rollover color of the rule that appears below the title of each module (see image)
Where does this appear in the CSS?
Many thanks,
Micah
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
December 29, 2010 at 8:13 am #369096You can change in color code here accordingly for border-bottom ::
Normal stage::
div.ja-moduletable h3, div.moduletable h3 {template.css (line 243)
border-bottom:5px solid #DDDDDD;
color:#555555;
font-family:Arial,Helvetica,sans-serif;
font-size:100%;
font-weight:bold;
padding:0 0 10px;
text-transform:uppercase;
}Hover stage::
.ja-inset1 div.ja-moduletable:hover h3, .ja-inset1 div.moduletable:hover h3, #ja-right div.ja-moduletable:hover h3, #ja-right div.moduletable:hover h3, .ja-content-main:hover h1 {template.css (line 255)
border-bottom:5px solid #333333;
color:#333333;
}1 user says Thank You to aman204 for this useful post
wolfemann Friendwolfemann
- Join date:
- February 2008
- Posts:
- 56
- Downloads:
- 108
- Uploads:
- 6
- Thanks:
- 29
- Thanked:
- 3 times in 1 posts
December 29, 2010 at 8:26 pm #369209Thanks Aman,
This seems to work for the rollover state, and for the borders that don’t change on rollover, but I can’t seem to change the content border’s default color here. Is there an additional statement that might also effect this?
Best,
Micahaman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
December 29, 2010 at 8:33 pm #369210<blockquote>I can’t seem to change the content border’s default color here. Is there an additional statement that might also effect this?</blockquote>
Yes, for content area’s, You can update it here::
h1.componentheading, .componentheading {template.css (line 52)
border-bottom: 5px solid #DDDDDD;
color: #555555;
font-family: Arial,Helvetica,sans-serif;
font-size: 100%;
font-weight: bold;
margin-bottom: 6px;
padding: 0 0 10px;
text-transform: uppercase;
}1 user says Thank You to aman204 for this useful post
wolfemann Friendwolfemann
- Join date:
- February 2008
- Posts:
- 56
- Downloads:
- 108
- Uploads:
- 6
- Thanks:
- 29
- Thanked:
- 3 times in 1 posts
December 30, 2010 at 7:06 pm #369405Thanks Aman. That did it.
Have a happy New Year!
Best,
MicahAuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by wolfemann 13 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Changing element color
Viewing 5 posts - 1 through 5 (of 5 total)