Welcome, Guest
Username Password: Remember me

CSS edit
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: CSS edit

CSS edit 30 Jun 2011 14:06 #2663

Hi. Great component, love it!
I'm not a CSS expert and I need to change text color to the dropdown selection boxes (Select a book, Select a Series etc.) because on my website is set to white both text and background, so I need the text to be black. Can you point me to the line in the CSS which I should modify?

Thanks in advance
Chris

Re: CSS edit 30 Jun 2011 14:42 #2664

  • Tom
  • OFFLINE
  • Moderator
  • Posts: 316
Hi Cristi,

I am not a css expert either - but you can try fooling with these tags:

The drop down items are under this div: bsdropdownmenu and the class of the drop down is inputbox

So near the top of the css file you will see this tag:

 
#bsdropdownmenu {
margin-bottom: 10px;
}
 


You could try adding this tag after that one (after the close bracket):

 
#bsdropdownmenu .inputbox{
color:white
}
 
 


I probably don't have that right but you can play around with it.

Tom
  • Page:
  • 1
Moderators: Richard Hunt
Time to create page: 0.69 seconds