Change home page font sizes, and disabling clickable header
-
Hello, I feel like this will be an easy fix those who are more skilled with CSS than I… but it has been driving me nuts!
First off, I am using a child theme of cyberchimp’s responsive theme.I need to solve a problem I am having in one of two ways:
1) (Primary option) Make the font color in the content area of the home page white. I have already managed to make the font colors of the headline and subheadline to white using this CSS:
#featured { background-color: rgba(0,0,0,.5); border: medium none; } h1 { color: #FFFFFF; } h2 { color: #FFFFFF; } h3 { color: #FFFFFF; }
2) (Backup option if I am unable to do the first) Make the headline and subheadline on the home page a smaller size.
Also one last request, the header image on my page is clickable, and I would like to disable that.
I really appreciate any help guys, thanks for your time!
- The topic ‘Change home page font sizes, and disabling clickable header’ is closed to new replies.