Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #234015
    Jerome Dorsey
    Participant

    How do I change the font color of the page titles in the header images? The current font color is white and doesn’t contrast well with the images. Thank you.

    https://buonospizza.com

    Best regards,

    Tom

    #234033
    tikaram
    Keymaster

    @@tattoo-tom: Login to your WordPress admin. Go to Appearance => Customize => Additional css and add the following css.

    .custom-header .entry-title {
        color:#color-code;
    }

    Note: Change #color-code to the desired color. You can easily find color-codes if you search on the web.

    Regards,
    Tikaram

    #234068
    Jerome Dorsey
    Participant

    Thank you. That worked.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Changing color of page titles in header images’ is closed to new replies.