hi. you can click on the link and on the top you will see i have created menu and how can i change hover color and active color and how can align primary menu to the right as it will align with page and also i've checked on the mobile the top bar menu is not responsive.how i can make it responsive.thanks
sorry not the name. i want menu like this on. example if i make pizza page menu and have diiferent pizza so i name it on the top pizza name pizza name pizza name i can show all or can click on any of the pizza name and it will scroll down and get to that pizza name. its like an anchor point. may be i cannnot explain properly. i hope you got my question.thanks
But did you saw anything like this on our demos? Because as we know, we do not have anything similar included and we are confused about what you exactly want to achieve.
Like we wrote above, it's Portfolio item and it is not possible to use same feature for main menu because it's completely different thing. You can use it as Portfolio item only just like on above demo.
hello, i recently change the primary menu to the right and you guys helped me but notice i can see underline line when you hover over the button its the alligned to the menu button.
Ok, we did checked and we can see what you mean now. Your wish was to move the last item to the most right and that's why line below under last menu items is not aligned properly. To move the line as well, you need to play with the following css:
We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.
Cookies are small text files that can be used by websites to make a user's experience more efficient.
The law states that we can store cookies on your device if they are strictly necessary for the operation of this site. For all other types of cookies we need your permission. This means that cookies which are categorized as necessary, are processed based on GDPR Art. 6 (1) (f). All other cookies, meaning those from the categories preferences and marketing, are processed based on GDPR Art. 6 (1) (a) GDPR.
This site uses different types of cookies. Some cookies are placed by third party services that appear on our pages.
You can at any time change or withdraw your consent from the Cookie Declaration on our website.
Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy.
Please state your consent ID and date when you contact us regarding your consent.
Comments
this could be done with custom css so if you want us to have a look on it, you need to send us link to page where you would like to do this.
you can click on the link and on the top you will see i have created menu and how can i change hover color and active color and how can align primary menu to the right as it will align with page and also i've checked on the mobile the top bar menu is not responsive.how i can make it responsive.thanks
#Action_bar .social-menu li a:hover, #Action_bar .social-menu li.current-menu-item a { color: #000 !important; }But to align main menu maximum to the right side, you need to remove the padding from the last menu item using css:#Top_bar .menu > li:last-child > a span { padding-right: 0 !important; }Hi
i want make restaurant menu like in attached file how can i make it..Thanks
i want menu names like in the image can show all or can select individually.
may be i cannnot explain properly. i hope you got my question.thanks
http://tinypic.com/view.php?pic=15yhx02&s=9#.V_ckL8mcxrE
as you can in th link contact us underlined is not alligned center
www.itmaster247.com.
#Top_bar:not(.is-sticky) .menu > li:last-child > a::after {left: 22% !important;
}