Skip to content

Change / Relocate Scene Details #5555

Answered by echo6ix
nathanstreetx asked this question in Q&A
Discussion options

You must be logged in to vote

You can remove the Created at and Updated at fields using the following CSS (mileage may vary I haven't tested this extensively)

[class="tab-content"] {  
    [class*=-details] {
        /* Hide CREATED AT and UPDATED AT fields */
        &> h6:nth-of-type(-n+2) {
            display: none;
        }
    }
}

Cannot accomplish your other requests with CSS alone.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by nathanstreetx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #5554 on December 14, 2024 03:29.