Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #100648
    ayxaaron
    Participant

    Hi, how do I the highlighted words to <h3> with the correct formatting? I tried changing tag but the font size and color won’t change.

    5

    #100658
    Mahesh
    Participant

    @ayxaaron: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #supplementary h3.widget-title{
        font-size: 25px;
        color: #ff00ff;
    }

    Note: Please adjust font-size and color as you desire.

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to change fonts at widgets’ is closed to new replies.