• Resolved huethejackson

    (@huethejackson)


    Hi all,

    I have the LangitBiru1.04 theme and my website is https://www.fictionforfunandmoney.com

    I want to make the title in my header smaller. I looked in the css.stylesheet but it was extremely long and also didn’t have any line spaces in it.

    So, then I looked in the header.php file and couldn’t find anything that looked like a header tag or something where I could change the header size.

    Any help at all will be appreciated.

    Thank you,

    David Gere

Viewing 3 replies - 1 through 3 (of 3 total)
  • Add this to the end of the CSS file:

    .afcsitedesc h1 {
      font-size: 30px;
    }

    change 30px to what you want (default now is 40px).

    By the way, you don’t have to look at the whole file for future. Instead, you can use Firebug plugin for Firefox, or the built-in Inspect Element tool for Safari and Chrome (right-click -> Inspect Element) to get the block HTML structure with the applied CSS.

    Thread Starter huethejackson

    (@huethejackson)

    Thank you for helping me fix this. I’m sorry I forgot to log back on and tell you it’s resolved.

    David Gere

    You’re welcome :^)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Heading Style’ is closed to new replies.