Adding Custom Classes to bootstrap rows and cols

Permalink
Hi is there any way to target bootstrap row or col divs to add classes to these?

example:
<div class="col-sm-9 myClass">
content 
</div>

instead of:
<div class="col-sm-9">
<div class="ccm-custom-style-interface19 myClass">
content 
</div>
</div>


There are so many flexbox classes that could be added to columns, that predefining presets for each in the theme.php are not really a viable option.
Thanks.

 

This website stores cookies on your computer. These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media. To find out more about the cookies we use, see our Privacy Policy.