Jump to content

Changing theme color, Prestashop 1.6


Recommended Posts

Top banner bg = global.css

Search button bg = blocksearch.css

Cart bg = blockcart.css

Footer bg = global.css

 

Learn about developer tools if you are using Chrome or Firebug if you are using Firefox and you'll be able to find it yourself

  • Like 1
Link to comment
Share on other sites

Hello

 

Top banner   global.css line 5280

Search button    block search.cssline 7

Cart       bock cart.css  line 32 (you may also want to change the dropdown colour)

Footer    global.css line 6781

 

Paul

  • Like 1
Link to comment
Share on other sites

Thanks so much to both of you

 

But I need some more info.

 

1. On the top how to change color of `call us now`

 

2. in the footer there are logos of socials like facebook and twitter.

When bringing hand to them I want them red color. How to do it?

Link to comment
Share on other sites

Hello

 

For social media: global.css line 6872

 

 

For: call us now

public_html/Your Shop/themes/default-bootstrap/css/modules/blockcontact/blockcontact.css

 

Add this Line

.shop-phone {
  float: left;
  padding: 5px 0 10px;
  color:blue; Use whatever colour you want
}
  @media (max-width: 767px) {
    .shop-phone {
      display: none; } }
  .

 

Paul

Edited by Paulito (see edit history)
  • Like 1
Link to comment
Share on other sites

  • 5 months later...

Hi Paul,

 

tried #cfcfcf!important - no luck

 

I'm using theme default-bootstrap

 

I did manage to change the header block manually(i have changed it back to keep it the same for now), but the footer block is proving difficult

 

Had a look in the theme configurator css and no option to change background colours.

 

Thanks

Andy

Link to comment
Share on other sites

×
×
  • Create New...