Theme X footer questions

Regarding: http://www.drfoerster.com/
I would like to see the buttons “Allgemeine Geschäftsbedingungen”, “Kontakt/Impressum” and “Datenschutzerklärung“ in the footer in the same typografy as displayed in the header.

Further there is Polylang installed to publish the contents of this Website very soon in English well. Is there a special code to be incorporated in Customizer/Footer for this?

Hi Zebra,

Thank you for writing in, to style the footer text please add this to Theme Options > CSS

.x-colophon.bottom .x-nav li a {
	font-size: 1em;
	color: #8e8761;
	text-transform: capitalize;
}

For the translation, please follow this documentation

Hope it helps,
Cheers!

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