-
AuthorPosts
-
November 4, 2015 at 6:42 pm #530346
Hello !
I would like to create this table, you can with avia builder using “table” …?
Thank youNovember 5, 2015 at 8:23 am #530566Hi rikamo,
I think you should be able to do that yes, could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
RikardNovember 5, 2015 at 2:43 pm #530797Yes, thank you !
November 6, 2015 at 12:04 pm #531407Rikard excuse, maybe you mean the page that I am creating?
In that case, here it is: the table is at the end. Thank youNovember 9, 2015 at 1:31 pm #532548Hey!
this table at the end does not have the same items as shown in your screenshot. You didn’t even add title items. Let us know when you are ready and tell us what you want to change. Is it the colors?
Regards,
AndyNovember 9, 2015 at 3:02 pm #532624Yes. I’d like to change the colors of the boxes.
Then I’d like to change the colors of the edges of the table.
I’d like to change the font size and enter the text in bold favorite.
I have included a test page only to this table, you can find it at the link in private.
Thanks for the supportNovember 10, 2015 at 3:20 pm #533321Hi!
try this code in Quick CSS field for the color:
tr th:first-child, tr td:first-child { background-color: pink; } tr:first-child th, tr:first-child td { background-color: white; } tr:nth-child(even) { background-color: green !important; } tr:nth-child(odd) { background-color: green !important; }
and adjust as needed.
Regards,
AndyNovember 10, 2015 at 5:01 pm #533451You can change the border color …? And the size of the font? And the color of the font?
November 10, 2015 at 5:09 pm #533461Hi!
border color:
tr, td, th { border-color: red !important; }
font for table header:
th { font-size: 10px; color: blue; }
and for table content:
td { font-size: 12px; color: yellow; }
Cheers!
AndyNovember 10, 2015 at 5:32 pm #533484Perfetct!
one more thing… I would like to change the font size of the title with the bold … Thank you !!
November 10, 2015 at 5:51 pm #533500Hey!
it is already bold. You can change it to normal with this code:th { font-weight: normal; }
Regards,
AndyNovember 23, 2015 at 12:26 pm #540693Thanks Andy, I finally created the page with the tables as I wanted. But if I want to create a table with different colors in another page as I do?
November 23, 2015 at 2:51 pm #540872Hey!
I don’t understand your last question. What do you want to do? or is it already solved for you?
Best regards,
AndyNovember 23, 2015 at 3:14 pm #540900I can not use cust-TB, it has gone from “text block”
November 23, 2015 at 3:17 pm #540905sorry I was wrong post…
I would do different table colors for a new page!
November 23, 2015 at 9:46 pm #541174Hi!
your english is difficult to understand for me. Not sure what you want to do. Can you provide us a precise link and a mockup showing the result you want to achieve please? you can use imgur.com or dropbox.
Cheers!
AndyNovember 24, 2015 at 12:52 am #541273ok, sorry, I try to explain. I entered the codes that you suggested in css fast and I got it with my tables. But all the tables that I create my website now have the same colors and values. And ‘possible to keep this configuration table only for a page? I would like to create another page with another table with different colors. In short …. I can create two pages with 2 tables completely different? I mean colors …. Thank you
November 24, 2015 at 1:09 pm #541549November 26, 2015 at 10:57 am #542980Thanks Andy, can you give me an example? I understand little of html ….
November 26, 2015 at 2:55 pm #543161Hey!
here you’ll find an example: https://kriesi.at/support/topic/changing-a-specific-page-with-quick-css/#post-223394
Cheers!
Andy -
AuthorPosts
- You must be logged in to reply to this topic.