• Hello! I am far from being a coding expert, but I manage to maintain and update a website about club photography every week, and wanted to start a blog to add a little content to my site. I found a template that kinda matched my original design, but it still kinda doesn’t fit.

    If a benevolent CSS designer could help me match colors from my blog and website, it would be GREATLY appreciated.

    Here is my website:

    https://www.whatanight.net

    and blog:

    https://www.whatanight.net/blog

    I was able to change the text from gray to white, but the orange header still kinda screams at me, not too sure about it.

    If someone can help, I’d be happy!

Viewing 1 replies (of 1 total)
  • Go into the .css file for your theme and you can start changing the color codes. To change the color of your header font you would look for this code:

    h1, h1 a, h1 a:hover,
    h1 a:visited,
    .description {
    color:#FD5A1E;
    text-decoration:none;
    }

    and change the #FD5A1E to something else, that is the code for the color.

Viewing 1 replies (of 1 total)
  • The topic ‘Need some help to fit a template to my main webpage’ is closed to new replies.