Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #32597
    ELLEN M HARRIS
    Guest

    In my developmental website dev.dynanotes.com I am trying to change the font color in the header that states “Are you a professional educator?” to #DD5827, an orange. I must do this from the “Customize” function from the home page since it’s a part of the theme. Then I click the pencil to edit that block and can select the text, the font color pull down, and choose “Custom.” At this point, the entire browser becomes darker. I can tab to the color and put in #DD5827 and the preview does update to the orange color in the color box, but I cannot click “OK” or anything else. I just have to close the whole browser. Thank you for your help.

    #32613
    BoldGrid Support
    Keymaster

    Hello Ellen,

    Thanks for reaching out – sorry you’re running into problems changing the font color in your header. You are correct the content must be updated from the Customizer, however we recommend using custom CSS instead of changing the color in the widget itself.

    In the Customizer open the Advanced panel, then click on Custom JS & CSS and add this to the CSS section:

    .call-to-action-wrapper h2 span {
    	color: #DD5827 !important;
    }

    The text should now be orange. Please let us know if this solved the issue!

    Thanks,
    Nicole

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Pavillion Font Color in Home Page Header’ is closed to new replies.