Question

Photo of Dillan Cagnetta

0

Using Bootstrap CSS in HTML Blocks

Hi RockRMS gurus!

How do use these Bootstrap css defined items:

@brand-primary:      
@brand-success:       
@brand-info:         
@brand-warning: 
      

in my HTML blocks?

I want to use these colors for different parts of my text

Thanks

  • Photo of Arran France

    1

    You'll want to specify that as part of the class attribute. 

    For example

    <p class="text-info"></p>