Jump to content
  • 0

Select option - background color not changing


bjorn82dk

Question

Hello everyone, 

Being trying to sort this out for the past two days and nights and can't get it to work. Hope someone on this community can help me. 

I have a danish module that will list places to pick up parcels on page where customer will choose delivery options. Module seems to work fine, but where is a option select box that I can't style correctly. 

 

My goal is to have wite background and black text. But no mather what I do to custom.css I can't seem to get it 100% correct. Please see example included. 

 

I'v tried to add the following lines to custom.css but it still dosen't work 100% correct. After click on "show options" the options does get a white background, but when no focus on the selct option the background is unchanged. 

I have other select options (build in prestashop) where select option works correctly (white background, black text). 

 

Anyone who can help?

 

 

 

 

select option {

    margin:8px;

    color:#000000;

    background-color: #ffffff;

    background: #ffffff;

}

 

#parcelShopSelect81 {

    margin:8px;

    color:#000000;

    background-color: #ffffff;

    background: #ffffff;

}

 

 

prest1.jpg

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.
×
×
  • Create New...