CSS Selectors
-
Hi,
I’m in the process of building a new site and there are a few things that are unclear to me. When I am in my web inspector looking for the element I would like to style, how do I know what class or id to use to style that specific element?
For example, I am trying to change the color of the footer on my page, I inspected the element and I see this class
div.be-section.clearfixI tried a bunch of different variations and have had no luck. I looked at the dom tree and tried a bunch of variations but nothing works.The site is http://iamtheram.com (its a work in progress) I am trying to change the color of the turquoise footer background.
If someone could help me understand how to select classes and ids I would be very greatful.
Thanks
The topic ‘CSS Selectors’ is closed to new replies.