change colors

3 replies · opened Jun 21, 2020

BbagginsJun 21, 2020

I noticed that the navbar shortcode listing has no colors option. What's the reason for not providing info on how to change colors?

Specifically, I want to change the background color on a collapse (currently automatically blue):
<div class="container" style="z-index: 2;">
<div class="center collapsed subscribe-section-target" data-toggle="collapse" data-target="#target-1">
<h2 class="mb-0 mt-2 position-relative" style="z-index: 1;"><i class="icon-user-alt"></i>User Log Search
</h2>
</div>
<div class="collapse" id="target-1">
<div class="form-widget pb-5" data-alert-type="false">

SSemicolon WebSTAFFJun 21, 2020

Hello,

The Navbars included is a Bootstrap Component: https://getbootstrap.com/docs/4.5/components/navbar/#color-schemes . The Color Schemes for this can only be controlled using the Bootstrap Utility Classes provided on the Official Bootstrap Website. Any further Customizations needs to be done manually.

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

BbagginsJun 21, 2020

I'm not trying to change the color of the navbar. In general, is there a way to change the background colors in different parts of the section? Is there a way to change the color of the Toggles, accordians and collapse functions? on this webpage, background color is only grey:
http://themes.semicolonweb.com/html/canvas/toggles-accordions.html

The background color relates to the code that is in the section:
<!-- Content
============================================= -->
<section id="content">
<div class="content-wrap py-0" style="overflow: visible">
<div class="bg-color subscribe-section position-relative" style="margin-top: 10px;">
<div class="container" style="z-index: 2;">
<div class="center collapsed subscribe-section-target" data-toggle="collapse" data-target="#target-1">
<h2 class="mb-0 mt-2 position-relative" style="z-index: 1;"><i class="icon-user-alt"></i>User Log Search
</h2>
</div>
<div class="collapse" id="target-1">
<div class="form-widget" data-alert-type="false">

SSemicolon WebSTAFFJun 22, 2020

Hello,

It is definitely possible to change the Background Colors of the Elements, however, you will need to use Custom CSS Codes for the same and manually set a Background Color for the Elements as required. Only the Default Grey Colors are provided for these Elements at the moment.

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard