-
AuthorPosts
-
nennker Friend
nennker
- Join date:
- July 2011
- Posts:
- 69
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 19
- Thanked:
- 3 times in 1 posts
March 10, 2014 at 8:23 pm #195659Hi,
where I can change the background color on the left und right side of the content area?
I would like to enter the changes in custom.css.See the demo picture. I want to change the red area
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
March 10, 2014 at 10:04 pm #526180So that I can try to best assist you, please provide the url of the site you’re working on,
as well as set “Optimize CSS” to “Off” within your Template Manager–General settings.chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
March 11, 2014 at 2:48 am #526204Go to this Custom.css
Replace this code
.slideshow { background: none repeat scroll 0 0 #63a5dc; border-bottom: 1px solid #EEEEEE; padding: 40px 0; }
with
.slideshow { background: none repeat scroll 0 0 #FF0000; border-bottom: 1px solid #EEEEEE; padding: 40px 0; }
nennker Friendnennker
- Join date:
- July 2011
- Posts:
- 69
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 19
- Thanked:
- 3 times in 1 posts
March 11, 2014 at 7:28 am #526237I don`t mean the background of the slideshow, but the right and left margin below the slideshow module.
Left and right next to the module sidebar-1 / sidebar-2 or position 5
I have highlighted the area in red – http://www.fvs.nennker.de
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
March 11, 2014 at 11:38 am #526287Add this code to custom.css
#t3-mainbody{
background:#FFF;
}.slideshow .container {
padding: 0 !important;
}.slideshow .container img{
width:100%;
}.t3-wrapper{
background: #63A5DC !important;
}nennker Friendnennker
- Join date:
- July 2011
- Posts:
- 69
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 19
- Thanked:
- 3 times in 1 posts
March 11, 2014 at 1:32 pm #526308Hi, thanks for your work, that it is not the result I wish.
See the result after changing the custom.css
And here the result I would like to have:
-
chavan Friend
chavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
March 12, 2014 at 2:57 am #526383Add this code to custom.css
.t3-wrapper{
background: #F7F7F7 !important;
}#t3-mainbody{
background:#FFF !important;
}
.slideshow .container {
padding: 0 !important;
}.slideshow .container img{
width:100%;
}nennker Friendnennker
- Join date:
- July 2011
- Posts:
- 69
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 19
- Thanked:
- 3 times in 1 posts
March 12, 2014 at 7:48 am #526421I changed the custom.css. To see the reult in a better way I uses the color #123456
My wish
-
nennker Friend
nennker
- Join date:
- July 2011
- Posts:
- 69
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 19
- Thanked:
- 3 times in 1 posts
March 12, 2014 at 8:06 am #526429Hi, I disabled the positions 1 to 4. These were used on the demo page
Now I`m using an artikle with the images and it`s ok.
Many thanks.
Only the main menu is narrower on the left and right sides.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
nennker Friendnennker
- Join date:
- July 2011
- Posts:
- 69
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 19
- Thanked:
- 3 times in 1 posts
March 12, 2014 at 12:07 pm #526473There was one setting in your css code, which has ensured that the main menu was narrower.
I made another entry in custom.css.
/* Ausnahmen für den container-Rand / exception for the container edge mainmenu */
#t3-mainnav .container {
padding:0;
}
.head-search, .navbar-toggle + .head-search {
right: 0;
top: 0;
}Now it`s ok.
Many thanks chavan
-
AuthorPosts
Viewing 11 posts - 1 through 11 (of 11 total)This topic contains 11 replies, has 3 voices, and was last updated by nennker 10 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
background color
Viewing 11 posts - 1 through 11 (of 11 total)