Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • janshindrik Friend
    #174885

    Hi there,

    I changed the color of the footer, no problems, I can change the font color, no problem – but I just cannot find where I can change the background of the text – or how the footer is ‘organised’. Can;t find the answer incss files, so I hope maybe someone out there knows……

    Thanks in advance! Kind regards, Jans Hindrik


    1. footer-problem
    TomC Moderator
    #443074

    Greetings Jans:

    Within the following file path –> /plugins/system/jat3/jat3/base-themes/default/css/template.css

    at line 1146, you will see the following:

    <blockquote>#ja-footersmall {
    font-size: 100%;
    }
    </blockquote>

    add a background color property to this CSS rule, for example . . .

    <blockquote>#ja-footer small {
    background: none repeat scroll 0 0 #333;
    font-size: 100%;
    }
    </blockquote>

    Of course, you will need to select whatever color code you want/need to fit your theme.

    Hope That Helps

    janshindrik Friend
    #443173

    Thank you Tom for your answer, but unfortunately it doesn’t work. It’s an odd problem, because it’s only there on the homepage and on one other page – so maybe something else is causing the problem. I spent quite a lot of time trying to find out, but I just can’t discover the reason. The site is http://www.keukenspecialist.nl. As you will see the problem is on the homepage…… This is a bit too much for me, I guess….. I just don’t have a clue!
    Maybe you care to take another look, I really would appreciate that.

    Kind regards,
    Jans Hindrikhttp://www.joomlart.com/forums/images/smilies/sad.gif

    TomC Moderator
    #443189

    Try this:

    Within file path –> /templates/ja_methys/css/template.css

    at line 1232, you will see the following:

    <blockquote>#ja-footer .main {
    text-align: left;
    }
    </blockquote>

    add a background color property to this CSS rule, for example . . .


    <blockquote>


    #ja-footer .main {
    background: #333;
    text-align
    : left;
    }

    </blockquote>

    Of course, you will need to select whatever color code you want/need to fit your theme.

    Hope That Helps

    janshindrik Friend
    #443206

    Dear Tom,
    thank you, this fixed it….. Watch out for me please: there will be more questions in the near future (I’m sure……)
    Thanks!
    Jans Hindrik:)

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

This topic contains 5 replies, has 2 voices, and was last updated by  janshindrik 12 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum