CSS Code not working
-
Hi All
I am using OceanWP theme.
I have some confusion with CSS. I have 4 widgets randon quotes, email subscribers and newsletters, a text box and About Me widget in my footer and I want to change the title size/font/color, etc. of these widgets – still not decided whether each will have a distinct style or not so for now I tried to make the titles of these widgets the same typeI tried CSS like (not exaclty similar to the ones below but the syntax was the same)
#footer .widgettitle {
font-family: “OpenSansCondensed”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
}AND
.footer-widgets .widget-title {
color: #ffffff;
}but none of the above had any effect. Can anyone help me with the CSS. Also can anyone help me with the individual CSS of random quotes, Email Subscribers and Newsletters, Text Box and About Me.
Thanks
- The topic ‘CSS Code not working’ is closed to new replies.