• Resolved StephanieATP

    (@stephanieatp)


    Hello! I am looking for assistance in changing the font in a widget. I cannot find the code to edit in the stylesheet. I have not had any help from the theme’s forum/support. The child theme is Cafe Pro for Genesis. The website is: http://www.prettysweetdesigns.com

    I need to change two things:

    The color of the text “the secret of getting ahead is getting started- mark twain” from white to black

    and

    Change the font type of the “Hi I’m Elizabeth” section to match the mark twain quote font.

    I appreciate any help!! 🙂

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter StephanieATP

    (@stephanieatp)

    I was able to change the font color using this:

    #front-page-3 .widget-area .widget_text {
    color: #000000;
    }

    Still need help with the font type 🙂

    Thread Starter StephanieATP

    (@stephanieatp)

    Resolved with this:
    #front-page-5 .widget-area .widget_text h2 {
    font-family: “Crimson Text”;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Font Type/Color In Widget’ is closed to new replies.