WP "modxblog" theme question

1 replies
Header tags - H1, H2... etc

SITE TITLE
TAG LINE

My question which of the above relate to each other?
i.e. is SITE TITLE an H1, and is TAG LINE and H2?

is it that straightforward?

I'm trying to chenge the style of the header and tag line fonts in my modxblog theme, and can't see how I can do it (not obvious to me, in the style editing page).

If it's not possible, is there a similar Adsense theme that offers this editing facility ?

thanks
#modxblog #question #theme
  • Profile picture of the author NetMan
    You will have to go into the style.css file in the theme folder, and change these to the font-family you want.


    Code:
    h1, h2, h3, h4 {
        font-family:Georgia, "Times New Roman", Times, serif;
    
    #header h1 {
       ...
    
        font: bold 34px/38px Georgia, "Times New Roman", Times, serif;
    Best regards,

    Andre Foisy
    {{ DiscussionBoard.errors[2725777].message }}

Trending Topics