Language Tool Topbar

Hi I have the google translate for the page set up but it is only showing in the “hidden” header and also it is floating on the left side - can I make this visible and floating to the right?

Oops forgot to add I also would like to make my Sub-menu items in capitol letters but it is not showing that way thanks - site ; realrocksclimbing.com/

Hey @businessbackpacker,

I checked your site and regretfully, it’s not possible to make the Header Widget Content visible. I’d recommend that you use a Google Translation plugin which will allow you to display a floating Google Translator out of the box without coding like this: https://wordpress.org/plugins/google-language-translator/

For the sub-menu, here’s the code that should be added in Theme Options > CSS to make the sub-menu all caps.

.x-navbar .desktop .sub-menu {
    text-transform: uppercase !important;
}

Hope that helps.

hi it doesn’t work

oh! now it is working think it just needed some time thanks :slight_smile:

Hi @businessbackpacker,

Perhaps it was just some caching issue that is why you were not seeing the changes you made.

Glad to hear it’s sorted now.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.