-
AuthorPosts
-
June 30, 2008 at 10:40 am #130308
Because costtechnical reasons I am the person appointed to create a website for our company, I’ve chosen for joomla with the ja_purity template.
A number of adjustments that I wanted to do succeeded, only am I left with 2 things.
1) adjust the background color in the search box, I think the place to be is /templates/ Ja_purity/styles/header/ and then the style.css(I’ve already created a template style)
I made the following change :# ja-search (
background: url (images / icon-search.gif) no-repeat center left;
)
# ja-search. inputbox (
border: 1px solid # 005A87;
Color: # C3DFED;
background: # 1E7CAB;IN:
# ja-search (
background: url (images / icon-search.gif) no-repeat center left;
)
# ja-search. inputbox (
border: 1px solid # CC0000;
Color: # CC0000;
background: # FFFFFF;but unfortunately no white background.
The intention was a white background with red border.
does anyone have some suggestions?The 2nd “problem” is that I have the website set to a fixed 1000px.
Now I would like the left and the right side of the website look like this website with a nice shadowedge and a top to bottom even color.
Is this even possible, even for an newbee like me?
someone suggestions ?This is the website http://www.gracon.eu
thanks in advance.
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
June 30, 2008 at 10:43 am #257190For the search,take a look in style.css line 26:
#ja-search .inputbox {
background:#1E7CAB;
border:1px solid #005A87;
color:#C3DFED;
}
for your Q2, are you able to make a image on how you want it?June 30, 2008 at 11:03 am #257193Thanks for the reply,
I have edited the style.css file, but no luck so far.
The background of the search box remains blue.
Is there maybe an other file who overrides the style.css?for Q2 something like http://www.dutchjoomla.org/ and the specific the outer sides of the website. (the white with the shadow edge)
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
June 30, 2008 at 11:15 am #257197Did you edit this stylesheet: http://www.gracon.eu/templates/ja_purity/styles/header/gracon/style.css?
It still shows same as beforeJune 30, 2008 at 11:33 am #257203yes I edited this file, this is strange when I look with firefox/ css/ show css is see the changes made like you suggested it.
Also checked it through FTPJuly 3, 2008 at 1:38 pm #257830replaced the complete style.css and then edited the file again.
problem solved, don’t know what was causing the problem
thanks for the helpAugust 19, 2008 at 9:05 pm #266103Menalto
I have a similar Q. Can I change backround colour from plain white and the text from black ?
Thanks
njb
January 9, 2011 at 5:08 pm #370939Hello everybody..This is ja_purity_ii template. Could anyone help me with information how to adjust column width. It is 80% – 20% now as show in the attached. I need it to be 65% 35%…thank you very much. Appreciated…
Regards,
iVeedu Team
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 11, 2011 at 8:04 am #371302dear iveedu,
the easiest way is to open ja_purity_iilayoutsdefault.php, and change this:
$this->_basewidth = 20;
to:
$this->_basewidth = 35;
January 12, 2011 at 2:08 am #371410Good info. Thank you!
Is it possible to show different column width for different menus?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 13, 2011 at 3:29 am #371580dear,
Yes its possible, the menu item is defined by the “Itemid” in the url, you can catch the param and change the width accordingly, replace the line:
$this->_basewidth = 20;
by:
switch($_GET["Itemid"]){
case 123:
$this->_basewidth = 30;
break;
case 456:
$this->_basewidth = 20;
break;
}
with 123,456 are your menu item id (watch them in the url)AuthorPostsViewing 11 posts - 1 through 11 (of 11 total)This topic contains 11 replies, has 5 voices, and was last updated by Ninja Lead 13 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
adjustments to ja_purity
Viewing 11 posts - 1 through 11 (of 11 total)