This topic has 18 replies, 2 voices, and was last updated 6 years, 4 months ago ago by Rose Tyler
is there any way to change the ‘top panel’ character to something else… like ‘contact’ or something besides the little arrow so they might know what is panel is for.
Hello,
You can change this text on hover http://prntscr.com/k2qmgb using translation files – https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/
Regards
ya, I need to change that arrow so people know what is in the panel. If you are going to hover over it you may aswell click it.
Try to add this code in Theme Options > Styling > Custom css:
.top-panel-open:after {
content: "Open top panel";
font-size: 14px;
font-family: Lato;
font-weight: 400;
font-style: normal;
right: 43%;
}
.top-panel-open span {
display: none;
}
Regards
I have added the code… what will this do?
Please make sure that you added the code correctly because I can’t see it on your site.
The result should be – http://prntscr.com/k2xf78
Regards
I have saved it in custom css
Could you, please, provide temporary wp-admin access in the Private Content area?
Regards
ok… all set
Please check now – http://prntscr.com/k3arkl > http://prntscr.com/k3arms
Regards
wonderful… that is great, thank you.
final question… is there a way to make that top panel light colors instead of dark.
thanks again for the help
Please use this css code to change color:
.top-panel-inner {
background-color: #b4eb8a;
}
Regards
PERFECT… Thank you very much
You’re welcome!
Would you mind to rate our product:
https://themeforest.net/downloads
That would be much appreciated 🙂
Regards
is there any way to make the top panel text the same font size as the my account in the header?… it looks a little weird in 2 sizes… and yes, more than happy to rate the great product.
Please change font-size in this code – http://prntscr.com/k3b93y to http://prntscr.com/k3b9am
Regards
perfect.. thank you
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up