• Resolved jamesprw

    (@jamesprw)


    Can the font color in the Site Identity (site title/tagline) be changed without affecting other fonts on the site? Perhaps some custom CSS?

    On my home page the section I’d like to change says “Asindera” “Products, tips and recipes for your home and lifestyle”.

    I’d like to make just that text a different color but am not sure how.

    Thanks

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @jamesprw

    At first, thank you for choosing our theme and service.

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    .header-logo a {
      color: #fff;
    }

    You need to change the colour scheme in this snippet to your preferred one.

    Kind Regards

    • This reply was modified 2 years, 9 months ago by wprsupport.
    Thread Starter jamesprw

    (@jamesprw)

    Thank you. That worked for part of what I wanted to change.
    However, it didn’t get the additional text “For your Home, Office and Lifestyle”. Is there a way I can get to that text too?

    https://prnt.sc/26r94ya

    Thanks again
    Jim

    Hi @jamesprw

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    .site-description {
      color: #fff;
    }

    Same here, insert your preferred colour scheme.

    Kind Regards

    Thread Starter jamesprw

    (@jamesprw)

    As I replied in the email I got it didn’t seem to make any difference but the color is not as much the issue as the emphasis/bold. I want the text possibly larger and/or bolder.
    I’ll inspect that section of the page, look up a little CSS syntax, see what I can do. You at least pointed me to the right place.

    Thanks

    Jim

    Hi @jamesprw

    The snippets we shared are different one is for heading and the second is for tagline as they have different CSS classes.

    Let us know if you will need any further assistance.

    Kind Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change text color in Site Identity’ is closed to new replies.