This topic has 8 replies, 4 voices, and was last updated 9 years, 7 months ago ago by Robert Hall
Hi
How or where can I change the language/currency menu(font color to black) and change language/currency? …you see the menu in the Header – top left.
Do I have to install WPML to be able to use more language/currencies?
Best regards
Tonny
1. Please add this code to the custom.css and adjust your own colors within it:
.top-bar .languages-area a{color:pink; text-decoration: none;
-webkit-transition: color .25s ease;
-moz-transition: color .25s ease;
-o-transition: color .25s ease;
-ms-transition: color .25s ease;
transition: color .25s ease;
cursor: pointer;}
.top-bar .languages-area a:hover{color:green;}
.languages-area .links .active{color:blue!important;}
How to create custom.css you may watch here .
2. Yes this is most popular plugin which you may use to implement multilingual feature to your WP site.
With best regards
Brian Johnson
Thx
So where is it possible to manage more currencies? in your design you show
EN FR GE
£ € $
But no where can I read how to manage them or remove them?
best regards
Tonny
I’d like to know where to edit this information too
Hello,
You can edit this part in \themes\woopress\headers\parts\top-bar.php file.
To hide currencies you can add following code in custom.css file
.languages-area {
display: none;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
OK, that’s great.
One more thing here, I have the Sign In option in the top bar but no Register option. How can I get that?
Should these features not be in the Theme Options?
Editing theme files gives me too many things to think about when updating themes and I don’t even want to have to always modify the child theme for every little thing.
So many things in this theme are not available in the Theme Options.
Hello @TeeDev,
Please create a register page as described in our documentation:
https://www.8theme.com/demo/docs/woopress/index.html#!/4_registration_page
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up