This topic has 5 replies, 2 voices, and was last updated 9 years, 10 months ago ago by Eva Kemp
Hi how do i REmove the $ in top bar andedit the languages to be just Eng
https://www.dropbox.com/s/wxogc96nyvnsusl/Screenshot%202015-01-13%2021.27.43.png?dl=0
also want to change the colour of the top bar to black and text white
Hello,
You can select header type where top bar has black background in Theme Options > Header.
Also if you don’t use multilingual site you can disable languages area adding this code in custom.css file:
.languages-area {
display: none;
}
Thank you.
Regards,
Eva Kemp.
Hi i dont want to disable i only want english to show and i need header 6 with top bar black…
I have removed the langauges i got the info from another post, but i would like to change the top bar black and use the header i currently use thanks
Hello,
Please add this code in custom.css file:
.header-type-6 .top-bar {
background-color: black;
}
Thank you.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up