teeru@wensolutions
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Virtue] Changing footer menu to horizontalHello @tim2329
To change the footer menu from the default vertical appearance to horizontal one at first you need go to Admin Panel / Appearance / Customize / Advanced Settings / Custom CSS.
Here you will see a text-box to write custom CSS. Here copy and paste below CSS..col-md-6.footercol2 .widget_nav_menu ul li { display: inline-block; }Hope this will help to resolve your issue.
Let us know if you have any confusion in achieving this result.Regards!!
Forum: Themes and Templates
In reply to: [Virtue] Changing footer menu to horizontalHello @tim2329
As far as I have checked locally the footer menu from default appears horizontal not vertical.
Can you please share your site URL so that I can inspect browser source to provide some solution.
Hope you understand.
Best Regards!!!
Forum: Themes and Templates
In reply to: How to get rid of “search Bar” in menus in blackbird themeHello @brianmckoy
You will find the place paste the custom CSS when you go to your Dashboard( Back-end ).
So first login to Admin Panel.
After that in the Dashboard / Appearance / Customize / Style Settings. and here you can see the Custom CSS box and now you can paste the above code there.
The attachment shows the image of Dashboard.

Hope this will help .
Let us know if you have any confusion in achieving this result Again.Best Regards!!
Forum: Themes and Templates
In reply to: How to get rid of “search Bar” in menus in blackbird themeHello @brianmckoy
To get rid of the “Search Bar” that is on the main menu on the top of the page at first you need go to Admin Panel / Appearance / Customize / Style Settings / Custom CSS.
Here you will see a text-box to write custom CSS. Here copy and paste below CSS..grid_6.omega .top-search { display: none; }Hope this will help to resolve your issue.
Let us know if you have any confusion in achieving this result.Regards!!