• Hello All,

    I am new to the blogging world and am not familiar with CSS. I would like to change the color of the blog title in the header. The current color is black but I would like to change it to either red or blue. I have read several postings about how to do this but I haven’t been able to make it work. Any help would be much appreciated! Thanks in advance…

    Here is the coding from the Editor page:

    [CSS code moderated – please post a link to your site – or use the pastebin – https://codex.www.ads-software.com/Forum_Welcome#Posting_Code ]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Impossible to say without seeing the site — can you post a link to your site?

    Thread Starter ajw222

    (@ajw222)

    Hi Wpyogi,

    Here is the link:

    https://koreangolfinsider.com/

    See line 640 in style.css to find this section of code — and change the color to what you want:

    #site-name a {
        color: #000000;
        text-decoration: none;
        text-transform: uppercase;
    }

    But do be aware that unless you use a child theme, any changes you make will be overwritten when you update the theme…

    Thread Starter ajw222

    (@ajw222)

    Hi Wpyogi,

    Worked like a charm! Thanks for your quick response. I appreciate it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change color of blog title…’ is closed to new replies.