Jump to content


Logo Background Removal Difficulties in 1.6 Default


  • Please log in to reply
3 replies to this topic

#1 Guest_FichtenFoo_*

Guest_FichtenFoo_*
  • Guests

Posted 14 July 2014 - 01:30 AM

Hi there,

 

I hate to ask, but I've tried everything to remove the white color from behind the logo header. I'll attach an image. I've already turned off the following in the global.css (tested by changing them to green first so I know they were correct).

.header-container {
  /*background: white;*/ }

And also here:

header {
  z-index: 1;
  position: relative;
/*  background: white;*/
  padding-bottom: 15px; }

Everywhere else I've tried in the global.css doesn't work. I've even done a find replace to change every background: white; to background: green; with no results visible there. Any thoughts? This is a fresh install done earlier today. I managed to get my static BG in there, but not much else yet.

 

I am primarily a graphic designer (20 years) and sculptor with just enough web programming to modify things as needed typically to make things look a certain way so please be gentle. ;-) Thanks!

Attached Files



looking for the best presta addons with outstanding support? check this: PrestaShop Modules

#2 vekia

vekia

    Advanced Member

  • Members
  • PipPipPip
  • 10166 posts

Posted 14 July 2014 - 08:04 AM

if there is no other color, it will be white by default :)

it just means that you have to use some different color / image

and then - it will be replaced

 

 

try to create simple empty index.html page - and open it in your browser

you will see that background is white :-)


free tutorials, free templates, free addons, prestashop modules MndfRK4.png  lpHMrZ5.png  gtKHYO7.png  google-48.png


#3 Guest_FichtenFoo_*

Guest_FichtenFoo_*
  • Guests

Posted 14 July 2014 - 02:33 PM

OMG... That's too funny. I so thoroughly removed it, (AND had the background image in the ".columns-container") that it didn't occur to me that it was the background of the browser. There's 2 hours I won't get back.

 

Thanks for the fresh eyes man!



#4 Guest_FichtenFoo_*

Guest_FichtenFoo_*
  • Guests

Posted 14 July 2014 - 02:35 PM

One more quick question if you will... I want the center to have a color strip. Which style controls the overall width of the content area so that I can have my background texture on either side and a color strip down the middle?