-
AuthorPosts
-
sebbs Friend
sebbs
- Join date:
- February 2006
- Posts:
- 529
- Downloads:
- 0
- Uploads:
- 62
- Thanks:
- 164
- Thanked:
- 6 times in 2 posts
August 8, 2014 at 4:25 pm #200355site: 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 backgroundTomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 8, 2014 at 4:45 pm #545239If 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 Friendsebbs
- Join date:
- February 2006
- Posts:
- 529
- Downloads:
- 0
- Uploads:
- 62
- Thanks:
- 164
- Thanked:
- 6 times in 2 posts
August 8, 2014 at 6:20 pm #545249Hmmm .. 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 ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 8, 2014 at 7:11 pm #545259To 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 Friendsebbs
- Join date:
- February 2006
- Posts:
- 529
- Downloads:
- 0
- Uploads:
- 62
- Thanks:
- 164
- Thanked:
- 6 times in 2 posts
August 8, 2014 at 7:58 pm #545264I 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 ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 8, 2014 at 8:25 pm #545270I’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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 11, 2014 at 10:47 am #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;
}September 19, 2014 at 7:11 am #550141Hiii 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 ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
September 19, 2014 at 3:24 pm #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?
-
AuthorPosts
This topic contains 9 replies, has 4 voices, and was last updated by TomC 10 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum