column shortcode styling in wp editor

while using column shortcode with in wp editor, how can we style it? for background color etc. or adding a class
tried something like that

[one class="classname" style="background:red;"]
[/one]

it didn't work.
After a busy day my mind got a little confused

Comments

  • edited August 2017
    Hi there;
    I'm still waiting for an answer to above question.
    Besides, is that usage below is a reasonable coding?
    I mean columns within column...
    Thanks

    [one]
    [one_fourth][/one_fourth]
    [two_fourth][image src="IMAGE.jpg" stretch="1"][/two_fourth]
    [/one]


    OR THIS ONE

    <hr class="no_line">
    [one_fourth][/one_fourth]
    [two_fourth][image src="IMAGE.jpg" stretch="1"][/two_fourth]
    <hr class="no_line">

    I am using this in wp-editor within a long text...

    I should embed a lot of images, so I want to be sure that I am using right coding.(images has captions that is why I am using column-wraps. Otherwise captions exceeds the image dimensions.

  • Hi,
    why are you using shortcodes, wouldnt it be easier to use VC or the muffin builder?
    thanks
  • Because the long text is coming from old version of a website. I only want to embed new pictures, and elements to a ready long html page content.
    Please kindly  give an answer to my question.
  • But I do not understand, does the code you provided not work?
    If you want to add pictures then use the shortcodes to add pictures.
  • Ok, forget about the second part.
    if you look at the the title of this discussion it is about
    "column shortcode styling."
    You should say it possible or not.
    Or you might say we will add this variable to the later update but not possible right now etc.
    Your support really not helping at all.

    we are busy people like you. give exact answers, do not stall.
    otherwise you waste both our time and yours
  • Sorry but those shortcodes are not going to be customized. You would have to build in the MB.
Sign In or Register to comment.