Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #152067
    knudkp
    Participant

    Running latest WP and theme ver. at https://www.fleksjobbernetvaer

    – How do I make the ‘headline’ bold or even change thier colors?
    Is it in the build in cuztomizer or?

    By headline I mean the widget headline (see screenshot, and look e.g. for “Flere sider…”)

    https://snag.gy/iTQ24D.jpg

    thanks
    Knud

    #152093
    sapana
    Participant

    @knudkp:Go to = Appearance => Customize =>Additional CSS and add following code:

    .widget-title {
        color: red;
        font-size: 20px;
        font-weight: bold;
    }

    Let me know if this help you out!
    Kind Regards,
    Sapana

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Changing font weight on the widget-'headline' and color …’ is closed to new replies.