Site logo

Archived topic

How to put div.notice below title tag

5 replies · Started by Chris on December 23, 2019

Viewing posts 1–6 of 6

I linked to the website that has the code.

I'm wondering how do you add this line: http://prntscr.com/qepecd below title as div.notice tag. And is it possible to make it default for all blog posts?

The HTML you want to display eg.

<div class="amz-disclaimer">*Your Disclaimer text here</div>

After that you can style it with some CSS like so:

.amz-disclaimer {
    text-align: center;
    font-style: italic;
    font-size: 14px;
}

Sweet, thank you!

You're welcome

This archived topic is closed to new replies.