Brilijant Posted July 19, 2012 Share Posted July 19, 2012 (edited) Hi, i just started to create e-shop and have some problem. 1. I changed background color and now buttons on the top right is just barely visible. How to change the buttons color? http://bukprofesiona...oblema-nr-1.jpg 2. Top baner problem, banners is a little moved to right, when colors is the same it looks ok, but i want to do all corect http://bukprofesionalas.files.wordpress.com/2012/07/problema-nr-11.jpg My e-shop: http://rankdarbiupalepe.lt/ Thanks Edited July 19, 2012 by Brilijant (see edit history) Link to comment Share on other sites More sharing options...
halennoor Posted July 20, 2012 Share Posted July 20, 2012 (edited) Hi, i just started to create e-shop and have some problem. 1. I changed background color and now buttons on the top right is just barely visible. How to change the buttons color? http://bukprofesiona...oblema-nr-1.jpg 2. Top baner problem, banners is a little moved to right, when colors is the same it looks ok, but i want to do all corect http://bukprofesiona...blema-nr-11.jpg My e-shop: http://rankdarbiupalepe.lt/ Thanks 1. Buttons color To edit the shopping cart button: blockuserinfo.css line 37 #header_user #shopping_cart a{ background-image:url ("../icon/cart.gif"); } Find and replace the cart.gif with another with a different color or just replace the line with another color e.g. yellow if your not using an image. #header_user #shopping_cart a{ background: yellow; } For the account: I don't see any button's image but then to edit that find blockuserinfo.css line 38 insert a background image in this or background color of your choice #header_user #your_account a{ background: blue; } to insert a background image insert background-image:url ("../icon/yourbutton.gif"); in place of "background:blue;" 2. To move the banner Find in global.css line 236 #header_logo { margin:0px opx 0px 28px; and change to {margin: 0px 0px 0px 0px; Hope it helps Edited July 20, 2012 by halennoor (see edit history) 1 Link to comment Share on other sites More sharing options...
Brilijant Posted July 20, 2012 Author Share Posted July 20, 2012 Thanks halennoor Now it is more clear all to me, thanks:) I Solved second problem with banner with. But i cant solve first problem, maybe it sounds stupid, but i cant fing blockuserinfo.css. When i am inspecting page with Firebug ir shows where it is located but i cant find Silly yeah? I Attached printscrean http://bukprofesionalas.files.wordpress.com/2012/07/problema-2.jpg Link to comment Share on other sites More sharing options...
halennoor Posted July 21, 2012 Share Posted July 21, 2012 Look at the bottom file path in your print screen -- blockuserinfo.css should be found in your themes modules's css folder: /themes/uhupagefree013/css/modules/blockuserinfo/blockuserinfo.css Link to comment Share on other sites More sharing options...
Brilijant Posted July 21, 2012 Author Share Posted July 21, 2012 Thanks just looked in the wrong directory, thanks Solved 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