Hello,
You can change “Sign In link position” to Top bar in Theme Options > Header > Header layout and add a Text widget with the content in Appearance > Widgets > Top bar area.
If this is not what you are looking for, please describe the desired result in more details.
Regards
Thank you for help but unfortunately there is nothing shown^^
I do not want to enable the top-bar. I would like to add some more links in the menu on the right side. It is the “my account”-menu.
What is the main-menu-right?
Thanks in advance Rose!
Regards
Joey
Hello,
There are 2 ways:
1) You can enable Top bar and use the top bar widget areas to add content you need
2) Copy the xstore/header/xstore.php file to your child theme and edit content according to your needs http://prntscr.com/mlgl6k
If you need help with additional customization you can submit customization request here https://codeable.io/?ref=qGTdX
Regards
Hello,
Fixed header is generated automatically by the script. That’s why if you want to change its content you need to edit script (xstore/js/etheme.js, xstore/js/etheme.min.js).
Also, there is another solution. You can disable the Fixed header via Theme Options and add this code in Global custom css:
.header-wrapper {
position: fixed;
width: 100%;
z-index: 12;
}
.home .content-page {
padding-top: 3.4vw;
background-color: #131927 !important;
}
.page-heading {
padding-top: 8em;
}
@media (max-width: 480px) {
.blog .content-page {
padding-top: 6em;
}
.home .content-page {
padding-top: 3.5em;
}
.content-page {
padding-top: 3em;
}
.single-post .content-page, .page-content{
padding-top: 4em;
}
}
https://gyazo.com/0c565dadd2c9f897202928292c23af5c
Regards
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.
The message was successfully sent
Your shopping cart is empty
You may extend support period on ThemeForest and then update its status by clicking "Update" button in your Account area.
Purchase code | Expiration date |
---|---|
adb2cf8c-15ed-4d7a-a406-790658a81a6c | 03 Dec 2019 |