Jump to content

solved)**Need Help Please**


Recommended Posts

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.

23078_Rts3pjP3ZWnUorQPbDI6_t

23079_L5ZrKHODg01VSSLywQWC_t

Link to comment
Share on other sites

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

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 header
line 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 blue

And i suggest to make a little time to learn some HTML look here
http://www.w3schools.com/html/default.asp

Link to comment
Share on other sites

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...