How or where can I change the language/currency menu?

This topic has 8 replies, 4 voices, and was last updated 9 years ago ago by Robert Hall

  • Avatar: groubee
    groubee
    Participant
    April 13, 2015 at 16:34

    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

    7 Answers
    Avatar: Brian Johnson
    Brian Johnson
    Member
    April 13, 2015 at 16:49

    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

    Avatar: groubee
    groubee
    Participant
    April 13, 2015 at 20:55

    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

    Avatar: TeeDev
    TeeDev
    Participant
    April 14, 2015 at 03:33

    I’d like to know where to edit this information too

    Avatar: Robert Hall
    Robert Hall
    Support staff
    April 14, 2015 at 07:11

    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.

    Avatar: TeeDev
    TeeDev
    Participant
    April 14, 2015 at 07:59

    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?

    Avatar: TeeDev
    TeeDev
    Participant
    April 14, 2015 at 08:01

    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.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    April 14, 2015 at 08:04

    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.

  • Viewing 8 results - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.