Nick20000 Posted January 10, 2014 Share Posted January 10, 2014 hi. first i would like to remove the icon image that appears next to Login at the header. 2nd i would like to move the reinsurance block under the footer section as pictured here. using default theme. thank you. Link to comment Share on other sites More sharing options...
SmartDataSoft Posted January 10, 2014 Share Posted January 10, 2014 Hello, you can remove that icon from css location : yoursite.com/modules/blockuserinfo/blockuserinfo.css #header_user_info a.login { background: url("img/icon/login.gif") no-repeat scroll 10px 0 rgba(0, 0, 0, 0); } second issue you can do that by moving the position of reinsurance from module position area. It may need some css work or tpl after your position. Hope this will help you. Link to comment Share on other sites More sharing options...
Nick20000 Posted January 10, 2014 Author Share Posted January 10, 2014 hi. but what do i pick to move it under the footer, which hook? ty. Link to comment Share on other sites More sharing options...
SmartDataSoft Posted January 10, 2014 Share Posted January 10, 2014 displyFooter hook from hook possition, blockreinsurance Link to comment Share on other sites More sharing options...
Nick20000 Posted January 10, 2014 Author Share Posted January 10, 2014 hi. i tried this and it did nothing as it is the same position. i want to move it right at the bottom of the website. Link to comment Share on other sites More sharing options...
vekia Posted January 10, 2014 Share Posted January 10, 2014 i think that it isn't enough to just move it, take a look: Link to comment Share on other sites More sharing options...
vekia Posted January 10, 2014 Share Posted January 10, 2014 it's necessary to add simple code: #reinsurance_block{ clear:both!important; } somewhere in global.css file Link to comment Share on other sites More sharing options...
Nick20000 Posted January 10, 2014 Author Share Posted January 10, 2014 it's necessary to add simple code: #reinsurance_block{ clear:both!important; } somewhere in global.css file i add this code to move it to the bottom? i don't understand. Link to comment Share on other sites More sharing options...
vekia Posted January 10, 2014 Share Posted January 10, 2014 watch video that i attached then add code i added above. Link to comment Share on other sites More sharing options...
Nick20000 Posted January 10, 2014 Author Share Posted January 10, 2014 watch video that i attached then add code i added above. that's worked. ty. one more thing, how would i put a border around the outside of the whole footer block? just the outside. Link to comment Share on other sites More sharing options...
vekia Posted January 10, 2014 Share Posted January 10, 2014 global.css line 555 to #footer styles add: for example: border: 10px solid black; like i show below: #footer { color: #fff; background: #333; border: 10px solid black; } Link to comment Share on other sites More sharing options...
Nick20000 Posted January 11, 2014 Author Share Posted January 11, 2014 awesome. ty. Link to comment Share on other sites More sharing options...
vekia Posted January 11, 2014 Share Posted January 11, 2014 you're welcome topic marked as solved with regards, Milos Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now