Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #281579

    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

    #281922

    Hi Jette,

    Can you post the link to the page where you have this table please?

    Regards,
    Josue

    #282384

    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

    #282389

    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

    #282446

    Fantastic, thanks!

    #282499

    Hey!

    You are welcome, glad we could help! :)

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘CSS for data tables, heading row’ is closed to new replies.