• sallyhyojinkim

    (@sallyhyojinkim)


    Hi, Thank you for providing the awesome template. I would like to change the title font color that is box around (at the header image). Im using wordpress.com, but whenever I tried to change that title color to white, the menu bar color changes together. Can you give me the specific CSS that I can use specifically to change the title font color?

    Thanks

Viewing 1 replies (of 1 total)
  • Moderator Kathryn Presner

    (@zoonini)

    Glad you’re liking Argent!

    You can modify the border and font colour for the site title by adding this custom CSS, replacing each colour code with whatever you like:

    .site-title a {
      border: 10px solid #000000;
      color: #bb00bb;
    }

    These forums are for folks running the WordPress software on their own hosting, not on WordPress.com. If you need further help with custom CSS on WordPress.com, feel free to post in the CSS Customization forum here:
    https://en.forums.wordpress.com/forum/themes

    Here are some tips on getting help in the WordPress.com forums: https://en.support.wordpress.com/getting-help-in-the-forums/

    Be sure to provide a link to your site when you post.

Viewing 1 replies (of 1 total)
  • The topic ‘How to change title font color that is box around’ is closed to new replies.