[Plugin: polylang] CSS styling not working
-
Hi
Using ploylang, I want to show the flags horizontally without leading bulletpoints. I have appended the style into my style.css, but the change does not work.
I am using:
– WP 4.0
– polylang 1.5.6
– Moda theme
– https://www.la-iris.com
– Permalink settings: Post Name
– Front page: static
– Polylang settings: default1. I have created a child theme and replicated the style.css, into which I have appended:
.lang-item {
list-style: none;
display:inline;
}2. Into the header.php I have included:
<?php // outputs a flags list (without languages names) ?>
<?php pll_the_languages(array(‘show_flags’=>1,’show_names’=>0)); ?>Thank you, Stephan
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: polylang] CSS styling not working’ is closed to new replies.