chisim11 0 Report post Posted September 3, 2011 I'm assuming is a completely separate matter from wp username? Share this post Link to post Share on other sites
Jenny 33 Report post Posted September 3, 2011 Are you asking if you can change your login name for this site? ♥ Jenny :: Web designer at Simple Mama (follow me at @simplemamacom) Check out Share Me, a social sharing add-on for DMS that is super simple to set up. Share this post Link to post Share on other sites
chisim11 0 Report post Posted September 3, 2011 Want to change username used when loggin in onto pagelines. Reason > dont want to google and find my name along with history of pageline forums. Share this post Link to post Share on other sites
Jenny 33 Report post Posted September 3, 2011 I honestly don't know the answer to that one. I don't see any options in my user profile to change it. Perhaps you could try using the contact form and see if they are able to change it on the backend for you. http://www.pagelines.com/contact/ ♥ Jenny :: Web designer at Simple Mama (follow me at @simplemamacom) Check out Share Me, a social sharing add-on for DMS that is super simple to set up. Share this post Link to post Share on other sites
chisim11 0 Report post Posted September 3, 2011 Will do. Thanks. let me ask a few questions as I cannot find them on the forum. 1) How to change the background color on the horizontal bar where the 5 default feature boxes lay on, so it can match the background color I choose for the entire background page? 2) How to remove the line underneath the navigation bar? Thanks Share this post Link to post Share on other sites
Jenny 33 Report post Posted September 3, 2011 Can you give a link to your site? That'll make it much easier for me. :) If I'm gone by the time you respond, I'll be back tomorrow night so no worries. If you don't want it hyperlinked just add spaces (since you don't want to appear in google), just add spaces or something. :) ♥ Jenny :: Web designer at Simple Mama (follow me at @simplemamacom) Check out Share Me, a social sharing add-on for DMS that is super simple to set up. Share this post Link to post Share on other sites
chisim11 0 Report post Posted September 3, 2011 www.amazingworldproperties.com Share this post Link to post Share on other sites
chisim11 0 Report post Posted September 3, 2011 early stages though. you can tell I still need lots of works from the features down. Share this post Link to post Share on other sites
Jenny 33 Report post Posted September 3, 2011 First of all, I would love to live at the last slide in your feature. :) Use the following code in your custom CSS. You can combine code as needed. To fix the background color of the thumbnail area, use this: [code]#featurenav {background-color: #000000;} #feature-footer {background-color: #000000; border: 0;}[/code] The slider thumbs have borders, if you want to remove them use this: [code]#feature-footer .feature-footer-pad {border:0;}[/code] To remove the padding around the slider thumbs, use this: [code]#feature-footer .feature-footer-pad {padding: 0;}[/code] To fix the alignment issue so the slider thumbs are properly aligned underneath the feature, use this: [code]#feature-footer .feature-footer-pad {margin-left: 4px;}[/code] And if you just want to skip all that and use everything I posted above at once, use this: [code] #featurenav {background-color: #000000;} #feature-footer {background-color: #000000; border: 0;} #feature-footer .feature-footer-pad {border:0; padding:0; margin-left: 4px;} [/code] To remove the line underneath the navigation bar, use this: [code]#nav_row.main_nav, ul.sf-menu ul li {border-bottom: 0;}[/code] I think that's everything. Hope it works for you! ♥ Jenny :: Web designer at Simple Mama (follow me at @simplemamacom) Check out Share Me, a social sharing add-on for DMS that is super simple to set up. Share this post Link to post Share on other sites
chisim11 0 Report post Posted September 3, 2011 Hey Thanks a lot Jenny. Will give it a shot! Share this post Link to post Share on other sites
Jenny 33 Report post Posted September 3, 2011 I did a lot of local editing but I think I copy/pasted everything I changed. Hopefully I didn't miss anything. if I did, I'll get it for you tomorrow. :) And you're welcome! ♥ Jenny :: Web designer at Simple Mama (follow me at @simplemamacom) Check out Share Me, a social sharing add-on for DMS that is super simple to set up. Share this post Link to post Share on other sites
Simon 248 Report post Posted September 3, 2011 What would you like your username to be? Share this post Link to post Share on other sites
chisim11 0 Report post Posted September 4, 2011 chisim11 Thanks Share this post Link to post Share on other sites
Simon 248 Report post Posted September 4, 2011 Done.. Share this post Link to post Share on other sites