Site logo

Archived topic

Can I do that in Generatepress?

13 replies · Started by Dimitar on October 20, 2019

Viewing posts 1–14 of 14

Hello,

you can see how on this website https://thecollegeinvestor.com/20309/find-best-student-loan-rates/ just below the H1 tag they have

This article contains references to products from one or more of our advertisers. We may receive compensation when you click on links to those products. For an explanation of our Advertising Policy, visit this page.

with a smaller font than the rest of the article.

Can I do that on my website, I am using Generatepress with a valid license?

Edit your HTML to something like this:

<div class="notice">
    The following guide containts link to Amazon. As an Amazon Associate I earn from qualifying purchases.
</div>

Then add some CSS.

.notice {
    font-size: 20px;
    color: #000;
    text-align: center;
    margin-top: 20px;
}

Okay, thanks. But the thing is I don't know how to do that and I do not want to mess my website.

Can you/the team do that for payment, or you do not offer services like that?

Okay, I tried different positions and it seems below the title it looks better, so it seems I need the hook element.

What I want is to increase the space just a bit between the title and the notice and to align the notice in the center and use a bit smaller font. You can see that the space now is a bit too little.

I read your Adding CSS document and with the plugin that seems very easy.

Just editing the HTML I cannot figure out, as when I click "Theme Editor" they are all PHP files.

Sorry for having to deal with someone with that little knowledge of the backend of Wordpress...

It worked! Thanks so much, man. The only thing left is, is it possible to increase the space between the title and the notice just a bit?

You are gold. I would like to send some money to you as a tip, is that possible?

I have sent some. Thanks again.

Thank you so much!!

This archived topic is closed to new replies.