1.

How Can I Get Rid Of The Site Short Name In The Navigation Bar?

Answer»

Sometimes if the short and full names of your site are similar, you might wish to hide the short name. If you are using the Clean or More theme, you can do this by adding lines to the CUSTOM CSS box in the appropriate theme SETTINGS page.

To hide the short name but keep the SPACE where it used to be, add:

a.brand {visibility:hidden}

To hide the short name and ALSO remove the space where it used to be, add:

.navbar .brand {display: none;}

Sometimes if the short and full names of your site are similar, you might wish to hide the short name. If you are using the Clean or More theme, you can do this by adding lines to the custom CSS box in the appropriate theme settings page.

To hide the short name but keep the space where it used to be, add:

a.brand {visibility:hidden}

To hide the short name and also remove the space where it used to be, add:

.navbar .brand {display: none;}



Discussion

No Comment Found