cancel
Showing results for 
Search instead for 
Did you mean: 

How to write css that makes the Row_Headers in uppercase be in bold-text

fhumulani
Explorer
0 Kudos

Hi everyone,

I just got started with Lumira designer and do not have much knowledge since it's a new tool to me, I am working on income statements , styling them using the custom css script file, however I have just realized that this won't work when you want to add conditional statements so css can only apply to specific component, can anyone please help, here is an example of the css statements, I used a line number to reference where this should apply, however this approach does not work because the row-headers I want to bold are not sitting in the same line in all income statements.

.sapzencrosstab-RowHeaderArea tr:nth-child(4) .sapzencrosstab-HeaderCellDefault, .sapzencrosstab-RowHeaderArea tr:nth-child(4).sapzencrosstab-HeaderCellAlternating, .sapzencrosstab-DimensionHeaderArea .sapzencrosstab-HeaderCellAlternating, .sapzencrosstab-DimensionHeaderArea .sapzencrosstab-HeaderCellDefault{color: Black; font-weight: bold !important; }

How can I bold row-headers based on a condition of only line who's row-headers are in uppercase?

To try summarize my question, is there a way to use css based on the row/column name instead of number? if there is ,how can I modify the code pasted above.

Your assistance will be highly appreciated!

former_member763929
Participant

Thank you for visiting SAP Community to get answers to your questions. Since you're asking a question here for the first time, I recommend that you familiarize yourself with Community Q&A , as it provides tips for preparing questions that draw responses from our members.

For example, you can:

- outline what steps you took to find answers (and why they weren't helpful)

- share screenshots of what you've seen/done

- make sure you've applied the appropriate tags

- use a more descriptive subject line.

The more details you provide, the more likely it is that members will be able to respond. Feel free to also take our Q&A tutorial Q&A tutorial

Should you wish, you can revise your question by selecting Actions, then Edit.

By adding a picture to your Profile you encourage readers to respond.

Accepted Solutions (0)

Answers (0)