businessmapper 0 Report post Posted October 9, 2012 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 orangeText 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 389 Report post Posted October 9, 2012 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 248 Report post Posted October 9, 2012 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 0 Report post Posted October 9, 2012 Thanks for the advice both, i'll give it go. Cheers, S Share this post Link to post Share on other sites
businessmapper 0 Report post Posted October 9, 2012 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 0 Report post Posted October 9, 2012 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 436 Report post Posted October 10, 2012 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