• Resolved kbstanger

    (@kbstanger)


    Trying to change color of Header from default blue to maroon… Or to something like on the demo site. Cannot figure it out. Is it a widget or do I need to get into the HTML code to edit? I hope I don’t have to do HTML because I’ve already ruined my first wordpress attempt by getting into the code. I had to delete that and am trying this theme thinking it would be easier to edit. Help. Thank you.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Dumitru Brinzan

    (@ilovewpcom)

    Hello,

    I assume that by header you mean the website title that appears in case you haven’t uploaded a logo.
    If you have a logo, just upload it and the default title and tagline block will go away.

    That blue color is the default link color in the theme.
    You would be able to change it with CSS, not with HTML.

    #site-logo a { color: #ff0000; }
    #site-logo a:hover, a:focus { color: #333; }

    Best regards,
    Dumitru

    Thread Starter kbstanger

    (@kbstanger)

    Thank you very much for your quick reply. I appreciate that and was able to change the header.
    Is it easy to change the default link color (blue) and if so, can you explain how? If it is complicated, are there tutorials on changing this? Thanks again!

    Theme Author Dumitru Brinzan

    (@ilovewpcom)

    a { color: #ff0000; }
    a:hover, a:focus { color: #333; }

    There are plenty of CSS tutorials on the Internet.
    You might also want to look into some tutorials about Google Chrome’s “Inspect element” tool, it makes everything a lot easier.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header Change’ is closed to new replies.