Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #845965

    Hello,

    I would love to use the Enfold table feature, but there appears to be no import option, so I am using Tablepress. I am referring to the table halfway down under the heading “Upcoming Broadcasts”

    I used some shortcode to make the persistence left border disappear, however Enfold is overwriting the Tablepress option and is still alternating my rows… I would like my row color to remain consistent throughout.

    Additionally, I do not like the color of the header row and I cannot change it anywhere.

    Finally, and this is minor, I do not like the styling of the arrows on the pagination at the bottom – the arrows are shadowed and so they look cut off – I’d prefer just plain text < and >… I know this is Enfold theme overriding the basic tablepress settings.

    I do love both Enfold and Tablepress and would love it if they could work a little better together!

    FYI: this is what I have already added to my Quick CSS

    tr:first-child th { border-top-style: none; }
    tr th:first-child { border-left-style: none; }

    .tablepress tbody td{
    border-left: none;
    }

    Thank you!

    #846405

    Hey LiveBarnKristina,

    The top row is blue, is it the one you need to change?

    View post on imgur.com

    This will make the text the same color and change the arrows:

    
    #tablepress-1 td {
      color: #000;
    }
    .paging_simple .paginate_button.next:after, 
    .paging_simple .paginate_button.previous:before {
           text-shadow: none; 
           color: #666;
           font-weight: 400;
    }
    

    Those arrows are not from Enfold.

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.