Modification de couleur et la taille de police du menu

2 years 5 months ago #326958 by MCharles
Good morning!

How to change the color and size of the community builder menu titles?

Looking forward to.

Attachments:

Please Log in to join the conversation.

2 years 5 months ago #326964 by beat
To change these colors, or any other color or styling on your website, first right-click on the element, and choose "Inspect" menu from your browser.

That will display you the CSS properties that influence the display of that element.

Then add those CSS lines either in your Joomla template, or in CB plugin "Default" template, "overrides" tab.

In this later case, current 2 CSS rules will override the default colors with red (#F00) and green for highlighted ones (#0F0):
.cb_template .navbar-light .navbar-nav .nav-link {
    color: #F00;
}
.cb_template .navbar-light .navbar-nav .show > .nav-link, .cb_template .navbar-light .navbar-nav .active > .nav-link, .cb_template .navbar-light .navbar-nav .nav-link.show, .cb_template .navbar-light .navbar-nav .nav-link.active {
    color: #0F0;
}

Beat - Community Builder Team Member

Before posting on forums: Read FAQ thoroughly -- Help us spend more time coding by helping others in this forum, many thanks :)
CB links: Our membership - CBSubs - Templates - Hosting - Forge - Send me a Private Message (PM) only for private/confidential info

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.159 seconds

Facebook Twitter LinkedIn