Jump to content

Problem with the background


Recommended Posts

Hello guys,

I'm newbie on Prestashop and I'm having a trouble with the background.
I've uploaded a printscreen with my problem.

I wanted to:

 

1. Adjust the grey background just to the area in red

2. Use another background on the green area

 

I've spent some hours here fruitless.

First i went to \themeconfigurator\css\theme8.css and I've changed the backgrounds to my criteria. I've tried to edit the headercontainer on that file to try to adjust the grey background only to the read area but it was fruitless.

 

After that i've tried it on global.css but it haven't work and i've also tried on the theme8.css but nothing is working and it's starting to be a little frustrating.

 

Thank you very much in advance :)

post-789984-0-82909000-1398629980_thumb.png

Link to comment
Share on other sites

Hi Gonsays and welcome.

 

To change header part open yourdomain/themes/default-bootstrap/css/global.css

 

add new class to it like this:

header .container{
    background:#yourcolor;
}

To change columns bg in same file find this:

#columns {
    padding-bottom: 50px;
    padding-top: 15px;
    position: relative;
}

and add background to it

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...