Support Forum

Topic: customization

Browse community answers for this topic or search for a specific issue.

Posted By

customizationgeneral · By maslzr ·

How can I add the word “”Posted By”” before the author instead of the word “By” of WordPress Vantage Theme posts.

Footer Site Notice Top and Bottom Margin

customizationthemetheme-vantage · By mrright123321 ·

How to reduce these margins? What I tried already: /* Footer Abstand*/ .layout-full #colophon { padding-bottom: 0px !important; padding-top: 0px !important; } /* Footer Theme*/ #colophon #theme-attribution { visibility: hidden; } #site-info { margin: 0px; } #footer-widgets { margin: 0px;…