This topic has 12 replies, 4 voices, and was last updated 9 years, 9 months ago ago by Eva Kemp
Hi, I’m using Header Type-1 and I’m trying to add Phone Number information on the top bar above the header.
I’ve tried to add this text “HOTLINE: (0877) 809-99821 . (0838) 934-11085” through Appearances > Widgets > and add the text block inside the Place in header top bar, but it didn’t shows up;
I’ve tried your suggestion in this URL: https://www.8theme.com/topic/adding-content-to-header/, but still no Phone Number info shows up.
Can you please help? thanks a lot 😀
Hello,
Have you enabled top bar in Theme Options > Header > Enable top bar > On?
Please provide us with wp-admin panel credentials in private content.
Thank you.
Regards,
Eva Kemp.
hi eva, yes i have enabled the top bar in Royal theme option. please see private content for user access information.
thanks for helping:)
Hello,
In custom.css file you had the code that prevents languages bar from displaying:
.top-bar .languages-area {display: none;}
I’ve removed it and now phone number is shown in the top bar.
Please check.
Thank you.
Regards,
Eva Kemp.
hi eva, thanks a lot for your help, you’re the best:)
the HOTLINE (phone) number shows up now, and can you tell me how to style it?
i wish to
please help, thanks:)
Hello,
Please add this code into custom.css file.
.languages-area .widget-title span {
#58BA47;
}
.languages-area .widget-title{
font-size:20px;
color: #fff;
}
.languages-area{
float:right;
}
Regards,
Robert Hall.
hi robert,
i’ve added the codes that you suggested but nothing happened. perhaps it’s because i already have this code in custom.css?
.top-bar {
background-color: #fff;
font-size: 20px;
color: #fff ;
padding-top: 25px;
padding-bottom: 0px;
.product-image-wrapper .footer-product{
display:none;
}
but if when i remove the .top-bar, nothing shows up and the top bar turns to black.
any other solution?
Hello,
In the code for .top-bar you forgot to add }
.
I’ve added it and now the code that was placed after is working now.
Please clear browser cache and check top bar.
Thank you.
Regards,
Eva Kemp.
Hi,
I need to add three social network icons in the top bar. I add my html code in the top bar widget.
I used also the font awesome as icons, but default setting of fontawesome.min.css create very small icons. I try to enlarge this icons increasing the size font.
I add a custom style to my custom.css but now the top bar implode and show a small line black and nothing inside.
So, I don’t understand: the css code I have to add it in the default.custom.css or I have to create a custom.css and add it in the theme folder?
hi eva, thank you so much for your help. really appreciate that you went for the last mile and added the }
awesome support! 😀
Hello @Nebulas,
You need make style changes in custom.css file.
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Thank you.
Regards,
Eva Kemp.
Hello @widiantozhu,
Thank you for your feedback.
You’re welcome.
We’d be thankful if you post a comment on our site
http://themeforest.net/item/royal-multipurpose-wordpress-theme/8611976
We really appreciate it.
Thank you.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up