Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • sebbs Friend
    #200355

    site: http://bmwqc2.dev.dnsnetworks.ca/joomla/
    Can anyone give me suggestion for making the footer appear nicer… maybe removing the grey block that’s under the text – the text is white so it may show up nicely without the grey background

    TomC Moderator
    #545239

    If you want to remove the grey background, you can do the following:

    Look to file path —> /joomla/templates/beez3/css/personal.css
    at line 339


    #footer {
    background: none repeat scroll 0 0 #555
    box-shadow: 0 0 10px #555555
    color: #fff
    margin: 0 auto;
    max-width: 1025px;
    }

    In this CSS rule, you can modify the background color as you wish.

    sebbs Friend
    #545249

    Hmmm .. I tried doing a few things but cant really get it to look like the left and right side… can I just remove the box that the footer … anyone have any ideas how to make this look decent?
    http://bmwqc2.dev.dnsnetworks.ca/joomla/

    TomC Moderator
    #545259

    To get rid of the “box” . . .

    Look to file path —> /joomla/templates/beez3/css/personal.css
    at line 339


    #footer {
    background: none repeat scroll 0 0 #555
    box-shadow: none;
    color: #fff
    margin: 0 auto;
    max-width: 1025px;
    }

    sebbs Friend
    #545264

    I did as you suggested :
    #footer-inner,#footer {
    background: #f5f5f5
    box-shadow: none;
    }

    #footer {
    background: white;
    max-width: 1025px;
    margin: 0 auto;
    box-shadow: none;
    color: #fff
    }

    Still doesn’t look right. Can you tell me what I’m missing?

    <em>@TomC 440406 wrote:</em><blockquote>To get rid of the “box” . . .

    Look to file path —> /joomla/templates/beez3/css/personal.css
    at line 339


    #footer {
    background: none repeat scroll 0 0 #555
    box-shadow: none;
    color: #fff
    margin: 0 auto;
    max-width: 1025px;
    }

    </blockquote>

    TomC Moderator
    #545270

    I’m having a bit of difficulty trying to figure out how/from where those side “shadow gradients” are being generated. >:( . . . . Still working on it.

    Ninja Lead Moderator
    #545454

    <em>@sebbs 440413 wrote:</em><blockquote>I did as you suggested :
    #footer-inner,#footer {
    background: #f5f5f5
    box-shadow: none;
    }

    #footer {
    background: white;
    max-width: 1025px;
    margin: 0 auto;
    box-shadow: none;
    color: #fff
    }

    Still doesn’t look right. Can you tell me what I’m missing?</blockquote>

    You can try with my workaround here:

    – Open templates/beez3/css/personal.css file

    – Change

    #footer {
    background: white;
    max-width: 1025px;
    margin: 0 auto;
    box-shadow: none;
    color: #fff ;
    }

    To

    #footer {
    background: white;
    max-width: 1025px;
    margin: 0 auto;
    box-shadow: none;
    color: #fff ;
    display:none;
    }

    mike1992 Friend
    #550141

    Hiii guys, i have a problem about footer section, so i just wanted to add a “copyright-menu ” position to the footer like joomlart.com site after copyright text. Plz let me know if you have any suggestions? Thanks in advance

    TomC Moderator
    #550180

    <em>@mike1992 446523 wrote:</em><blockquote>Hiii guys, i have a problem about footer section, so i just wanted to add a “copyright-menu ” position to the footer like joomlart.com site after copyright text. Plz let me know if you have any suggestions? Thanks in advance</blockquote>

    So, basically, you want to add a new menu position to the bottom of your site?

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

This topic contains 9 replies, has 4 voices, and was last updated by  TomC 10 years, 1 month ago.

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