• Sitebuilder

    (@valetrends)


    I have to know how I can change the size of my article headlines?

    Is it some kind of code I should use? I have tried in Fonts and typography but this don’t change the size of the article headlines.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • lisa

    (@contentiskey)

    suggestion: contact the theme support team for your specific theme
    “multipurpose business” to request guidance to adjust the style for article headlines.

    you could also try adjusting the following CSS

    .entry-title-big {
        font-size: 48px;
    }
    Moderator t-p

    (@t-p)

    Have tried making change in the following

    .entry-title-big {
        font-size: 48px;
    }

    Don’t edit the theme files directly, otherwise your changes will be overwritten whenever the theme is updated.

    A custom CSS editor (usually titled Additional CSS) is included in the Customizer as of WordPress 4.7 specifically for this purpose.

    As an alternative, especially if you intend to modify more than just CSS, create a child theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Article headlines’ is closed to new replies.