Colorsnap header text won't change color

Home Forums Projects Colorsnap header text won't change color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3410
    Anonymous
    Inactive

    Hi Brian, I recently started using your colorsnap theme and I do appreciate it. I am extremely new to wordpress and do not know much of anything but it appears that there is a glitch in the theme. When I’ve tried to change the header text color, the color I choose does not appear on the actual website. It just stays white so the text is hard to see against the background I’ve chosen. Is this a simple code fix that you could update? Any help would be much appreciated. My website is essentialecology.com. Thank you…

    note: a friend of mine who hosts my website was able to dive into the code and change the color manually but he confirmed there does appear to be something missing so that I can’t do it myself using the wordpress tools. I would love to be able to do it myself and try different colors. thanks

    #3411
    Bryan Hadaway
    Keymaster

    Yes, it’s hard-coded white as this will work great for most color choices.

    This is indeed a job for CSS:

    #site-title a, #site-title h1 a, #site-title h1 {
      color: #fff;
    }

    This is a super simple, minimalist theme and I don’t think I’ll be adding any more options to it.

    You may want to make sure that you have a child theme setup for added CSS though:

    http://codex.wordpress.org/Child_Themes

    Thanks

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