Language – translate – header bar – color

This topic has 7 replies, 4 voices, and was last updated 9 years, 9 months ago ago by Eva Kemp

  • Avatar: cadeaux
    cadeaux
    Participant
    July 3, 2014 at 10:27

    Hello,

    I’m back again, i had already asking about woocommerce Translation, you talking about .mo/.po files, I don’t understand very well but it doesn’t matter.

    My question is for the header, they are some languague how can activacte only fr and en, and how it work ? and the second question ( you’re so nice) how can i change the color of the bar.

    http://www.cadeaux.nc

    thanks so much !

    6 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 3, 2014 at 10:41

    Hello,

    1) To use several languages on your site you should install WPML plugin and configure it.
    2) To change color of top-bar add the following code into the custom.css:

    .header-type-6 .top-bar {
    background: #b5b5b5;
    }

    Don’t forget to change “#b5b5b5” to your desired color.

    Regards,
    Jack Richardson

    Avatar: cadeaux
    cadeaux
    Participant
    July 3, 2014 at 12:26

    thanks so much, i still get the problem with the header color, i put the code into custom.css ans i change the color, i clean the cache, but it’s still grey. I have another question, what kind of typography to change the color too ?

    thanks so much

    KriS.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    July 3, 2014 at 12:36

    Hello,

    Could you please clarify us with more details? You can make screenshot your problem and show me.

    Regards,
    Robert Hall.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 3, 2014 at 12:48

    Hello,

    Please provide us with wp-admin credentials and we’ll help you out with changing top-bar color.

    Regards,
    Jack Richardson

    Avatar: cadeaux
    cadeaux
    Participant
    July 9, 2014 at 19:38

    Hello,

    Sorry for delay,

    All is in private contents… I got another question, i would like to translate in the header top bar cart in : ” Panier ” ( french ) and also my cart withe the embed code in the homepage.

    Thanks so much.

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    July 9, 2014 at 21:15

    Hello,

    Try to use this code to change the background color of the top bar:

    .header-type-6 .top-bar {
    background: #ffffff !important;
    }

    Do you want to change the font color in top bar area? If so, please add this code into custom.css:

    .header-type-6 .top-bar a {
        color: #F00;
    }

    To translate the “Cart” word you need edit the file header.php in the directory wp-content/themes/legenda, find the line 167 and change this word in the code: class="shopping-cart-link" ><span><?php _e('Cart', ETHEME_DOMAIN) ?>
    And the cart you placed on the homepage you can translate editing the Home page in admin panel > Pages > Home Page and edit the code you inserted.

    Regards,
    Eva Kemp.

  • Viewing 7 results - 1 through 7 (of 7 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.