Tagged: 

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #636680

    Hi,

    When I insert a table, how can I change its cells’ color? I can’t find any option in theme.

    Regards,
    Sadegh

    #636684

    Hi Sadegh!

    Can you please post the link to your website and a screenshot showing the changes you would like to make?

    Cheers!
    Yigit

    #636686

    Hi 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 color

    Regards,
    Sadegh

    #636689

    Hey!

    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!
    Yigit

    #636695

    Hi,

    Sorry, you’re right, I didn’t pay attention to that.
    (please find the login credentials in private area)

    Regards,
    Sadegh

    #636709

    Hey!

    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,
    Yigit

    #636733

    Thanks 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,
    Sadegh

    #637425

    Hi,

    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,
    Andy

    #638484

    Hi 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.

    #638792

    Hi,

    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,
    Andy

    #639835

    Hi 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
    Sadegh

    #640163

    Hi,

    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,
    Vinay

    #665970

    Thanks a lot,
    you may now close the thread please.

    #666166

    Hi,

    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

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Change table color’ is closed to new replies.