Jump to content
businessmapper

NavBar

Recommended Posts

businessmapper

  • Drop down for NavBar not working - i have enabled drop down in site settings.
  • Switched to Nav Classic, drop down does work but won't display in orange
  • Text for both NavBars is too smaller point size how can I enlarge

any suggestions? Thx S

Share this post


Link to post
Share on other sites
batman

Hi

You can use de Nav Classic with the "Simple CSS Lite" plugin found in the PageLines Store to change all parameters.

It's a free plugin that allows you control over the color of the menu.

Simple CSS Lite only works on the standard navigation, it don´t work on NavBar.

To change the text

You can try add in

PageLines > Site Options > Custom Code > CSS Rules

.navbar .navline { font-size: 1.2em;}

You change #em as you like

It is advisable to learn how to do this on your own too.

Check out http://www.pagelines.com/wiki/Custom_CSS


Life is too short to remove USB safely ...

Share this post


Link to post
Share on other sites
Simon

You have one or more plugin loading VERY old versions of jQuery, latest in wp core is 1.8, your plugin is loading 1.4 and basically nuking everything.

Share this post


Link to post
Share on other sites
businessmapper

Thanks for the advice both, i'll give it go. Cheers, S

Share this post


Link to post
Share on other sites
businessmapper

Simon P, can you explain a little more what JQuery is so i can rip these plugins out...I have removed one called J shortcodes...have latest version of wp installed. Thx S

Share this post


Link to post
Share on other sites
businessmapper

Batman - Simple CSS Lite worked a treat, thanks! although your code for changing point sized didn't work..any other ideas?

Share this post


Link to post
Share on other sites
James B

Hi there, try the below, two pieces of css one for each.


.navbar .navline > li > a {font-size:12pt;}


body .dropdown-menu a {font-size:12pt;}


Kindly search the forum and read the documentation before posting. It will help you resolve many issues.

For CSS help be sure to check out W3Schools first and be sure to download FireBug for FireFox for troubleshooting.

James B

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×