text logo font

Support Area Forums Kerygma text logo font

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://
  • Author
    Posts
  • #26101
    Naoki Nitta
    Participant

    Hi,

    I’m using the text logo on Kerygma, and I found that the h1 tag is only applied on the home page. I use full width on the rest of the pages, but the h1 tag isn’t there for the rest of them. Minor bug that causes the header to look different. But please fix.

    I have google font outputs turned off because I specify foreign fonts.

    #26102
    Bill Robbins
    Moderator

    Good Evening,

    Excellent question. You can set the font-size for the logo when you’re not using Google Fonts. Here’s how:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      #text-logo p,
      #text-logo h1 {
      	font-size: 50px;
      }
      
    3. Replace the 50 in the snippet above with the size you’d like to use.
    4. Update your settings.

    That should take care of it for you. If you run into trouble, let me know.

    Thanks,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘text logo font’ is closed to new replies.