• Hi

    I want to know how I can change the size of my article headlines? (Not the title of the blog)

    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 3 replies - 1 through 3 (of 3 total)
  • Theme Author themeinwp

    (@themeinwp)

    Hi @valetrends ,

    From your WordPress Dashboard, Navigate to Appearance ? Customize ? Additional CSS and add below CSS:

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

    Keep changing 48px if desired result not achieved.

    Thread Starter Sitebuilder

    (@valetrends)

    Ok do you know if this would affect the speed of the website in some way? I have heard adding to much CSS will slow down the site. And also during updates too much CSS might crash some of the visuals of the site. You know if this is correct or not?

    Thread Starter Sitebuilder

    (@valetrends)

    Also, how could I change the size of the pages-headlines in the main page? I mean for example the “about” and “disclaimer”. Can those be changed in some way? So they appear bigger at the main/homepage?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing the size of article headlines’ is closed to new replies.