It doesnt look aligned. I ll ask u something else, Can we remove the login/register from the top bar and add it in the menu? i think it will look better there
Thanks
This topic has 43 replies, 5 voices, and was last updated 10 years, 7 months ago ago by Brian Johnson
It doesnt look aligned. I ll ask u something else, Can we remove the login/register from the top bar and add it in the menu? i think it will look better there
Thanks
Hello
I have moved
<?php if (class_exists('Woocommerce') && etheme_get_option('top_links')): ?>
To the languges area.
Please check your site now.
With best regards
Brian Johnson
Again it doesnt look aligned. I ll ask u something else, Can we remove the login/register from the top bar and add it in the menu? i think it will look better there
Thanks
Hello,
You can disable the links in Theme Options > Header > Enable top links > Off.
Then go to Appearance > Menus and add “Register” and “My account” pages to your menu.
Regards,
Eva Kemp.
Hello,
1. You did something and the website doesnt load.
2. If i disable top links then the icons u moved there from the plugin are also off.
3. If i add Register/My account pages as pages in the menus it won’t be like the links from top bar
Hello,
Please add this code in style.css of the child theme:
.top-bar .top-links {
display: none;
}
Sorry, but to add top links to the menu you need add them as pages in Appearance > Menus. Unfortunately they can’t be added with the same design as in top bar.
Thank you for understanding.
Regards,
Eva Kemp.
Well, where can we put those links and have the same design as in top bar? Basically when someone is logged in the link should be “Logout” and when someone is not loggin to say Register. If i put that in the menu it won’t change like in the top bar. Where else can you put them to get that same design?
I see you moved it in the menu bar. Can you align it to the right so it’s aligned with icons from the top aswell? Thanks guys!
Hello
I have added following code nto the custom.css and edited a header.php a bit to move links:
.links{
transform: translate(-370px,0px);
display: table-cell;
}
.menu-menu-1-container{ width: 1100px;
display: table-cell; margin-left: auto; margin-right: auto; text-align: right;}
With best regards
Brian Johnson
I see you moved it in the menu bar. Can you align it while is in the menu bar to the right so it’s aligned with icons from the top aswell? Thanks guys!
I removed 1 line od css code. please check your site.
With best regards
Brian Johnson
Okay thanks but where is the “my account” link ? You know the one that appears after you login
Hello
My account is woocommerce default page. I cannot see it in plugins section on your dashboard.
With best regards
Brian Johnson
You must be logged in to reply to this topic.Log in/Sign up