andybr1ggs Posted May 5, 2010 Share Posted May 5, 2010 Hi,I am editing my theme for prestashop.....a couple of questions i have managed to change the colour of the boxes on the left hand side of the theme without actually uploading another pic which i thought i would have had to do the actual thing i was trying to do is change the font colour of the categories to dark green.also want to move the links in top right inline with right coloumn. I also changed the category (bottom) to light blue how did i do this ???I have backup of css so ok just want to learn more about the css thats all attached pic. Link to comment Share on other sites More sharing options...
SkyeLine Posted May 5, 2010 Share Posted May 5, 2010 Hi andybr1ggs: I won't try to answer all your questions because I'm no coding genius However, here are a couple of tools that will help you locate the CSS you need to modify, to create the changes you want to see:1) Firebug, which is an addon you can download into the Firefox web browser. http://getfirebug.com/2) The 'inspect element' tool built into the Google Chrome browser In each case, load your page into the browser and right click on the element you're interested in. Select 'Inspect element', and you should see a new window showing the page source code, highlighting the element you've clicked on, with a side panel giving you some idea where the styling of that element has come from. Hope that is some help to start with. Link to comment Share on other sites More sharing options...
razaro Posted May 5, 2010 Share Posted May 5, 2010 To delete links delete this line (38) in category.tpl <a href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'htmlall':'UTF-8'}">{$subcategory.name|escape:'htmlall':'UTF-8'} To move user block change with from 71 to 100%lin 193 #header { float:left; text-align:right; width:100%; } Categories headerline 908 just part div.block h4 { background:none repeat scroll 0 0 #414141; border-bottom:1px solid #595A5E; color:#FFFFFF; I don't know about blueAnd i suggest to make a little time to learn some HTML look herehttp://www.w3schools.com/html/default.asp Link to comment Share on other sites More sharing options...
andybr1ggs Posted May 5, 2010 Author Share Posted May 5, 2010 the blue was a glitch its ok now thanks just the border of the menui dont understand that ionly edited the css and reuploaded the css so dnnt know why its like thisthanks :-) Link to comment Share on other sites More sharing options...
razaro Posted May 5, 2010 Share Posted May 5, 2010 No it isn't a glitch.I figured it out ,when you select category following css is applied .ddsmoothmenu ul li a.selected { background-color:#0093F0; font-weight:bold; } ddsmoothmenu.css (line 62) Link to comment Share on other sites More sharing options...
andybr1ggs Posted May 6, 2010 Author Share Posted May 6, 2010 Thanks as always razaro 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