I want to create a horizontal custom menu in wordpress. I've added a custom menu widget to the footer of my site (not online yet) but it displays a vertical bullet list menu. Where can I change that?
I'm using latest wordpress and the Interio theme if that helps any.
I don't know how to edit CSS for custom menu widgets. How do I do this?
You can edit the CSS for any widget in your theme's style.css file. Using your development tool of choice (Chrome dev tools or Firebug), inspect the menu widget (the vertical bullet list menu) and see if you can identify any unique but consistent selectors for that menu. Those will be the selectors you'll use to target this menu and style to your liking.
Have fun!
I solved this problem by using this dropdown menu widget which can also be set to create horizontal menu's :)
Related
How can i design Center logo with nav menu In Wordpress.In Mobile view i need Search icon and Cart icon.and Static navbar needed. Some examples https://biona.co.uk/ http://palkova.in I tried different themes but now work.
I think this kind of nav style is not available in theme. You have use lots of themes to search for this type of navigation style or you have to build custom navigation.
I am using a theme for my wordpress website called simple ,I created a main_navigation which first links to a page and then it has sub menu elements which link to the individual parts of the static page.
All these parts of the menu are in perfect shape they link to the corresponding page and everything works fine.The problem i am facing is when i try to change the drop down menu's background and mobile menu's background transparent.
so i used the main word press customizing option to change these menu to transparent and even tried hard code the css , but they did not work.
there is an issue with the theme simple , so to achieve transparent drop down only the values in the wordpress main customization should be tinkered with.
We recently migrated our website from Sharepoint to Wordpress with HTML5 Blank theme.
We are trying to figure out how to edit the appearance of sub-menus and their parent menus. Primarily when customizing and editing menus they show up justified right, but published on the page they justify left, and also longer words spill over to the left instead of the right. Please see screenshot below.
Where can we find the edit options to offset submenus and their subsequent menus justify and shift/spill over?
Screenshot of menus being edited
Screenshot of menus published on homepage
The screenshot of your menu's being edited is the way it is displayed in the backend of all WordPress websites. It has not hing to do with the way the menu is rendered in the frontend.
To change the appearance of your menu, you will have to write some custom css. The parent list items will have to be relatively positioned, the child list items will have to be absolutely positioned.
I am new.I want to to know Font-aewsome Icon adding process in Wordpress menu.I have install font-awesome in my theme.Just want to know process how to add this in Dynamic menu?
Thanks
On the menu item, if you open the link, there will be CSS Classes. you can put css class of font-awesome.
For example type it in input box of css classes.
fa-user
It appears on the side of menu link
I want to create a menu using CSS, and i want to differentiate when a parent has a child theme present that it shows a custom picture (i.e. an arrow of some form) to show this.
I know that this can be done via a suckerfish or superfish menu, however this is something that i haven't got my head round yet.
Can this be done in CSS by specifying an indicator when child theme present?