-
AuthorPosts
-
woekerzee Friend
woekerzee
- Join date:
- December 2013
- Posts:
- 65
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 5
- Thanked:
- 3 times in 1 posts
February 19, 2014 at 7:04 pm #194973Hello,
I need some assistance with the following problem. Due an unknown reason my Thememagic is not working, so I am unable to set a background color using Thememagic. What css class should I use to change the background color?
Regards,
Woekerzee
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
February 19, 2014 at 7:14 pm #523483So 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 “No” within your Template Manager–General settingswoekerzee Friendwoekerzee
- Join date:
- December 2013
- Posts:
- 65
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 5
- Thanked:
- 3 times in 1 posts
February 19, 2014 at 7:20 pm #523485The site url has been submitted in the begin post.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
February 19, 2014 at 7:28 pm #523487Try This . . . .
Set up a new folder within file path — templates/ja_appolio/css and name it “custom.css”
Within that file, place the following CSS rule . . .
.t3-wrapper {
background: none repeat scroll 0 0 #F7F7F7 !important;
}Change the color code to whatever color you want.
The following is information on how to understand/figure out COLOR HEX CODES
Hope That Helps
😎
woekerzee Friendwoekerzee
- Join date:
- December 2013
- Posts:
- 65
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 5
- Thanked:
- 3 times in 1 posts
February 19, 2014 at 8:03 pm #523490Thanks for that info TomC, I appreciate it. I would like to set a background color for the default template only (the homepage should be white). How am I able to do that?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
February 19, 2014 at 8:56 pm #523495So you want all of your pages within your site to have a different background color than your home page?
woekerzee Friendwoekerzee
- Join date:
- December 2013
- Posts:
- 65
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 5
- Thanked:
- 3 times in 1 posts
February 20, 2014 at 11:18 am #523617Yes, that’s right!
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
February 21, 2014 at 7:12 am #523719If you want to have a own style for each page that you can use the class suffixes.
In this case, you can add class suffix ” home” (add a space before suffix text) for Home menu items in Backend >> Menu Item >> Home menu >> Page display, then add this rule into the /templates/ja_appolio/css/custom.css file:
/* All page */
.t3-wrapper {
background-color: #FF000;
}/* Home Page*/
.home {
background-color: #0000FF;
}You can change the color as you wish.
Let me know if this helps.
1 user says Thank You to Nazario A for this useful post
woekerzee Friendwoekerzee
- Join date:
- December 2013
- Posts:
- 65
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 5
- Thanked:
- 3 times in 1 posts
February 22, 2014 at 1:03 pm #523896Thanks @Nazzario A.
Could you assist me with the following problem: I have heavily modified the default theme of Appolio. But, those changes are not applied to the homepage template. Once I assign the home to the default template, the video and other homepage elements are not appearing. How can I copy the same style of the default template to the homepage template?
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
February 24, 2014 at 3:30 am #523990The JA_Appolio – Home Page is using “home-1” layout, meanwhile JA_Appolio – Default is using “default” layout. If you want the homepage to go with the default style, you need to select the layout “default” for homepage style in the configuration of template in back-end.
Let me know if this helps.
woekerzee Friendwoekerzee
- Join date:
- December 2013
- Posts:
- 65
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 5
- Thanked:
- 3 times in 1 posts
March 2, 2014 at 12:35 pm #524918@nazario Thanks!*
The problem with the t3-wrapper background-color is not fixed yet. On my login page (I am using the default template for this page) is the background color still overwriting the background defaults.*
Current result:*http://awesomescreenshot.com/0a62fgrq72
With background-colors disabled:*http://prntscr.com/2x5zunHow am I able to remove the background color*only for the login page?
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
March 3, 2014 at 4:17 am #524988You can change the background of login page by adding this rule into the file: /templates/ja_appolio/css/custom.css :
.com_users.view-login .t3-wrapper {
background: #FFFFF;
}Hope it helps.*
AuthorPostsViewing 12 posts - 1 through 12 (of 12 total)This topic contains 12 replies, has 3 voices, and was last updated by Nazario A 10 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to change the background color?
Viewing 12 posts - 1 through 12 (of 12 total)