• Resolved cles20

    (@cles20)


    We are doing a colour change & unfortunately the white does not sit well on the pink background. The places I would like to changes are the fro, the 2 blurbs starting with “Your virtual Executive solutions..”
    The second place is top of site pages. For example where is says About Catherine or Pricing or Contact us in the pink.
    I can not seem to find a setting tho change these specific font colours.

    thx

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

Viewing 1 replies (of 1 total)
  • Hi @cles20,

    You can change the font color of the texts you mentioned via custom CSS code.

    For this, you can add the below code in Additional CSS via Admin Dashboard > Appearance > Customize > Additional CSS.

    .site-banner .banner-caption .title {
        color: #000;
    }
    .site-banner .banner-caption .description {
        color: #000;
    }
    .page-header .page-title {
        color: #000;
    }

    Here, you can change color code #000 with the color code of your choice.

    Kind regards!

Viewing 1 replies (of 1 total)

The topic ‘font change’ is closed to new replies.