Tagged: table
-
AuthorPosts
-
May 23, 2016 at 10:56 am #636680
Hi,
When I insert a table, how can I change its cells’ color? I can’t find any option in theme.
Regards,
SadeghMay 23, 2016 at 10:57 am #636684Hi Sadegh!
Can you please post the link to your website and a screenshot showing the changes you would like to make?
Cheers!
YigitMay 23, 2016 at 11:10 am #636686Hi Yigit,
> Please find the information in private area.
> Here is the screenshot:
In number 1, I want to change the background color from black to #ff1a1a
In number 2, I’m looking for #ff0055 colorRegards,
SadeghMay 23, 2016 at 11:19 am #636689Hey!
Is it a private page? It cannot be found on my end. If it is, please post login credentials here as well or set page to public :)
Cheers!
YigitMay 23, 2016 at 11:39 am #636695Hi,
Sorry, you’re right, I didn’t pay attention to that.
(please find the login credentials in private area)Regards,
SadeghMay 23, 2016 at 11:53 am #636709Hey!
Please turn on custom CSS field for ALB elements – kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your element and give it a custom CSS class and then add following code to Quick CSS
.your-custom-class li.avia-heading-row { background: orange !important; color: red !important; } .your-custom-class .pricing-table>li:nth-child(odd) { background: red !important; }
Regards,
YigitMay 23, 2016 at 12:29 pm #636733Thanks a lot Yigit,
it was a very easy way to customize an element.And may I have 2 another questions about this element?
1> What if I want to change the color of “Price Row”? What is the related code for that?
2> And also please let me know about the codes which changes the font size in cells.Regards,
SadeghMay 24, 2016 at 1:09 pm #637425Hi,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
AndyMay 26, 2016 at 6:11 am #638484Hi Andy,
> Please take a look at the page from the given address in private area.
Here is my questions:
1> What if I want to change the color of “Price Row”? What is the related code for that?
2> And also please let me know about the codes which changes the font size in cells.May 26, 2016 at 4:11 pm #638792Hi,
I can’t see any price row on the link you’ve provided. Please make things clear to us by using screenshots (imgur.com, dropbox.).
Best regards,
AndyMay 28, 2016 at 8:44 pm #639835Hi Andy,
Sure, please take a look at this below image:
Let me rewrite my questions:
1> What if I want to change the color of “Price Row”? What is the related code for that? Like the row I have mentioned in the image.2> And also please let me know about the codes which changes the font size in cells. (like changing font size of the cell I draw a circle around it)
Regards and hope it is clear now for you
SadeghMay 30, 2016 at 7:50 am #640163Hi,
Please provide a working link to your site it will be easy to help you with accurate code. You are copying a preview link(which only admin can see) instead click view page on top tool bar and share the link.
/* Price row */ .main_color .pricing-table li.avia-pricing-row { background-color: #c3512f!important; color: #ffffff!important; } /* font size */ .pricing-table>li { font-size: 20px; }
Best regards,
VinayJuly 27, 2016 at 10:20 pm #665970Thanks a lot,
you may now close the thread please.July 28, 2016 at 12:54 pm #666166Hi,
glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Best regards,
Andy -
AuthorPosts
- The topic ‘Change table color’ is closed to new replies.