How to edit footer... Again

I wrote this exact same thread but has since closed. I didn’t manage to fix the issue, can you help please?

I’ve put a paragraph of text in my footer but I want to add a copyright section underneath it, but whenever I push enter to start a new line it doesn’t appear like that on the site. Instead it just adds the copyright section on to the last line. It does this no matter how many times I push enter. How can I fix this please?

Ok I figured that out… I would’ve thought just pushing enter would be sufficient in the footer editor but nevermind. Now I need to change the font size to one similar to the rest of the site. How do I do that?

Hi David,

Thanks for reaching out.

Pressing enter for line breaks are only applicable for post/page contents. It’s Wordpress’ wp-autop feature, but since the footer content is just a text input, then it should be manually added or coded.

As for the font, may I know what font size you’re referring? The font size is stack specific but could be changed by adding this CSS to Theme Options > CSS

.x-colophon.bottom {
font-size: 14px;
}

I assume your font size is just 14px so please change that as well.

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.