Okay
  Public Ticket #184323
Shortcode column CSS?
Closed

Comments

  • Kyle started the conversation

    Can I apply CSS classes to shortcode columns? Specifically, I'd like to add a background image and padding to a column. Thanks!

  •  8,838
    Tahir replied

    Hey Kyle!

    You could do that but would require adding an extra class and using a smiliar css:

    .column-color{
    background-color:#000;
    }
    

    Cheers


    ThemeNectar Support Team 

  • Kyle replied

    Thanks so much Tahir, would you mind giving me an example of how I'd apply the class to the column shortcode? I tried [one_third class="class-name"] on a lark and that didn't seem to work.

  •  8,838
    Tahir replied

    Hey Kyle!

    Please see screenshot: http://prntscr.com/34k922 .

    Thanks


    ThemeNectar Support Team