Hi there, again. i am a huge fan of this theme. it is easy and fun to work with.
One question, though: Could you help me with the css snippets which enables me to style the heading-row of a regular table (not a pricing table):
I would like to change from all caps to normal text, make it bold and change the font-size. I know it is probably very easy, but I am very new to css, and can’t seem to make it work.
than ks,
Yours,
Jette
Hi Jette,
Can you post the link to the page where you have this table please?
Regards,
Josue
Hi Josue
Sorry for the delay. i have been ut of town. Here is a typical example of the table I would like to costumize:
http://international-workshop.com/newWeb/fees-two-years-of-study
As explained, the simple css I need is for changing the text in the heading row from all caps to normal text, make it bold and change the font-size.
Tthanks,
Jette
Hi Jette!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
tr.avia-heading-row th {
text-transform: none;
font-weight: bold;
font-size: 16px;
}
Cheers!
Yigit
Fantastic, thanks!