Home Forums WoodMart support forum Change Footer copyright font size

Change Footer copyright font size

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #33322

    Sinaonee
    Participant

    Hi

    How to change footer copyright text size?

    #33347

    Bogdan Donovan
    Keymaster

    Hi,

    You can enter text with any inline CCS in 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;
    }

    Regards

    #33363

    Sinaonee
    Participant

    Thanks a lot.

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

The topic ‘Change Footer copyright font size’ is closed to new replies.