[Support request] Add text Copyright, theme Marketer

Home Forums Support [Support request] Add text Copyright, theme Marketer

Home Forums Support Add text Copyright, theme Marketer

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1389273
    padron

    Dear.

    Hello,

    Please,

    how to add text with smaller letters, in the Copyright, in the theme Marketer.

    Thank you.

    #1389310
    David
    Staff
    Customer Support

    Hi there,

    do you want to make the copyright text smaller?
    Let me know.

    #1389332
    padron

    Hello, David.

    I want to add text, in the copyright with smaller font,

    #1389337
    David
    Staff
    Customer Support

    You can use the <small> HTML Tag like so:

    <small>This is my smaller font text</small>

    #1389638
    padron

    ok, that is to change the font size.

    as it can be done, to add paragraphs or text in the footer.

    #1389661
    David
    Staff
    Customer Support

    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.

    #1395339
    padron

    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

    #1395389
    David
    Staff
    Customer Support

    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.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.