cancel
Showing results for 
Search instead for 
Did you mean: 

How to make only title bold in responsive popover

Hi All ,

I want to make title of responsive popover bold in xml view. Any suggestions. Putting anything in class changes whole popup

<ResponsivePopover title="Title"

class="sapUiContentPadding"

View Entire Topic
gregcarino
Product and Topic Expert
Product and Topic Expert

Hi,

There is no standard property to set the Title control bold. You can do this using custom CSS.

If you want to set the title bold to all ResponsivePopover headers you can add this in your css file:

.sapMPopoverHeader .sapMTitle {
font-weight: bold; }