Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • cybernun Friend
    #168822

    Have 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 Friend
    #414226

    addendum – I SHOULD BE MORE SPECIFIC. I NEED THE FONT COLOR CHANGED IN THE ARTICLES.

    TomC Moderator
    #414239

    Can you provide the url for the site you’re working on?

    cybernun Friend
    #414240

    Yes, 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 Friend
    #414242

    Tom…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 Friend
    #414244

    Hola Tom–
    Ok figured out the Block bubble but still need to know what the font color solution would be.

    khoand Friend
    #414246

    Hi,
    You add this code from /templates/ja_ironis/css/template.css

    .contentpaneopen p{
    color : ....;
    }

    TomC Moderator
    #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/

    cybernun Friend
    #414809

    You’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 Moderator
    #414812

    Although 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 Friend
    #414877

    Thank 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 Friend
    #414878

    Thank 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 Friend
    #414879

    You 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;
    }

    cybernun Friend
    #414881

    thank you!!!!!!

    TomC Moderator
    #414886

    What would we ever do without khoand always flying in to save the day, eh?

Viewing 15 posts - 1 through 15 (of 15 total)

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