Hello, Theorem!
Unfortunately, currently, there is no “Top menu” location added to the theme. So, for now, there is no option to add custom links at the top of the page.
I will contact our head developer to add this option in the next theme update.
Until that happens, you can add a Login/Sign in links to your Primary menu , using some of the available Plugins.
I have found the following code interesting:
https://wordpress.org/plugins/login-logout-register-menu/
also the next one :
https://wordpress.org/plugins/login-logout-menu/
To remove the social icons menu, navigate to the Customizing->Social Icons menu and click on the “Remove link”
https://prnt.sc/pfxdau
To center your Primary menu,
Insert the next code into Customizing->General->Aditional CSS:
.site-branding,.site-menu{
margin-left: 10vw!important;
}
To remove the arrows from the menu, insert the following code at the same place:
.site-menu ul:not(.sub-menu) > li.menu-item-has-children > a::after,
.site-menu ul:not(.sub-menu) > li.page_item_has_children > a::after {
display: none!important;
}
If you want to attach a screenshot, you can use some online image sharing services available. I personally use the Lightshot .
Regards
This reply was modified 3 years, 7 months ago by Zex .