Jump to content

Adding baggrund


Recommended Posts

Hey forum, 

 

i have tried to ADD a baggrund for my store without any luck

 

i want a baggrund at the top instead off the header/banner 

so i have removed the banner in admin setting and addet a baggrund code in global.css but nothing happens, 

 

i have also tried to chance the Stock baggrund color ind global.css but nothing happens either. 

 

Is there a another config file in the translation pack there need to be edit to? 

 

I am running PrestaShop 1.6.16

Store link:

www.teamdunk.tk

Edited by vuze (see edit history)
Link to comment
Share on other sites

Add css

background: url('https://media1.popsugar-assets.com/files/thumbor/XB4UOOhWm5B5B8peKcrRTkc9EWE/fit-in/2048xorig/filters:format_auto-!!-:strip_icc-!!-/2015/12/10/793/n/1922398/d048041a1dffebc0_gaga.jpg') no-repeat center center fixed;
    background-size: auto auto;
background-size: auto auto;
-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
background-size: cover;

 

to columns-container div

Link to comment
Share on other sites

19 hours ago, mkinternet said:

 

 

#header {
  z-index: 5003; }

.columns-container {
background: url('https://media1.popsugar-assets.com/files/thumbor/XB4UOOhWm5B5B8peKcrRTkc9EWE/fit-in/2048xorig/filters:format_auto-!!-:strip_icc-!!-/2015/12/10/793/n/1922398/d048041a1dffebc0_gaga.jpg') no-repeat center center fixed;
    background-size: auto auto;
background-size: auto auto;
-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
background-size: cover;
 
  background: #000; }

this is the code from my global.css now. and nothing have changes at the website. http://teamdunk.tk

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