table background

  • Author
    Posts
  • #6003
    Gerald Robinson

    I can’t seem to find a way to get the table background the same as the rest of the page.  I want it to be

    rgba (255,248,220,0.5) but I can only get it to be solid colors.  It only goes to that color when I hover

    over it with the mouse.  Is there a way to fix this?  Changing the color in style.css has no effect.  I also tried it

    with the colors setting but nothing seems to effect it.  What does it take to change the table’s bgcolor?

    • This topic was modified 11 years ago by Zed. Reason: moved to the proper location
    #6220
    Zed
    Cryout Creations mastermind

    Where are you using tables?

    Nonetheless,

    table, table tr, table tr td, table th, table th td { background: rgba(255,248,220,0.5) !important; }

    should work.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘table background’ is closed to new replies.