-
AuthorPosts
-
mberwing Friend
mberwing
- Join date:
- April 2006
- Posts:
- 201
- Downloads:
- 26
- Uploads:
- 46
- Thanks:
- 7
- Thanked:
- 8 times in 1 posts
May 20, 2013 at 12:46 pm #187635I want to change the container background color for all my titles that have been set to visible but I did not find the way how to change it.
In file ja_onepage/css/custom.css I have added line:.our_portfolio .container {
background: #26a7e0
}and wanted to change it for happy_clients and awesome_team as well …
but it does not have any effect and color not changed.
I even updated the main file template.css before with background color for container – but it does not work.
Can someone help me.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
May 20, 2013 at 4:37 pm #493413Hi
The container for the 2 modules happy_clients and awesome_team has already a style,defined respectively in the template.css file
happy_clients = module suffix – clients section5
awesome_team = module suffix – team section4the relative css class can be changed in the template.css file
.section4 {
background: #fff
color: #666
}
.section4 a {
color: #f7682c
}
.section4 a:hover,
.section4 a:focus,
.section4 a:active {
color: #e74b09
}
.section4 .section-title h2 {
color: #000
}
.section4 .section-subtitle {
color: #999
}Clearly if you are using specifing theme then you need to find the settings in the template.css for the theme in /templates/ja_onepage/css/themes/your-theme/template.css
mberwing Friendmberwing
- Join date:
- April 2006
- Posts:
- 201
- Downloads:
- 26
- Uploads:
- 46
- Thanks:
- 7
- Thanked:
- 8 times in 1 posts
May 21, 2013 at 3:24 pm #493528Hello,
I have changed the color values in the respective template.css for the style we are using, but nothing is changing.If I add the same on custom.css …..same result. Nothing changed
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
May 21, 2013 at 3:30 pm #493530Hi
Could you post a link to your page ?
mberwing Friendmberwing
- Join date:
- April 2006
- Posts:
- 201
- Downloads:
- 26
- Uploads:
- 46
- Thanks:
- 7
- Thanked:
- 8 times in 1 posts
May 27, 2013 at 6:31 pm #494109http://www.mueller-gewerbe-wohnbau.de/index.php
As you can see the boxes are still color organge
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
mberwing Friendmberwing
- Join date:
- April 2006
- Posts:
- 201
- Downloads:
- 26
- Uploads:
- 46
- Thanks:
- 7
- Thanked:
- 8 times in 1 posts
June 12, 2013 at 5:52 pm #495697Saguaros,
thanks a lot ….the information in PM solved my issue:
The style for that heading is defined here: /templates/ja_onepage/css/themes/modern/template.css
Around line 3229:
Code:
.onepage .section-title h2 span {
background: none repeat scroll 0 0 #E54E19 ——> changed with my color
display: inline-block;
padding: 10px 20px;
}Thanks
June 13, 2013 at 10:07 pm #495834firebug will do the job. inspect the element and you are close to the solution for css editing.
best regards from vienna 🙂AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 4 voices, and was last updated by steveross 11 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How can I change the container color ?
Viewing 8 posts - 1 through 8 (of 8 total)