Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • okkhalid Friend
    #197060

    Hello,

    I would like to remove the big black area in the footer area.
    I have draw cross marks to the are I would like to remove.
    I have very small site that the top menu is enough for me, I do not need any thing in the bottom other than the copy right.
    Also, I would like to remove the social network icon from the footer area and replace it with a text.

    I did a mock for the footer.

    1) remove the big black area
    2) Add text in the center: Copyright © All Rights Reserved
    3) replace the social network icons and have a text there or an image

    Please help


    1. remove
    TomC Moderator
    #532321

    So that we can try to best assist you, please temporarily set “Optimize CSS” to “No/Off” within your Template Manager–General settings

    TomC Moderator
    #532322

    You can also try the following . . . .

    If you haven’t done so already, create a “custom.css” file within file path –> /templates/ja_biz/css

    Place the following CSS code within the custom.css file . . .


    .main-container {
    margin: -200x 10px 0;
    }

    .t3-footer.container {
    padding-bottom: 0;
    }

    See if that gets you a better result.

    okkhalid Friend
    #532323

    Thanks I have turn it on

    TomC Moderator
    #532324

    <em>@okkhalid 423548 wrote:</em><blockquote>Thanks I have turn it on</blockquote>
    Try the suggestions in Post #3 above . . . Let me know if that achieves a satisfactory result for you.

    okkhalid Friend
    #532331

    Hi, I placed the code to custom.css, but it did not work.

    TomC Moderator
    #532336

    <em>@okkhalid 423558 wrote:</em><blockquote>Hi, I placed the code to custom.css, but it did not work.</blockquote>

    This is the code you currently have within your custom.css:


    .main-container {
    }
    .t3-footer.container {
    padding-bottom: 0;
    }

    You need to update with the following (as suggested in Post #3 above)


    .main-container {
    margin: -200x 10px 0;
    }
    .t3-footer.container {
    padding-bottom: 0;
    }

    okkhalid Friend
    #532337

    Please can you check now,
    I have placed the code but still not doing any thing. thanks

    .main-container {
    margin: -200x 10px 0;
    }
    .t3-footer.container {
    padding-bottom: 0;
    }

    TomC Moderator
    #532338

    Which version of JA Biz are you working with – J2.5 or J3.x?

    okkhalid Friend
    #532339

    I’m using Joomla 3.2.

    TomC Moderator
    #532342

    I just looked again and this remains what you currently have in your custom.css:


    .main-container {
    }
    .t3-footer.container {
    padding-bottom: 0;
    }

    You still do not have the properties I suggested for the “.main .container” CSS rule.

    Please enter the following properties for the “.main .container” CSS rule, and make sure your changes save.


    .main-container {
    margin: -200x 10px 0;
    }

    okkhalid Friend
    #532343

    That is strange, I have download the file custom.css and the new code is there.
    I have PM you the backend login info, would you mind to have alook.

    thanks,

    chavan Friend
    #532368

    Go to this File: /templates/ja_biz/css/custom.css

    Add this code

    #t3-footer .row{
    display:none;
    }

    #t3-footer .t3-copyright .row{
    display:block !important;
    }

    #t3-footer .t3-copyright{
    margin-top:0px !important;
    }

    .t3-footer.container{

    padding-top :0px !important;
    }

    okkhalid Friend
    #532480

    Well done. thanks

    nubeet Friend
    #538535

    Im using joomla 3.3.
    Template Information

    Name:Ja Biz
    Version:1.1.0
    Released Date:22 May 2014

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

This topic contains 16 replies, has 4 voices, and was last updated by  chavan 10 years, 4 months ago.

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