Cannot change CSS for Site Title & Site Tagline

Homepage Community Forums Epik Theme Support Cannot change CSS for Site Title & Site Tagline

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5332
    feuj
    Customer

      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.

      #5344
      Eric
      Customer

        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

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.