Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • Juan Carlos Stauring Friend
    #190585

    Calling all joomlartists 😉

    I’m using ja_university default theme and have a space on footer I need to remove. See image.
    I use the same template on other install but use “blue” as default and it does not have the space.

    thanks
    jc 🙂


    1. Aviary-galco-intl-com-Picture-1
    Juan Carlos Stauring Friend
    #505785

    Another thing I just noticed the header is not the same color as the footer area, not the very bottom one but where I have the company address and info. Where can I edit this so I can have it match exactly :confused:

    Juan Carlos Stauring Friend
    #505787

    I’m talking to myself here lol! 😀
    Simple, it’s go to template manager > theme > default theme > go tab “Layout” select your default layout and remove:
    <block name=”footer” type=”footer”></block>

    Now I do need help on the header and bottom color do not exactly match. On default header is #10151B and bottom of page is #0D1015

    Juan Carlos Stauring Friend
    #505826

    I’m wondering if removing the footer position is a good thing or if there is a better method to accomplish this? I prefer to just set the margin or height to 0 and leave footer on template.

    Ninja Lead Moderator
    #505886

    You can try to work my below solution

    Open templates/ja_university/css/template.css file

    From

    #ja-footer {
    background: #0b0b0b
    border-top: 1px solid #181f28
    color: #666
    }

    Change to

    #ja-footer {
    background: #0b0b0b
    border-top: 1px solid #181f28
    color: #666
    display: none;
    }

    Remember to clear cache from Admin area.

    If my solution doesn’t help to solve this problem you can put your site to go live, I shall check it directly on your site and suggest with better solution for you.

    Juan Carlos Stauring Friend
    #506293

    thank you this worked for me.

    nubtech24 Friend
    #506800

    Hi
    How can i change the background of header (ja_header)? i mean to replace the colour background with an image please?

    thanks

    Juan Carlos Stauring Friend
    #506801

    Go to your admin and in menu select Extensions > Template Manager and select JA University default template.
    Select Profile tab and edit your theme. There you can “Select logo type” and pull down to Image.
    You will have to ftp your new logo to your theme your using in /templates/ja_university/images or /templates/ja_university/themes and your theme and /images
    If you logo size is different from the demo content you will have to edit the template.css file. Good luck.

    nubtech24 Friend
    #506846

    Thanks JCS
    I’ve already changed the logo what I need is to change the site wide header strip (the background of logo). I want to replace that single colour background with an image.
    Hope you got my question?

    Ninja Lead Moderator
    #506954

    You can find and change background of logo with my below suggestion

    Open templates/ja_university/css/template.css file


    #ja-header {
    background: #10151c;
    border-bottom: 1px solid #000;
    }

    and change to your desired background

    Don’t forget to clear cache from Admin area after changing

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

This topic contains 10 replies, has 3 voices, and was last updated by  Ninja Lead 11 years, 1 month ago.

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