Changing color of Blog Title

  • Unknown's avatar

    Hi everyone — I’m having trouble changing the color of my blog title using CSS. Currently my CSS is as follows:

    #site-name {
    text-align: center;
    }

    .menu {
    text-align: center;
    }

    .menu ul {
    display: inline-block !important;
    }

    #header-message {
    text-align: center;
    }

    How would I go about changing the color too? I can’t seem to figure it out!

    My theme is Blaskan and the blog is http://vadimliberman.com

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    For whatever reason, the title and tag remain purple no matter what I do. And yet, as you can see in the CSS above, I have not indicated color. What gives?

  • Unknown's avatar

    Hi, if you wish to change the site title and tagline color, add the following and edit the green color code I used.

    #site-name a, #header-message {
    	color: #33ff99 !important;
    }

    If you wish to change only the title and leave the tagline purple, then use the following instead.

    #site-name a {
    	color: #33ff99 !important;
    }
  • Unknown's avatar

    Thanks so much for this!

    Though I still wonder — why is my default color purple? It’s purple with no CSS. (I submitted this question via email too, to be upfront.)

    I especially ask this question because I’m considering changing my plan to one that does NOT include CSS customization. The Blaskan default title should be black, not purple. Any chance you have some insight into this?

  • Unknown's avatar

    Did you perhaps select a color palette, or some custom colors at Customize Colors & Backgrounds?

  • Unknown's avatar

    I actually had a support chat a bit earlier to resolve the issue. Seems I changed the color a long while back and it remains cached, but he is helping to clear that up. In the meantime, he added some CSS to change to black. Thanks!

  • Unknown's avatar

    Awesome, and you are welcome!

  • The topic ‘Changing color of Blog Title’ is closed to new replies.