You are viewing limited content. For full access, please sign in.

Discussion

Discussion

New Designer Section Label

posted on February 9 Show version history

Is there a way to increase the font size on the section lables?  There was on the old designer in Themes.  I tried some css coding but its not working.

0 0
replied on February 9

You can change the text size for a section label using the "Container Labels" style section. It also changes Collection and Table label as well though.

3 0
replied on February 9 Show version history

Version 11 Update 5 (11.0.23.11):

 

This worked for me to impact all section labels: 

label.section-label {font-size: 32px;}

 

And then this to impact them differently based on custom classes:

.section1 label.section-label {font-size: 12px;}
.section2 label.section-label {font-size: 20px;}
.section3 label.section-label {font-size: 32px;}

 

3 0
replied on February 9

That is perfect and what I needed thank you!

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.