change Header 1 H1

Support Area Forums Moonrise change Header 1 H1

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
URL to the page in question:
  • Author
    Posts
  • #10769
    marcus entradilla
    Participant

    Hi again…
    Saw the other support post suggesting fontific…i will try and comeback
    Cheers
    /Marcus

    Hi Bill
    If i want to change only header 1, how do i go about that?

    again…thanks for fantastic support and great theme…
    Cheers from spain
    /Marcus

    #10771
    marcus entradilla
    Participant

    Hi
    tried it…i can change font via fontific but not the size or the other parameters the fontific has…what can I try?
    Cheers
    /Marcus

    #10772
    Bill Robbins
    Moderator

    Marcus,

    Great question. You can go to the Theme Options page and select the styling tab. Scroll down to the Custom CSS box and paste this:

    
    h1 {
        
    }
    

    Just place any styles you’d like to use on the h1 tag there and that should do it. Update your settings and see if you like them.

    The only one that’s a bit different is the site title. If you’d like to alter it, use this as a starting point:

    
    #text-logo p,
    #text-logo h1 {
    	line-height: 1;
    	padding: 0;
    	margin: 0;
    	font-size: 50px;
    }
    

    On the home page, the site title is a h1 tag, but on all other pages it’s a “p.”

    If you have any trouble, let me know,
    Bill

    #10799
    marcus entradilla
    Participant

    Hi
    Thanks, will try and let you know.
    Cheers
    Marcus

    #10800
    marcus entradilla
    Participant

    Solved it…thanks 🙂

    #10802
    Bill Robbins
    Moderator

    Fantastic! Have a great weekend.

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