• goyapres

    (@goyapres)


    I am trying to change the size of the font of the header (site title) in Word Press. I have version 4.0. Can you please tell me what I need to do in the CSS? Thanks.

    Chris Pappis

Viewing 8 replies - 1 through 8 (of 8 total)
  • stephencottontail

    (@stephencottontail)

    What theme are you using? Can you post a link to your site?

    Thread Starter goyapres

    (@goyapres)

    The theme is Eventbrite Venue. The website is https://regintelassoc.com. I would like to change the size of the font in the header. Do you know how?

    stephencottontail

    (@stephencottontail)

    If your theme has a built-in custom CSS option, use it; otherwise, get a custom CSS plugin and try this:

    header .logo-text h1 {
    font-size: 24px;
    }
    Thread Starter goyapres

    (@goyapres)

    Thank you very much!

    Thread Starter goyapres

    (@goyapres)

    What code do I add in the CSS for a line break between the header text and tagline? Thanks again!

    stephencottontail

    (@stephencottontail)

    Can you clarify which two pieces of text you’re referring to?

    Thread Starter goyapres

    (@goyapres)

    Regulatory Intelligence Associates, LLC and Research, Advice, Support, Experience (I would like to add a space between these two pieces of text)

    stephencottontail

    (@stephencottontail)

    header .logo-text h1 {
    	font-size: 40px;
    	margin-bottom: 15px;
    }

    Trying experimenting with different values until you like the look.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Header’ is closed to new replies.