Title: inserting css styles on rows
Last modified: October 19, 2016

---

# inserting css styles on rows

 *  [bmach79](https://wordpress.org/support/users/bmach79/)
 * (@bmach79)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/inserting-css-styles-on-rows/)
 * Hi
 * Im looking for a way to insert css styles into different rows
 * for example i would like to have a row with a chevron style i see the code for
   achieving it is like this one:
 * #chevron {
    position: relative; text-align: center; padding: 12px; margin-bottom:
   6px; height: 60px; width: 200px; }
 * #chevron:before {
    content: ”; position: absolute; top: 0; left: 0; height: 100%;
   width: 51%; background: red; -webkit-transform: skew(0deg, 6deg); -moz-transform:
   skew(0deg, 6deg); -ms-transform: skew(0deg, 6deg); -o-transform: skew(0deg, 6deg);
   transform: skew(0deg, 6deg); } #chevron:after { content: ”; position: absolute;
   top: 0; right: 0; height: 100%; width: 50%; background: red; -webkit-transform:
   skew(0deg, -6deg); -moz-transform: skew(0deg, -6deg); -ms-transform: skew(0deg,-
   6deg); -o-transform: skew(0deg, -6deg); transform: skew(0deg, -6deg); }​
 * but on the row settings i have
    Inline CSS Styles Row CSS Class and Column CSS
   Class
 * how can i achieve this

The topic ‘inserting css styles on rows’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/pootle-page-builder_8f8b72.svg)
 * [Pootle Pagebuilder - WordPress Page builder](https://wordpress.org/plugins/pootle-page-builder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pootle-page-builder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pootle-page-builder/)
 * [Active Topics](https://wordpress.org/support/plugin/pootle-page-builder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pootle-page-builder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pootle-page-builder/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [bmach79](https://wordpress.org/support/users/bmach79/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/inserting-css-styles-on-rows/)
 * Status: not resolved