• Good Day,

    I just cannot figure out the code to allow adding Cell (TD) borders and colors.
    I tried everything I can think of even looking at CSS files.

    Thanks,
    Jim

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author nobita

    (@nobita)

    Hi @akacruiseman

    for example

    Please add Customize / Addtional CSS

    
    #bd .entry-content table{
        border:3px solid red;   
    }
    #bd .entry-content td{
        border:1px solid blue;
    }
    

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Table and cell border and border color’ is closed to new replies.