Jump to content

Please help me figure out why the background for the store location pop up can't be changed


Recommended Posts

Hello all,

 

I'm beating myself up over trying to change the background color of the little location pop up on the store location map in prestashop. When you see the icon on the map, showing your store location, you click on the icon, and a little pop up window shows up, listing the address and hours... I'M TRYING TO CHANGE THE BACKGROUND COLOR!!! :-)

 

Here is the CSS file for the store location block that I have... the background color that I want is #8E2323 and as you can see, I've tried everything, and the background for the pop is still the default white.

 

#stores #center_colum label {

display:inline-block;

width:150px;

font-weight:bold;

text-align:right

background-color: #8E2323

}

input#addressInput {

padding:2px 5px;

width:300px;

border:1px solid #ccc

}

select#radiusSelect {

margin: 0 5px 0 0;

width:50px;

border:1px solid #ccc

background-color: #8E2323

}

 

#stores_loader {

display: none;

margin-left: 5px

background-color: #8E2323

}

 

#locationSelect {

visibility: hidden;

width: 400px;

border:1px solid #ccc

background-color: #8E2323

}

 

#stores #center_column p .button {float:right

background-color: #8E2323

}

 

#map {

margin:15px auto;

height:375px;

width:535px

background-color: #8E2323

}

 

#stores-table {border-bottom:1px solid #999

background-color: #8E2323

}

#stores-table tr:nth-child(odd) {background-color: #8E2323}

#stores-table td {

border-top:1px solid #ccc;

border-bottom:none

background-color: #8E2323

}

#stores-table td.distance {border-right:1px solid #999

background-color: #8E2323

}

 

THANK YOU FOR ANY HELP!

 

Jason

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

Hello all,

 

Ok, I got this far, and have the background color changed, enclosed is a screen shot. I tried doing a padding line to get rid of the white frame thing, I know it's not a border, but still can't figure out how to finish the look nicely.

 

Thank you again for any help with this,

 

Jasonpost-660161-0-79197100-1389226804_thumb.jpg

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