Main Banner Text Color
-
I need to change the Main Banner, and secondary banner text Color, likely to red or some form of gray. I am CSS illiterate.
The blog I need help with is: (visible only to logged in users)
-
I’ve tried looking through CSS tutorials, but there is some basic element that I am not understanding. Nothing I do changes anything, at least not the main banner text or the secondary banner text. I would greatly appreciate it if anyone could relay to me the code I need to paste in, and where I need to paste it in. Again, I’m looking to change the color of the banner and secondary banner text…
-
Hi there, I’m seeing that you have used the following CSS to change the banner text to a blue color.
#home-banner #banner-text .main h2 { color: #0080ff; font-size: 3.5em; line-height: 1em; margin-bottom: 15px !important; } #home-banner #banner-text .secondary { color: #0080ff; font-size: 1.5em; line-height: 1em !important; margin-bottom: 0; }The text at the upper left of your site is being pulled from the alt text for the image that you were using. Right now that image is returning a 404 not found error. Did you delete that image? Are you going to add a different image?
- The topic ‘Main Banner Text Color’ is closed to new replies.