Good morning
i need to know the css ids/classes to customize my brandnav menu. Please see the file attached.
Many thanks
Posted 19 February 2013 - 10:13 AM
Good morning
i need to know the css ids/classes to customize my brandnav menu. Please see the file attached.
Many thanks
Posted 19 February 2013 - 10:15 AM
the file
Posted 19 February 2013 - 10:33 AM
Hi,
To get you started:
.section-brandnav
.section-brandnav .texture
.section-brandnav .content
.section-brandnav .content-pad
.pl-brand
.brandnav-nav
However, you can find the all the BrandNav classes by using Firebug or your browsers built-in web dev tool.
Posted 19 February 2013 - 12:15 PM
why firebug reporting 2 errors
and why the line of the menu isn´t straight
please check de file
Posted 19 February 2013 - 12:18 PM
the file
Posted 19 February 2013 - 12:59 PM
Those errors you're seeing are either related to custom code you have added or plugins you have installed. These errors do not show a fresh installation of PageLines Framework.
Therefore, disable all non-PageLines plugins and see if this resolves your issue, if it doesn't do the same for your custom code, by removing it and refresh your website.
I apologise but I am not sure what you're referring to when you say "why is the line in the menu not straight". If you're referring to the background colors, then you will need to review your custom CSS. We are unable to provide support for user created customisations such as custom CSS.
Posted 19 February 2013 - 01:12 PM
well
when i put br in the title menu the line height isn´t equal for the rest. This isn´t a support, is a bug of the brand nav dev because if you want the title split all the rest menu item most get the same line height. i yhink...
Posted 19 February 2013 - 01:33 PM
and one error is from the file:
Posted 19 February 2013 - 01:53 PM
I have just this moment installed a fresh copy of Page Framework, see image below with Chromes web dev tools active. The site also has the BrandNav section active and there are no errors.
Therefore, you either have plugins causing the error, your custom code or your have made changes to the core files.
If you want to the title split, you simply need to use the correct custom CSS see my image below.
Posted 20 February 2013 - 07:43 PM
i find the motive for the errors: it was a plugin that i install . The
Posted 20 February 2013 - 07:44 PM
i need a button but yours pl button its too large than i install the plugin
Posted 20 February 2013 - 09:22 PM
Hi,
If you follow this link,
you will find a number of button types, sizes and colors you may add to your site using shortcodes.
I'm not sure if the menu wrap issue is resolved, but usually when a menu item wraps that way, the cause is that the text in it is longer than the menu can accommodate in one line. So you get this effect:
encyclopedia brittanica
becomes
encyclopedia
brittanica
The way to resolve it is actually very simple. Shorten the text. In my example, you could use
encyclopedia
And the menu would have one whole word.
I hope this helps.