- This topic has 1 reply, 2 voices, and was last updated 9 years, 7 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Epik Theme Support › Cannot change CSS for Site Title & Site Tagline
Tagged: css_site title
Here’s the page.
I inserted the following Custom CSS but it doesn’t seem to work:
#title {
font-weight: bold;
letter-spacing: 1px;
color: #4DFF70;
}
#description {
color: #4DFF70;
}
Please let me know what I’ve got wrong. (i tried to check with Firebug but no success).
Thanks.
You would actually need to add code for the hyperlink in order for it to take affect. Here is whats showing up in your code –
#title a,
#title a:hover,
#description {
color: #333333;
}
Either override that, or recreate “#title a” with your own custom code.
I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com