badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

site-title color change

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #46016
    alexandrairinalazar
    Participant

    Hi

    My site-title color is blue and I want to make it green. I went to appearance -> editor, and I wrote #0CB70 (the green color I want) in the places where I guess it should be. However my site-title text is still blue 🙁

    Any ideas how I can make it green?

    Here is the editor part that I changed:

    #site-title {
    	font: 30px 'Philosopher', sans-serif;
      	line-height: 42px;
    }
    #site-title a {
    	color: #0CB700;	
    }
    #site-title a img {
    	vertical-align: inherit;
    	max-width: 978px;	
    }
    #site-title a span, #site-title a:hover, #site-title a:focus, #site-title a:active {
    	color: #0CB700;
    }
    #site-description {
    	font: 13px 'PT Sans', sans-serif;
    	line-height: 20px;
    	color: #777;
    }
    #46053

    Hi Alexandrairinalazar,

    To change the color of the site title go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    #site-title a,
    #site-title a:hover,
    #site-title a:focus,
    #site-title a:active {
    	color: #0cb700;	
    }

    Thank you!

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