-
AuthorPosts
-
March 3, 2011 at 6:07 pm #160980
hello everyone!
I am trying to make some small changes in the template so that it can fit my needs. I have a couple of issues that i cannot find answer through my forum search.
first I would like to remove the border from the right column’s banner and language selection. i try to add some code likeimg { border: 0 none; }
in the template.css but i didt get anything. Does anyone know how to remove those borders?the second issue Im dealing with is the color of the active button in horizontal menu bar. The default color is blue and I would like to change it to an orange in order to fit with my company’s logo.
thanks in advance!
Georgedunglq Frienddunglq
- Join date:
- March 2010
- Posts:
- 108
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 6
- Thanked:
- 12 times in 13 posts
March 4, 2011 at 8:24 am #379604Hi,
First, if you place banner at right position, please try this code to remove border:
#ja-right img {
border: 0 !important;
}
Second, if you want to change color of menu to organe you can open file templates/ja_purity_ii/css/menu/mega.css
find around line 84 this code
ul.level0 li.active {
background: url("../../images/grad1-mask.png") repeat-x scroll center top #006699;
}
and change color code #006699 to your color
1 user says Thank You to dunglq for this useful post
March 4, 2011 at 10:13 am #379635thanks a lot for your answer but nothing happened to both of the additions.
I added the first code to the template.css file
and I replaced the color to the apropriate one to the mega.css
:’ (the second with the colors works properly in IE8 but not in firefox . I still have the problem with the banner and language borders
dunglq Frienddunglq
- Join date:
- March 2010
- Posts:
- 108
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 6
- Thanked:
- 12 times in 13 posts
March 4, 2011 at 10:31 am #379636<em>@ge0rgel1986 225451 wrote:</em><blockquote>thanks a lot for your answer but nothing happened to both of the additions.
I added the first code to the template.css file
and I replaced the color to the apropriate one to the mega.css
:’ (the second with the colors works properly in IE8 but not in firefox . I still have the problem with the banner and language borders </blockquote>
Hi,
Could you give me your site url to check ?steinar Friendsteinar
- Join date:
- July 2007
- Posts:
- 319
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 11
- Thanked:
- 98 times in 84 posts
March 4, 2011 at 10:44 am #379638<em>@ge0rgel1986 225451 wrote:</em><blockquote>the second with the colors works properly in IE8 but not in firefox</blockquote>
If things work properly in IE but not in Firefox, my first impulse would be to empty caches, both in Joomla backend >> tools and in my browser. 🙂
1 user says Thank You to steinar for this useful post
March 4, 2011 at 10:50 am #379640<em>@steinar 225455 wrote:</em><blockquote>If things work properly in IE but not in Firefox, my first impulse would be to empty caches, both in Joomla backend >> tools and in my browser. :)</blockquote>
you are right i got to clean the browser’s cache. Thank you!
any idea for the banner borders?
March 4, 2011 at 3:18 pm #379653<em>@dunglq 225453 wrote:</em><blockquote>Hi,
Could you give me your site url to check ?</blockquote>unfortunately its not up yet, Im working localy. Thanks again for your help!
thangnn1510 Friendthangnn1510
- Join date:
- October 2014
- Posts:
- 1608
- Downloads:
- 0
- Uploads:
- 80
- Thanks:
- 73
- Thanked:
- 278 times in 256 posts
March 9, 2011 at 3:22 am #380425Dear ge0rgel1986!
Could you give the screenshot in the bugs to help us locating problem and give solutions more easily.
Regards!
March 11, 2011 at 11:58 am #380914I attach a screenshot with my site version as it is right now.
additionaly i would like to ask how to remove the “Joomla Appliance – Powered by TurnKey Linux “.
I tried several things i found on the net but nothing really worked, and i think its the complexity of the template because I am working on another site with a free random template and the css code addition worked like a charm.again thanks for your interest, I really appreciate!
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
March 11, 2011 at 12:19 pm #380917<em>@ge0rgel1986 227103 wrote:</em><blockquote>I attach a screenshot with my site version as it is right now.
additionaly i would like to ask how to remove the “Joomla Appliance – Powered by TurnKey Linux “.
I tried several things i found on the net but nothing really worked, and i think its the complexity of the template because I am working on another site with a free random template and the css code addition worked like a charm.again thanks for your interest, I really appreciate!</blockquote>
If you wish to remove it globally for all modules set to right position, Go to templates/ja_purity_ii/layouts/blocks/right.php file and change this::
<jdoc:include type=”modules” name=”<?php echo $right1;?>” style=”JArounded” />
to
<jdoc:include type=”modules” name=”<?php echo $right1;?>” style=”xhtml” />
1 user says Thank You to aman204 for this useful post
March 14, 2011 at 8:01 am #381218thats it!!! thanks a lot 😀
AuthorPostsViewing 11 posts - 1 through 11 (of 11 total)This topic contains 11 replies, has 5 voices, and was last updated by ge0rgel1986 13 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
right column border removal & changing the active button horizontal menu color
Viewing 11 posts - 1 through 11 (of 11 total)