superecignumber1 Posted January 17, 2014 Share Posted January 17, 2014 Hey, my site is www.ciggiez.com Currently, I'm having issues changing the top right cart button. It would seem that they both display differently on chrome and firefox. I know very little about coding - but if you could tell me what I need to be up and running ,that would help me out a lot !!! I've been trying to fix this for 2 days with no luck. ANY ADVICE IS GREATLY APPRECIATED!!! Here is my blockuserinfo.css file contents: /* block top user information */ #header_right #header_user { clear:both; float: right; margin-top:8px; width: 535px; color: white } #header_user #header_nav { list-style-type:none; float:right; color: white } /* cart */ #shopping_cart a, #shopping_cart span { color:red; } #shopping_cart a{ color: rgb(250, 2, 2); box-shadow 4px 6px 3px #c6c6c6 height: 15px; padding:15px 27px 10px 43px; background: url('img/icon/cart.gif') no-repeat 10px 9px #FFF; min-width: 130px;/* 200 */ -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;display:block} box-shadow: 0 1px 0 #ffffff;} }#shopping_cart a:hover span{text-decoration: none} #header_user #shopping_cart .ajax_cart_quantity { font-weight:bold; font-size:18px } #header_user #shopping_cart .ajax_cart_total { display:none !important; } /* account */ #header_user #your_account {display:none;} #header_user #your_account a { background-image: url('img/icon/my-account.gif') } /* user infos */ #header_user_info { clear:both; float:right; margin-top:10px; padding:0; font-size:12px } #header_user_info a { display:inline-block; margin:0 0 0 10px; padding:3px 0 0 34px; line-height: 11px; border-left:1px solid #FFF } #header_user_info a.account { border: none; display: inline; margin: 0; padding: 0; } *:first-child+html #header_user_info a {line-height:14px;} #header_user_info a.login {background: url('img/icon/login.gif') no-repeat 10px 0} #header_user_info a.logout {background: url('img/icon/logout.png') no-repeat 10px -1px} Link to comment Share on other sites More sharing options...
JordanBelfort Posted January 17, 2014 Share Posted January 17, 2014 Your URL is not working... But first I can see that on CSS that #header_right #header_user { clear:both; float: right; margin-top:8px; width: 535px; color: white } clear:both and float:right can't work together, try to remove clear:both. Link to comment Share on other sites More sharing options...
superecignumber1 Posted January 17, 2014 Author Share Posted January 17, 2014 Your URL is not working... But first I can see that on CSS that #header_right #header_user { clear:both; float: right; margin-top:8px; width: 535px; color: white } clear:both and float:right can't work together, try to remove clear:both. It's back up. I will try that now, thanks.... Link to comment Share on other sites More sharing options...
superecignumber1 Posted January 17, 2014 Author Share Posted January 17, 2014 No luck. The color scheme is what I'm trying to change. I'd like to make the black text colored white or red. If you'll notice in the upper right (with an item in your cart), the color scheme is off, and the cart is camoflaged in the upper right/ Link to comment Share on other sites More sharing options...
superecignumber1 Posted January 17, 2014 Author Share Posted January 17, 2014 If you notice in my CSS after /* cart */ I'm trying to change the upper right to red or white.....something visible! Link to comment Share on other sites More sharing options...
superecignumber1 Posted January 17, 2014 Author Share Posted January 17, 2014 When using "#shopping_cart a, #shopping_cart span {color: red;}" it does not change the top right to red..... im not sure why!! Link to comment Share on other sites More sharing options...
stottycabanas Posted January 17, 2014 Share Posted January 17, 2014 URL delivers a blank page ... Link to comment Share on other sites More sharing options...
superecignumber1 Posted January 17, 2014 Author Share Posted January 17, 2014 I'm not sure, it's up over here on my end..... Link to comment Share on other sites More sharing options...
stottycabanas Posted January 17, 2014 Share Posted January 17, 2014 Odd, because I looked at your site a short time ago (I remember the smoke going across the background - nice!), and it was working well then. Well, it worked up to the point when I put a product in the cart, and then the cart disappeared completely. Cheers, Dave Link to comment Share on other sites More sharing options...
superecignumber1 Posted January 17, 2014 Author Share Posted January 17, 2014 Here's a picture of my issue(s) http://imgur.com/u4nhmph Link to comment Share on other sites More sharing options...
superecignumber1 Posted January 17, 2014 Author Share Posted January 17, 2014 www.ciggiez.com ........any1 help? I'll pay someone to fix it at this point. The color scheme is defferent on different browsers........lol. fml Link to comment Share on other sites More sharing options...
walidon Posted January 17, 2014 Share Posted January 17, 2014 you site gives a HTTP 500 error HTTP 500 interior server error 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