-
AuthorPosts
-
sadesh Friend
sadesh
- Join date:
- March 2009
- Posts:
- 63
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 26
- Thanked:
- 2 times in 1 posts
September 9, 2010 at 3:59 pm #154175How would I change the background of the module title, for example background of JA Tabs title (not the title of individual tabs)?
thank you!
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 10, 2010 at 6:58 am #355092You open the file: /plugins/content/ja_tabs/themes/teline_iii/style.css and find the following code:
.teline_iii .container .ja-tabs-title-top ul.ja-tabs-title li.active h3 {
color: #000;
font-weight: bold;
}and
.teline_iii .container .ja-tabs-title-top ul.ja-tabs-title li h3 {
font-family: Arial, sans-serif;
font-size: 92%;
font-weight: normal;
line-height: 26px;
margin: 0;
padding: 0 10px;
text-transform: uppercase;
color: #999;
border: none;
}you add the “background” attribute into those box to change color
sadesh Friendsadesh
- Join date:
- March 2009
- Posts:
- 63
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 26
- Thanked:
- 2 times in 1 posts
September 10, 2010 at 12:22 pm #355124<em>@tienhc 193446 wrote:</em><blockquote>You open the file: /plugins/content/ja_tabs/themes/teline_iii/style.css and find the following code:
.teline_iii .container .ja-tabs-title-top ul.ja-tabs-title li.active h3 {
color: #000;
font-weight: bold;
}and
.teline_iii .container .ja-tabs-title-top ul.ja-tabs-title li h3 {
font-family: Arial, sans-serif;
font-size: 92%;
font-weight: normal;
line-height: 26px;
margin: 0;
padding: 0 10px;
text-transform: uppercase;
color: #999;
border: none;
}you add the “background” attribute into those box to change color</blockquote>
Thank you. When I do so as per your instructions, the background color of the tab title is altered, not the title of the module.
In the above figure, I would like to change the background color for Upcoming Conferences, not for hydrogen, fuel cells and biomass.
thank you.
Don Lee FriendDon Lee
- Join date:
- March 2010
- Posts:
- 923
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 41
- Thanked:
- 274 times in 238 posts
September 13, 2010 at 4:12 am #355322<em>@sadesh 193491 wrote:</em><blockquote>Thank you. When I do so as per your instructions, the background color of the tab title is altered, not the title of the module.
In the above figure, I would like to change the background color for Upcoming Conferences, not for hydrogen, fuel cells and biomass.
thank you.</blockquote>
Hi there,
Could you plz provide me your live site URL?sadesh Friendsadesh
- Join date:
- March 2009
- Posts:
- 63
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 26
- Thanked:
- 2 times in 1 posts
September 13, 2010 at 12:49 pm #355391Knock! knock!
Don Lee FriendDon Lee
- Join date:
- March 2010
- Posts:
- 923
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 41
- Thanked:
- 274 times in 238 posts
September 15, 2010 at 2:37 am #355546<em>@sadesh 193838 wrote:</em><blockquote>Knock! knock!</blockquote>
Hi,
As my way, I added a suffix class for module, the class is named “MyClassName”, then opened file template.css and added this code:
.MyClassName h3{
background-color: gray;
}
1 user says Thank You to Don Lee for this useful post
sadesh Friendsadesh
- Join date:
- March 2009
- Posts:
- 63
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 26
- Thanked:
- 2 times in 1 posts
September 15, 2010 at 9:32 am #355581<em>@donglt 194037 wrote:</em><blockquote>Hi,
As my way, I added a suffix class for module, the class is named “MyClassName”, then opened file template.css and added this code:
.MyClassName h3{
background-color: gray;
}
</blockquote>Thank you. I tried the following code in template.css and replaced the module suffix _tabs with _bgmodule.
<blockquote>.bgmodule h3{
background: #D20000;
}
</blockquote>It didn’t work. It broke the tabs as I removed its suffix. How can I get both working? Your suggestions are highly appreciated.
Don Lee FriendDon Lee
- Join date:
- March 2010
- Posts:
- 923
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 41
- Thanked:
- 274 times in 238 posts
September 15, 2010 at 9:49 am #355583<em>@sadesh 194076 wrote:</em><blockquote>Thank you. I tried the following code in template.css and replaced the module suffix _tabs with _bgmodule.
It didn’t work. It broke the tabs as I removed its suffix. How can I get both working? Your suggestions are highly appreciated.</blockquote>
Plz do not replace the suffix, your should add it plus the old like: “_tabs _bgmodule“
1 user says Thank You to Don Lee for this useful post
sadesh Friendsadesh
- Join date:
- March 2009
- Posts:
- 63
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 26
- Thanked:
- 2 times in 1 posts
September 15, 2010 at 1:12 pm #355597<em>@donglt 194078 wrote:</em><blockquote>Plz do not replace the suffix, your should add it plus the old like: “_tabs _bgmodule“</blockquote>
Thank you. I tried it with both suffixes. It didn’t work. Kindly check for module Upcoming Conferences
I used dark red color for the background.
-
AuthorPosts
This topic contains 9 replies, has 3 voices, and was last updated by sadesh 14 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum