Home Forums WoodMart support forum Copyrights custom typography style

Copyrights custom typography style

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #602662

    jsscmassinelli
    Participant

    Hello,
    I need to reduce the size of the font used in the copyrights.
    Where can I do that.

    Attachments:
    You must be logged in to view attached files.
    #602754

    Hello,

    You can enter text with any inline CSS in the copyright input field.

    Example <span style="font-size:12px;">YOUR COPYRIGHT TEXT HERE</span>

    Or use this custom CSS snippet to change copyright font size globally.

    .copyrights-wrapper {
    	font-size: 12px;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)