• I am trying to modify separate elements in the Hero Widget, ie. I am trying to change the font and size of the widget title and of the widget text. I am using the Lyrical theme.

    I have added the following code in Additional CSS:

    .widget-title {
    color: #05294d;
    font-size: 1em;
    font-style: italic;
    font-family: ‘CalifornianFB’ ;
    }

    This code changes the size, style and family of the widget title but not the color. I have deactivated all plugins.

    Can anyone help me with this, please?

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Modifying elements in the Hero Widget’ is closed to new replies.