Hi,
I’m new to CSS and have a couple of things I’d like to change.
I have tried many times to change the color of the header text in my footer and it doesn’t change. Under styling options for footer the color I want shows, but not on the footer. Is there any quick css I can add to change color?
The header text is always in caps, which is ok, but if I want to change, how and where would I change. Is there quick CSS for changing case and font size?
I’m talking about the following sections in footer: Business Hours, Mailing list and map
I thank you in advance!
Hey dsauce!
You can change the footer widget title color using this on Quick CSS:
#footer .widgettitle {
color: red;
}
Cheers!
Ismael
Hi!
You can post the screenshot using imgur or dropbox. Add this on Quick CSS or custom.css:
h1, h2, h3, h4, h5, h6, #top .title_container .main-title, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox, .av-special-font {
font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 500;
}
Best regards,
Ismael