Free and Premium WordPress Plugins & Themes Forums WordPress Plugins Content Editor Tables – add new style or modify current
- This topic has 12 replies, 4 voices, and was last updated 7 years, 3 months ago by igster.
- AuthorPosts
- March 11, 2016 at 5:34 pm #266391MaziGuest
Hi, Can I edit the only one style for table? I mean style names “Light”. I want to change color from gray to white.
March 14, 2016 at 8:47 am #267728J. DavisKeymasterHi Mazi,
You can simply go to MotoPress>Settings and add the code below to Custom CSS field:.motopress-table-obj .motopress-table-style-silver th{ background:#fff; } .motopress-table-obj .motopress-table-style-silver tr.odd-row td{ background-color:#fff; }
Best regards,
JohnMarch 15, 2016 at 10:21 pm #269455Rafal MazurParticipantDear John,
could You tell us code to create no border table? Thank You in advance.March 16, 2016 at 9:55 am #269842J. DavisKeymasterHi Rafal,
Please follow the steps below to remove border around the Table object:
1. go to MotoPress>Settings>Custom CSS field
2. add custom style with to remove the border e.g..no_border_table{ border:0px none !important; }
3. go to your page with your table, launch MotoPress and apply name of custom style to your table ‘no_border_table’.
4. If you do not need border between columns and rows too you can add the style below instead of previous one to MotoPress>Settings>Custom CSS field.no_border_table, .no_border_table td{ border:0px none !important; }
Best regards,
JohnJune 8, 2016 at 3:50 pm #320624Randy PowerParticipantThe .no border table isn’t working for me.
June 8, 2016 at 4:22 pm #320649Randy PowerParticipantI did get that to work! Thanks! Is there a way to change the line height in a table?
thanks,rAndy
June 9, 2016 at 9:00 am #321266J. DavisKeymasterHi Randy,
You can try to add custom class below and then apply it (my_table_lineheight) to your table.my_table_lineheight tr { line-height:4em; }
Best regards,
JohnJune 9, 2016 at 11:33 am #321353Randy PowerParticipantThanks John for the fast reply. I love this plugin! I hate to ask so many questions, but is there also a way to change the header of the table? I’d like to change the font, and make it lower case as well as the size. The more I use this the more I love it!
thanks again,
rAndy
June 10, 2016 at 9:33 am #322003J. DavisKeymasterHi Randy,
You can try to add custom class below and then apply it (custom_table_head) to your table.custom_table_head thead{ font-family:"Times New Roman", Georgia, Serif; font-size:10pt; text-transform: lowercase; }
Best regards,
JohnOctober 3, 2016 at 10:04 pm #388964Christianne BOHRGuestI am trying to change the navigation arrows in my manual slider to say NEXT and BACK instead of the left and right arrows. May I please have the code to put into the custom CSS to do this please?
October 4, 2016 at 10:51 am #389175J. DavisKeymasterHi Christianne,
Could you clarify your questions more detailed? This topic is related to Table element of Content Editor. What slider do you mean? is is element of MotoPress Content Editor or separate plugin? Try to create new topic not to make a mess. Thank you for understanding.
Best regards,
JohnAugust 8, 2017 at 8:30 am #554678igsterGuestHi there,
I was wondering, in MotoPress, how can I align all text (in every row/column) except for the header row within a table to the top and to the left?
Any pointers would be much appreciated.
Much thanks,
iggyAugust 10, 2017 at 3:02 pm #556027igsterGuestNo worries. Worked it out.
- AuthorPosts
- You must be logged in to reply to this topic.