-
AuthorPosts
-
legalgrind Friend
legalgrind
- Join date:
- July 2011
- Posts:
- 86
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 32
- Thanked:
- 2 times in 1 posts
October 27, 2011 at 10:29 am #170103Is there a way to change, or add to, the template.css through admin or do I have to change through ftp?
Thank you!
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
October 27, 2011 at 10:32 am #421852There is No way to do so in admin panel. you may change it through Ftp
Is there any difficult for to figure out which css it belongs to ?
Note: If you Find my Post useful please click on the Thanks Icon
1 user says Thank You to chavan for this useful post
legalgrind Friendlegalgrind
- Join date:
- July 2011
- Posts:
- 86
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 32
- Thanked:
- 2 times in 1 posts
October 27, 2011 at 11:15 am #421869I found the rules in template.css with no problem. Thank you for your answer!
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
October 27, 2011 at 11:19 am #421870Glad you found it. All the best. Play with the css 🙂
legalgrind Friendlegalgrind
- Join date:
- July 2011
- Posts:
- 86
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 32
- Thanked:
- 2 times in 1 posts
October 27, 2011 at 11:51 am #421875I spoke too soon. I added rules to:
joomla/templates/ja_portfolio/css/template.css
and it did not take on: http://legalgrind.powweb.com/joomla/index.php?option=com_content&view=article&id=212
So I guess that is not the css file. When I look at the source code on the page (web) I get something I cannot begin to figure out for the css file.
Can you help?
Thank you!
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
October 27, 2011 at 11:55 am #421877can you post me which area you need to changes in the link you have provided. So I would suggest you the best.
screenshot is recommended
Note: If you Find my Post useful please click on the Thanks Icon
legalgrind Friendlegalgrind
- Join date:
- July 2011
- Posts:
- 86
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 32
- Thanked:
- 2 times in 1 posts
October 27, 2011 at 12:07 pm #421881I am wanting to put some padding around the black background/white text headers in the main_content of the page.
Thank you!
legalgrind Friendlegalgrind
- Join date:
- July 2011
- Posts:
- 86
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 32
- Thanked:
- 2 times in 1 posts
October 27, 2011 at 12:26 pm #421885I accomplished my goal by adding my style right in the page element (p) … but would rather do it in the css file – and for future use. So please continue to help me, if you will.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
October 27, 2011 at 12:27 pm #421886Go to this File: /templates/ja_portfolio/css/template.css
For this text ” Unbundled Legal Services — Attorney Limited Scope/Flat-fees:” in the Url
Add this code to template.css file
p.componentheading {padding: 8px 10px !important;
}
Note: If you Find my Post useful please click on the Thanks Icon
legalgrind Friendlegalgrind
- Join date:
- July 2011
- Posts:
- 86
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 32
- Thanked:
- 2 times in 1 posts
October 27, 2011 at 2:30 pm #421934funny, I added this rule to that same template.css file
.mainheading
{
background: #313435;
color: #f0f0f3;
padding: 10px 20px;
margin: 0;
font-size: 125%;
text-transform: uppercase;
font-weight: bold;
}and used the class on a p – it didn’t work. Do you know why? Can I just add a rule to the css file?
What does the ‘!important’ do? I have never seen that before.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
October 27, 2011 at 2:53 pm #421949it is override the older codes.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
October 27, 2011 at 2:56 pm #421952Try this Code
.mainheading
{
background: #313435;
color: #f0f0f3;
padding: 10px 20px !important;
margin: 0;
font-size: 125%;
text-transform: uppercase;
font-weight: bold;
}Also Add this code to template.css file
p.componentheading {padding: 10px 20px !important;
}
Note: If you Find my Post useful please click on the Thanks Icon
1 user says Thank You to chavan for this useful post
AuthorPostsViewing 12 posts - 1 through 12 (of 12 total)This topic contains 12 replies, has 2 voices, and was last updated by chavan 13 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Is there a way to change template.css through admin?
Viewing 12 posts - 1 through 12 (of 12 total)