-
AuthorPosts
-
cybernun Friend
cybernun
- Join date:
- July 2009
- Posts:
- 226
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 111
- Thanked:
- 6 times in 1 posts
September 22, 2011 at 3:16 am #168822Have looked through every default & “DAY” CSS and font CSS…where are you hiding font color change code? In earlier templates, it was right at the top on the main template CSS.
Thank for any help—-:)
cybenun
cybernun Friendcybernun
- Join date:
- July 2009
- Posts:
- 226
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 111
- Thanked:
- 6 times in 1 posts
September 22, 2011 at 3:19 am #414226addendum – I SHOULD BE MORE SPECIFIC. I NEED THE FONT COLOR CHANGED IN THE ARTICLES.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
September 22, 2011 at 5:27 am #414239Can you provide the url for the site you’re working on?
cybernun Friendcybernun
- Join date:
- July 2009
- Posts:
- 226
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 111
- Thanked:
- 6 times in 1 posts
September 22, 2011 at 5:36 am #414240Yes, Tom. The Ironis template I’m customizing is located here:
http://siteground286.com/~cather07/filarski_draft/
You can see the text is too pale in the main content. I also cannot figure out where you’re hiding the block comment, “Welcome to the Frontpage” (in green).
Thank you for helping!
cybernun Friendcybernun
- Join date:
- July 2009
- Posts:
- 226
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 111
- Thanked:
- 6 times in 1 posts
September 22, 2011 at 5:42 am #414242Tom…I guess I did fix it…the font is now correct color! I’m not sure how I did it! I tried so many solutions from the forum but nothing specifically for Ja Ironis.
Am curious what your solution would be.
Still need to change the text of the block comment too.
PAX
cybernun Friendcybernun
- Join date:
- July 2009
- Posts:
- 226
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 111
- Thanked:
- 6 times in 1 posts
September 22, 2011 at 6:00 am #414244Hola Tom–
Ok figured out the Block bubble but still need to know what the font color solution would be.khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
September 22, 2011 at 6:47 am #414250<em>@cybernun 269618 wrote:</em><blockquote>Hola Tom–
Ok figured out the Block bubble but still need to know what the font color solution would be.</blockquote>
Good Job in figuring out many of these issues on your own . . . a little trial-and-error can go a very long way.Are you utilizing an online web development tool to identify the various CSS elements to modify?
Perhaps [URL=http://www.joomlart.com/forums/topic/web-development-tool-essentials-design-like-a-pro/
1 user says Thank You to TomC for this useful post
cybernun Friendcybernun
- Join date:
- July 2009
- Posts:
- 226
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 111
- Thanked:
- 6 times in 1 posts
September 25, 2011 at 4:14 am #414809You’re right Tom but I tried Firebug…need to take a tutorial on how to use it properly because it’s seems harder that it used to be. And, as it turns out, I did not figure out the color bubble for the default css. I do not see where in the documentation it tells you how to do that.
I underestimated also the problems cache can cause. I kept cleaning and refreshing but the changes I made to the template.css would not show up so I thought I was in the wrong css file. The code was indeed at the top:
body#bd {
background: #f2f2f2;
color: #666666;So THAT was a good lesson.
Perhaps you could throw me a hint about changing the color bubble in the default template.css?
Thanks–
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
September 25, 2011 at 4:42 am #414812Although within a different template’s section, the basic principles are the same –> [URL=http://www.joomlart.com/forums/topic/typography-boxes-clear-instruction/”Typography” tab.
cybernun Friendcybernun
- Join date:
- July 2009
- Posts:
- 226
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 111
- Thanked:
- 6 times in 1 posts
September 25, 2011 at 6:32 pm #414877Thank you for the link. The code for the red typo boxes is:
<div class=”ja-typo-box box-rounded box-red”>
<span class=”icon icon-error”> </span>
<h4 class=”heading-white”>Error message block header</h4>
This is a error box. Use
<strong><p class=”box-red”><span class=”icon icon-error”> </span>Your content goes here!</p></strong>
to create a error box!I apologize in advance but I don’t see where the code is within each color template’s css. I’m trying to change a green box into a red box on Home page at: http://siteground286.com/~cather07/filarski_draft/
I can usually manage these things but the typo boxes are a new feature to me in this (Ironis) template.
Thanks so much for continuing to respond….
cybernun Friendcybernun
- Join date:
- July 2009
- Posts:
- 226
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 111
- Thanked:
- 6 times in 1 posts
September 25, 2011 at 6:37 pm #414878Thank you for the link. The code for the red typo boxes is:
<div class=”ja-typo-box box-rounded box-red”>
<span class=”icon icon-error”> </span>
<h4 class=”heading-white”>Error message block header</h4>
This is a error box. Use
<strong><p class=”box-red”><span class=”icon icon-error”> </span>Your content goes here!</p></strong>
to create a error box!I apologize in advance but I don’t see where the code is within each color template’s css. I’m trying to change a green box into a red box on Home page at: http://siteground286.com/~cather07/filarski_draft/
I can usually manage these things but the typo boxes are a new feature to me in this (Ironis) template.
Thanks so much for continuing to respond….
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
September 25, 2011 at 6:49 pm #414879You replace this code from /templates/ja_ironis/core/themes/day/css/template.css in the line #132
#ja-top .buy-your-tickets a {
background: #A5AD2B;
}
with
#ja-top .buy-your-tickets a {
background: red;
}1 user says Thank You to khoand for this useful post
-
AuthorPosts
This topic contains 15 replies, has 3 voices, and was last updated by TomC 13 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum