WPIntell

Source evidence

Resizing New Title Lines?

Page Title Splitter · support · 2019-05-12T15:19:00+00:00

complaintsentiment
mediumseverity
0.81relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 34 rows with source links

14.7% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
ourindar unresolved
Hi there, The font size for any split title lines goes to 14px. I can’t seem to find a way to change the inheritance, and adding custom CSS either in the Appearance tab or the plugin settings to set split titles to the size of other h1 items doesn’t work. To be clear, the first line of a title that’s split will be the desired (regular) size, but then any following lines are 14px. Any suggestions? Thanks! Hi, Depending on how the theme CSS is setup and without seeing it, you could try the following to your CSS for example. This will set the first line bigger than the others. h1 { font-size: 20px; } h1 span { font-size: 14px; } Let me know how it goes. Thank you, Chris

Comments

1 shown
Chris Steman 2019-05-12T15:54:00+00:00

Hi, Depending on how the theme CSS is setup and without seeing it, you could try the following to your CSS for example. This will set the first line bigger than the others. h1 { font-size: 20px; } h1 span { font-size: 14px; } Let me know how it goes. Thank you, Chris