Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #10036778
    MoiraAllen
    Participant

    Hi Rodrigo – I need some help with how my table looks. How can I get alternating grey/white for my rows? How can I change the size of the text in my cells?

    Thanks, Moira


    #10036785
    Support
    Keymaster

    Hello Moira,

    Add the class “table-striped” to the table class:

    <table class="table table-bordered table-striped">

    Regarding text size, you can change all texts size by adding helpers class text-xx in the <table> tag. For example:

    <table class="table table-bordered table-striped text-5">

    Or, if you want to change only the text of specific column:

    <td class="text-5">Citris</td>

    * Possible values of text size starts from text-0 until text-15.

    Hope this helps!

    Kind Regards,

    Rodrigo.


    If you are satisfied with EZY HTML and our support, please leave your comment and rating on ThemeForest downloads page. That helps us a lot: https://themeforest.net/downloads


    #10036826
    MoiraAllen
    Participant

    Thanks, Rodrigo 🙂


    #10036830
    Support
    Keymaster

    Hello Moira,

    Great the issue is now resolved! 🙂


    If you are satisfied with EZY HTML and our support, please leave your comment and rating on ThemeForest downloads page. That helps us a lot: https://themeforest.net/downloads


Viewing 4 posts - 1 through 4 (of 4 total)

This topic is marked as "RESOLVED" and can not rceive new replies.