Archived topic
Add text Copyright, theme Marketer
7 replies · Started by padron on August 6, 2020
Dear.
Hello,
Please,
how to add text with smaller letters, in the Copyright, in the theme Marketer.
Thank you.
Hi there,
do you want to make the copyright text smaller?
Let me know.
Hello, David.
I want to add text, in the copyright with smaller font,
You can use the <small> HTML Tag like so:
<small>This is my smaller font text</small>
ok, that is to change the font size.
as it can be done, to add paragraphs or text in the footer.
Not sure if i understand fully.
If you want to add specifically styled text you can do this with HTML:
<p class="my-custom-class">here is the text i want to style</p>
Then this CSS:
.my-custom-class {
font-size: 16px;
}
You can replace my-custom-class with your own class name.
Hello.
I could change the color and size of the font, but how to add text in Copyright.
But, where it says generatepress. I want to add text, with smaller font, in this topic it does not allow to modify the footer easily, should it be in HTML ..?
Example:
I want to add text here. and after I say.
© 2020 GeneratePress
The copyright form accepts HTML - so you can add the example i provided here:
https://generatepress.com/forums/topic/add-text-copyright-theme-marketer/#post-1389661
Just place it before the Copyright line.