Fail to change the font size of plugin title
-
What is the right way to change the fonts size of the slide box title?
This is my blog site, please click the photo for opening the light box.
[ redundant link removed ]
i would like to change the fonts size from the original 23px to 18px
I had try to correct the css (themes/default/sass/style.scss)
at the appearance plugin page but it fails to affect the change.Ref:
//Title
148 | $title-size: 23px; <<<<<<<
149 |
150 | .slb_data_title, .slb_group_status {
151 | font-family: ‘Yanone Kaffeesatz’, arial, sans-serif;
152 | font-size: $title-size;
153 | margin-right: .2em;
154 | display: inline-block;The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Fail to change the font size of plugin title’ is closed to new replies.