Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #142770
    guitarizmo
    Participant

    I am trying to do what seems like would be simple task, but I have not found anything that works so far.
    Ok, I am using Catch Base theme. I have a simple table created with WP tablepress. The background is white (ugly).
    All I want to do is make the background of this table, transparent. Using Css code appears to be overwritten by the theme. Can someone give me a simple solution to this? Would be awesome! thanks!

    #142780
    Skandha
    Participant

    @guitarizmo: Please post in your site URL so that I can provide you the necessary CSS Code.

    Kind Regards,
    Skandha

    #142784
    guitarizmo
    Participant

    http://www.marvwilliamsmusic.com/

    The table I refer to is under calendar sub menu titled “the road ahead”

    http://www.marvwilliamsmusic.com/index.php/table/

    #142785
    Skandha
    Participant

    @guitarizmo: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .tablepress .odd td, .tablepress .even td {
    	background:none;
    }

    Let me know if this does the trick.
    Kind Regards,
    Skandha

    #142786
    guitarizmo
    Participant

    Thanks sooo much, worked like a charm.

    #142787
    Skandha
    Participant

    @guitarizmo: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-base/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day!

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘TablePress – transparent background’ is closed to new replies.