Site logo

Archived topic

GP Hooks Font Size

9 replies · Started by Monica on August 16, 2015

Viewing posts 1–10 of 10

How do you change the font size in GP Hooks?

Hi Monica,

GP Hooks is all about HTML, so you can do something like this:

<div class="my-hook-content">
      My content in here
</div>

Then you would add this CSS:

.my-hook-content {
      font-size: 20px;
}

Let me know if you need more info :)

Already answered by Tom.

Thanks Tom! I'll give it a try.

I did it! Yay! :-)

Awesome :)

Hi there,

Hooks don't work like that - think of them literally as a hook that you hang something on - so you have to style the thing you add to them :)

Edit your Hook and wrap your HTML in <small></small> tags like so:

<small>This post may contain affiliate links, for more information see my affiliate disclosure <a href="https://earningonlinewithme.com/affiliate-disclosure">here</a>.</small>

It will make the font 75% smaller then the standard body text.

Thank you SO much, that looks great! I appreciate your help. I also figured out how to center the text. Hey, I am learning, gotta start somewhere.

Glad to be of help

This archived topic is closed to new replies.