This topic has 4 replies, 2 voices, and was last updated 8 years, 9 months ago ago by Eva Kemp
Hello.
I would like to make my Legenda theme / website bi-lingual.
Greek(primary language & English.
I am using the polylang plugin but for some reason the “language switcher” does not appear in the menu section. I have fixed the settings as intructed, but still it does not appear on the top menu.
Is it possible that the plugin does not match with the Legenda theme?
If so, would you have another suggestion?
Many thanks,
miou
Hello,
I’ve enabled Languages Area in Theme Options > Header and added Languages Switcher widget to “Place in header top bar” area in Appearance > Widgets. Please check top bar now.
Regards,
Eva Kemp.
Thank you for that.. (I was looking for another solution though) and found a way to fix it (I uninstalled and reinstalled the Plugin). Another couple of questions here:
1) I’d like to know how I can do to change the background colour of the header? (in the header section, I currently have my logo in the center and I would like to colour the space surrounding the logo with a background image. I cannot find an option in the theme options > header for this.. Any thoughts or by passes?
2) in sidebars: I like to present only a specific post category (there isn’t such an option from the standard widget area) – So I created a custom menu (hand selected the posts) in the menu area and so created a “custom menu” in the widget area… However the formating and appearance on the sidebar is not the same as other Legenda elements and it looks strange. What is the issue here you think?
Thanks in advance for your help
Hello,
1. You can add this code in custom.css file:
.header7 {
background-color: blue;
}
If you want to add background image use this code:
.header7 {
background-image: url('http://path_to_image');
}
2. Custom Menu widget uses default WordPress styles as this is WordPress widget.
Please clarify how you want to modify it.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up