-
AuthorPosts
-
May 27, 2011 at 11:19 am #164503
Hi,
I would like to change (JA BUSINESS Template) the background color, the width of the left column, etc. I make changes to the file:templates / ja_business / css / template.css
templates / ja_business / core / themes / blue / css / templates.css
plugins/system/t3/base-themes/defaults/css/templates.cssIn the Joomla Administration/template manager I have disabled the css kompresion, Joomla cache is empty, browser cache is also empty … the changes have no effect, nothing. Am I working in the right file? or there is other hidden files like in to the t3-assets folder.
Die website ist http://suceso.info/
Can someone help me.
Thank you
Waldirpritam Friendpritam
- Join date:
- April 2011
- Posts:
- 609
- Downloads:
- 0
- Uploads:
- 29
- Thanks:
- 11
- Thanked:
- 125 times in 113 posts
May 27, 2011 at 11:53 am #393193Hello,
To Make CSS changes in JA BUSINESS Template
I have seen the site .To change the background color you need to goto templates/ja_business/css/template.css line no 615
Find this code to :-
#ja-container .wrap-inner1 {
background: url(“../images/container-bg2.gif”) repeat-x scroll left bottom transparent;
padding-bottom: 25px;
}Change this code to
#ja-container .wrap-inner1 {
background: url(“../images/container-bg2.gif”) repeat-x scroll left bottom transparent;
background-color:#00FF00; /*Choose color code as per you.*/
padding-bottom: 25px;
}For width of left column you need to specify the place where you want to change.
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
May 27, 2011 at 12:11 pm #393195The column widths can be done from the template manager. Post details of what column you want to change and I can show you what you need to change.
May 27, 2011 at 12:13 pm #393197Hi Pritam,
thanks for help, it works.
The left column have to appear only in Eventos and the right column have to be 40% width (approximately 300 px).Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
May 27, 2011 at 1:25 pm #393200Go into the template manager an in the layouts tabe edit the default layout. Find the line below and change the figure I have highlighted in red from 33 to 40. That is the width as a percentage.
<blocks name="middle" colwidth="33" main-inner="2" wrap-inner="1" fixheight="1">
to
<blocks name="middle" colwidth="40" main-inner="2" wrap-inner="1" fixheight="1">
1 user says Thank You to Phill for this useful post
-
AuthorPosts
This topic contains 6 replies, has 3 voices, and was last updated by wmesia 13 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum