I just need to change the color for the top navigation menu bar on the home page with the image. I’m keeping the red for the second navigation down below. If I changed .navbar-default to transparent, the second navigation will be transparent and thats not what I want.
THats the footer. The footer is red. Thats not the navbar. Do you see two navbar? One at the homepage with the with the image of the phone. THe second navbar is just right below??
I need to override the navigation at the top and keep the second navigation as red which is located where the phoe is being cut off. Not the footer
Well, you did, but that might work out in your favor
At this moment, there are two section tags named #navigation, see HTML lines 32 and 116. There should only be one. You can give the second one a different idName, maybe #navigation2, and use #navigation to target the the first navbar only.