Second row of table always grey

IanHoulihan
IanHoulihan

Hi All,

I am wanting to place a table or two in a character page. Here is what I have:

https://startrekexcalibur.obsidianportal.com/characters/ens-illi-thid

As you can see, the second line of the two tables has a slight grey appearance in each cell. I don't know how its happening. Any suggestions on how to remove it?

Comments

  • vadercomplex
    vadercomplex
    Posts: 267

    Hey @ianhoulihan! Let me pass it to the team and get back to you. ☺

    Obsidian Portal Support Druid | [email protected]

  • vadercomplex
    vadercomplex
    Posts: 267

    Hi @ianhoulihan! We got a response from our Devs for ya:

    The second line in Attributes and the second line in Departments has a slight grey background.

    It’s there to make the tables in the Campaign content easier to read.

    If they don’t want this effect in ANY of their tables in their Campaign, then they can add this CSS to their Custom CSS:

    .main-content table tr.even, .main-content table tr.alt, .main-content table tr:nth-of-type(even) {

    background-color: initial;

    }

    But if they only want that grey background gone for these rows specifically, then for each row where they don’t want it, they would add a “style” to that row like this:

    tr style=“background-color: initial;”

    Obsidian Portal Support Druid | [email protected]

  • IanHoulihan
    IanHoulihan
    Posts: 94

    Awesome. Thank you :)

Sign In or Register to comment.

September 2026
City of Shadows

Read the feature post on the blog
Return to Obsidian Portal

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Discussions