BusinessObjects Board

How to bold text of a button

Hi Experts,

I am using SAP design studio 1.6 and need to bold a text on the button.
I’ve tried "sapMBtn, sapMBtnBase classes but no success. Any one has any idea how to achieve this?

Any help will be appreciated

Thanks.


Afreen (BOB member since 2016-10-25)

Lots of ways to do this if your familiar with CSS. Go to where it says CSS Style of Text component properties, and in the style editor enter:


font-weight: bold;

or

font-weight: 900;

katullus :us: (BOB member since 2009-08-21)