Archived topic
GP Hooks Font Size
9 replies · Started by Monica on August 16, 2015
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 :)
Is there a way to change the GP hooks font size without messing with CSS? I am not that tech-savvy :)
Here is a link to the post, as an example. I would like the affiliate disclosure on top to be smaller font and be italicized.
https://earningonlinewithme.com/how-to-make-money-on-wealthy-affiliate
Thank you!
Steve
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