Link to home
Start Free TrialLog in
Avatar of Bruce Gust
Bruce GustFlag for United States of America

asked on

I need to change this background color on Bootstrap. How?

Head out to http://loosecannonfitness.com/bootstrap/index.php and then take a look at the attached screenshot.

I want to change the background color of the area that you see pictured from grey to red. I've been up and down bootstrap.css and I've tried to figure out how to write my own CSS and I'm coming up short.

How do I change that color?

User generated image
My css files are located in http://loosecannonfitness.com/bootstrap/css/bootstrap.css
http://loosecannonfitness.com/bootstrap/css/stylesheet.css
http://loosecannonfitness.com/bootstrap/css/bootstrap.css
http://loosecannonfitness.com/bootstrap/css/bootstrap.min.css
ASKER CERTIFIED SOLUTION
Avatar of Rob
Rob
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Bruce Gust

ASKER

Rob, that makes perfect sense and it's consistent with the tutorials that I've seen, come to think of it. But, if my page looks like this:

<li class="dropdown" style="background:#000000;">
				  <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">about <span class="caret"></span></a>
				  <ul class="dropdown-menu">
						<li><a href="workouts.php">workouts</a></li>
						<li><a href="workouts.php">tracks for $1.50</a></li>
						<li><a href="workouts.php">packages for $10.00</a></li>
					</ul>
				</li>

Open in new window


What do I change in order to ensure that the grey area is black when my mouse hovers over my pulldown. You can see in the above example that I tried to do an inline CSS command (just playing around) to force a background color of black and it still didn't work. What / where do I need to implement to accomplish my goal of a black background when my mouse hovers over the pulldown?
I'd need to see it in action to help you identify the correct element and CSS

(apologies for not seeing this sooner)