Changing Font of Title
rbrt
Registered Users Posts: 21 Big grins
I finally made the move to the new API. I'm trying to change the Font to Bold of the Title content block. The element looks like:
So I added the below to CSS, but has no effect
Not sure what else to try. Any help is greatly appreciated
<h1 class="sm-page-title sm-page-title-left sm-page-widget-pagetitle-s" style="
" id="yui_3_8_0_1_1396353355750_673">Portfolios</h1>
So I added the below to CSS, but has no effect
.sm-page-widget-pagetitle-s
{
font-weight: 900; !important;
}
.sm-page-title
{
font-weight: 900; !important;
}
.sm-page-title-left
{
font-weight: 900; !important;
}
Not sure what else to try. Any help is greatly appreciated
0
Comments
Looks like all I needed to change weight of Title was this:
Oddly it also changed the weight of Text as well, so I had to add: