Jump to content

Looking to change colours on my custom skin


Recommended Posts

hi all, i recently purchased a custom skin but would like to change the colours around to a black an orange theme.

first of all,

1- Is orange a colour i can use?
2- Can i change the shade of this colour or is there just 1, orange?

How do i change the colour of :

3- Cart Box
4- Categories box
5- Categories text.
6- Top seller Box
7- Specials Box
8- The line of boxes along the top with Home, Specials, New products etc..

All help will be much appreciated!

many thanks

Regards


Ryan

Link to comment
Share on other sites

thank you rocky, i see that.

so i simply open css and edit what needs to be edited in there? :)


One other thing, is there a way to get 2 shades of a colour and use that in Paint.net?
As there's 2 shades of orange that i put together on word 2010 to use as part of my logo.

And if i could add or try to re-create these 2 shades and use within the website blocks, that would look brilliant.


thanks

Link to comment
Share on other sites

hi there, that all works so thank you but doesnt change 'home, special etc' block

so i have a few questions:

1)How do i change the 'home, special etc' block

2)How do i change the cart block.

And last of all,

How do i change the actual catagory list, as i need to do a couple of things:

Need to change the main box's colour that holds all the different catagories

And i also would like to change each individual box.

many thanks,

Ryan

Link to comment
Share on other sites

  • 2 weeks later...

thanks for the reply rocky, i mean the title of the actually different pages under the catagories block.

Please help out with this if u can please rocky

http://www.prestashop.com/forums/viewthread/80442/general_discussion/help_with_my_website_as_its_gone_offline_after_chaning_name_servers_dot__dot__dot__but_need_help_please/

thanks very much ! :)

Link to comment
Share on other sites

The category block title inherits the colour from "div.block h4" in the /* Default block style */ section of global.css. You can change that colour if you don't mind the colours of all blocks changing. If you want a unique colour just for the categories block, you will need to add code like the following to the /* Block categories */ section of global.css:

div#categories_block_left h4 { color: red }



Change red to the colour you want.

Link to comment
Share on other sites

HI ROCKY, thanks for the reply although still a problem.

I tried changing this:


}


#menulinks ul {margin:0; list-style:none; padding-left:0px;}
#menulinks ul li {float:left; padding:0px 0 0px 0;}

#menulinks a:hover {
color:#00aee7;
background-color: #F6F6F6;
}


But it still doesnt change the main menu block bar at the top.

Please help,

thanks

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...