Font and background color

Shoal Summit Solutions Forums MSTW Team Rosters Plugin Font and background color

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2023

    Went to display settings and changed the font and background color – no changes.

    What am I missing?

    #2028
    Mark
    Keymaster

      Hummm, this seems to be working on the MSTW Dev site …

      Did you SAVE the changes? (Save button is at the bottom of the (long) page.)

      You mention “the found and background color”, but there are several … for headings, for the title, for even rows, for odd rows … did you set the right one(s)??

      Did you create any custom CSV rules related to these settings? They can override the ‘defaults’ from the Settings screen.

      Also, it would be helpful if you send me a link to the page in question.

      -Mark

      #2029

      No, I did not set any custom CSV file. here’s the link to my site
      http://www.coastvbc.com/boys/18-darrell/

      In display settings I changed the color for the following:
      Table Even Row Text Color:
      Table Even Row Background Color:
      Table Odd Row Text Color:

      Let me know
      Luis

      #2032
      Mark
      Keymaster

        Okay, upon further review, I don’t like the way I set up the display settings here. The rule I created from the display settings is NOT specific enough, so it works for some themes and not others. I have added this to the list for the next release. In the meantime, try adding the following rules to the plugin’s stylesheet:

        tr td.mstw-tr-odd {
             color: #F00;  /* replace all these with the colors you want */
             background-color: #00F;
        }
        tr td.mstw-tr-even {
             color: #00F;
             background-color: #F00;
        }

        Let me know.
        -Mark

        #2056

        that worked. Thanks

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