Using the header builder, I want to experiment with seperating the header from the top and keeping it sticky which I’ve done successfully but cannot figure out how to make the header into a pill shape. Thank you in advance.
Hello @aerialconditioning,
Thanks for asking.
To have a pill shaped header under Bar > Customize > Class add a class name. After that add following CSS under Pro > Theme Options > CSS:
.pill-header {
border-radius: 55px;
}
pill-header
is the name of class that’s added in the Header bar. You have the option to change the same as per requirement.
If you would like to learn CSS, I am sharing few resources that you take a look to get started with CSS and an interesting tool that you can use to speed up the development process.
I recommend you to watch following video that will help you to get started with CSS.
Sometimes it can get a bit difficult to find out the right selector to be able to write the required CSS codes. A handy tool that can help you in this is Google Chrome dev tools. I am sharing the resource that you can refer to get started with dev tools.
https://developers.google.com/web/tools/chrome-devtools/css/
Thanks.
Thank you for those resources.
Sorry to continue asking questions but in a menu (specifically a bottom menu), how would you go about places the icons above the text rather than next to it?
Hello There,
You are always welcome! It is our great pleasure to help.
To put icon position on top of the text, please check Hero template settings as sample.
See this guide to: https://screencast-o-matic.com/watch/cFi6fxF40R
Inspect the menu > Top Links Tab > CONTENT FLEX LAYOUT : Choose Column
Hope this helps.
Thank you very much!
We are delighted to assist you with this.
Cheers!
Is it possible to sort of have a navigational modal functionality for the sub menus of a navigational inline element instead of a dropdown?
Hi There,
Regretfully, Inline navigation is not capable of that feature. It could be possible with custom development, but this would be outside the scope of support we can offer.
If you have additional question, we kindly ask to write it on a separate thread as this one is getting too long and being drift off.
Thanks for understanding.
Damn. That’s fine though as there’s so many other features ahhah
Thank you for your reply.
Kindly open up new threads for additional questions as it will help us to focus on each issue and give you a better support which you deserve. Having a long thread makes the maintaining job harder and also it will be harder for the other customers to find the correct information if they have similar issues. You are always welcomed to reply to this thread to follow up the same question.
Thank you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.