-
AuthorPosts
-
turminator Friend
turminator
- Join date:
- August 2008
- Posts:
- 247
- Downloads:
- 47
- Uploads:
- 46
- Thanks:
- 23
- Thanked:
- 4 times in 1 posts
November 13, 2012 at 5:32 pm #182215Hello Team,
I have installed Ja_Zite here: (http://www.efsvalves.com/en/company/about-efs-valves) but I would like that have a similar design than my old website, here (http://valves2008.barcelonacreations.com/index.php?option=com_content&view=article&id=6&Itemid=6&lang=es). How can I do to have similar background color for content position and module position?
Many thanks for your support.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 13, 2012 at 5:51 pm #472809So that I can best try to assist you, please set “Optimize CSS” to “No” within your Template Manager–General Settings
turminator Friendturminator
- Join date:
- August 2008
- Posts:
- 247
- Downloads:
- 47
- Uploads:
- 46
- Thanks:
- 23
- Thanked:
- 4 times in 1 posts
November 13, 2012 at 6:28 pm #472813Hello TomC,
Now I modified parameter “Optimize CSS”.
Many thanks for your support.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 13, 2012 at 6:41 pm #472815Here is a suggestion – if I am understanding what you want to accomplish . . .
For the MAIN CONTENT section:
within file path –> /plugins/system/jat3/jat3/base-themes/default/css/template.cssat line 991, you will see the following:
.ja-content-main {
background-color: white;
}try adding a background color property to this rule, for example . . .
.ja-content-main {
background-color: white;
margin-bottom: 20px;
}For the LEFT COLUMN:
within file path –> /templates/ja_zite/css/layout.cssat line 72, also add a background color property, for example . . .
.ja-colswrap {
background-color: white;
}This will, at lease, get you the white background to those sections – similar to your original site. If you are wanting to further style the sections to more closely resemble your original site look, this will involve some additional time, trial-and-error and patience in playing around with the relative CSS.
TWO SUGGESTIONS . . .
1. USE FIREBUG2. Review the relative CSS for those elements within your original site, and employ a little trial-and-error in seeing if you can copy/duplicate the CSS rules from your original site into the relative CSS rules for your new/updated site. Make sense?
Hope some of this helps and gives you some ideas to play around with.
🙂
-
AuthorPosts
This topic contains 4 replies, has 2 voices, and was last updated by TomC 12 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum