This topic has 8 replies, 3 voices, and was last updated 5 years, 9 months ago ago by Rose Tyler
Hey,
Is it possible to add some links in the account-menu?
like this for example:
I would simply replace the link with an icon.
Regards
Joey
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
Thank u.
I edit it the file now. But it is just for the main-header. Which file I have to edit for the fixed-header?
main-header:
fixed-header:
Regards
Joey
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
So easy, but so good! Thank you.
I like the solution even more
Regards
Joey 🙂
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up