Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1445425
Problem with hover on a table
Closed

Comments

  • paparatatam started the conversation

    Hello,

    Each time I'm hovering on a table in one of my article, the color of the background becomes white. I would like it to stay as defined.

    For example :

    <table class="aligncenter" style="border-color: #395e8f; background-color: #9ed2e8;" border="3">
    <tbody>
    </tbody>
    </table>

    On a single post, if I hover with the mouse on the table, it will become white instead of staying blue.

    Could you tell me the option to stop this please.

    Regards.

    Papa Ratatam

  •  2,699
    PenciDesign replied

    Hi,

    Can you show me a link for this issue?


    Best Regards,

    PenciDesign

  • paparatatam replied

    http://paparatatam.com/wp-admin/post.php?post=1680&action=edit

    It's a draft so I don't know if you can get an access.


  •  2,699
    PenciDesign replied

    Hi,

    Let's publish it in a min to I can take it a look.


    Best Regards,

    PenciDesign

  • paparatatam replied

    ok it's published . just 5min and i cancelled.

    thanks

  •  2,699
    PenciDesign replied

    Hi,

    Yeah, please add more this code to Customize > Custom CSS to do that:

    .post-entry tr:hover{ background: none;  }

    Best Regards,

    PenciDesign

  • paparatatam replied

    thanks !!