change height and color of navigation bar

Permalink Browser Info Environment
Hello,

Is it possible to change properties of the top navigation bar?
I want to change height, background-color, text-transform, add a 'search' box and social media icons at far right.

Thanks,
sally

Type: Discussion
Status: New
merasafar
View Replies:
jordif replied on at Permalink Reply
jordif
Hi Sally,

it is possible to customize the top navigation bar by going to Dashboard -> Themes -> Long Story Short Parallax -> Customize -> Add Your CSS, and pasting the following code:

To change the height:

.navbar-inverse .navbar-inner {
   min-height: 60px;
}


To change the background color:

.navbar-inverse .navbar-inner {
   background: white;
   border: 0;
}


Text transform:

.navbar-inverse .navbar-inner {
   text-transform: uppercase;
}


As for the search box and social media icons, you can add them to the footer or to the Site Name area (on the left of the top navbar). The right navbar allows you to scroll through the slides, but you can not add custom blocks to it (not without tweaking the theme).


Regards,

Jordi
merasafar replied on at Permalink Reply
merasafar
thankyou! :D
jkincaid replied on at Permalink Reply
jkincaid
I was wondering how I could also remove the colors around the active slide in the navigation as well as control the color and size of the font.

Thank you.
jordif replied on at Permalink Reply
jordif
Hi!

If you want to remove the background of the active menu button:

.nav .active>a {
   background: none !important;
}


If you want to change the text color and size of the menu buttons:

.nav li>a {
   color: black !important;
   font-size: 16px;
}


Regards,

Jordi

concrete5 Environment Information

Browser User-Agent String

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You have not specified a license for this support ticket. You must have a valid license assigned to a support ticket to request a refund.