Support » Themes and Templates » Change Boxes Heading Text in Pagelines

  • Hi,
    I’ve searched the forums to find an answer to my questions but was unsuccessful. I’m hoping that I’ve put this question in the proper section. Anyway, I’m using boxes (within the Pagelines theme) at the footer of my page and would like to make the boxes heading text (Connect, Grab my Button) larger. I’m not sure how to do this. I”m not very knowledgeable about html coding but am trying to learn.

    My blog url: mysnippetsofinspiration.com

    thanks for any help you can give me!

Viewing 1 replies (of 1 total)
  • I’m not familiar with the Pagelines theme, but you need to edit your CSS. According to the Pagelines documents it looks like there are a few options using the “Custom Code” section or a Pagelines Customize Plugin. (http://www.pagelines.com/wiki/Custom_CSS)

    Once you know where to put your CSS, you need something like the following.

    #footer h2 {
      font-size: 24px;
    }

    Simply replace the font-size value with what you want.

Viewing 1 replies (of 1 total)
  • The topic ‘Change Boxes Heading Text in Pagelines’ is closed to new replies.