Jump to content
Sign in to follow this  
kevinobrien

Banner Background Color Change???

Recommended Posts

kevinobrien

I am trying to change the colors behind banners, callouts, boxes or anything else that would help the design. I cannot seem to get it to work. I've tried every variation of custom CSS and nothing seems to work. Some of what I've tried include: page #banners {background-color: #F7F7F7} page #banners {background: #F7F7F7} page ID... .page ...more Any ideas why this doesn't work? Thanks

Share this post


Link to post
Share on other sites
bryan-hadaway

Might be a specificity issue and where are you putting the CSS? `.page-id-123 #banners{background:#f7f7f7}` Custom Code > Custom CSS is usually fine unless you're using the Base I would use: Appearance > Editor > base.css Thanks, Bryan

Share this post


Link to post
Share on other sites
kevinobrien

You're the best Bryan. That worked. So, editing in the base css will override all other? I was entering it in the custom code custom css section.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×