-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Hello,
I am not sure if this is a bug, but I hope you can help me.
Environment
- WordPress 5.4
- Enlighter Plugin 4.1 (downloaded from https://downloads.wordpress.org/plugin/enlighter.4.1.0.zip)
Story
- previous version: 3.10, now have to update entries because of missing mocha-theme
- used theme customizer to copy monokai to wpcustom
- now trying to reduce font-size from 15px to 12px
Example
<!-- wp:enlighter/codeblock {"language":"php","theme":"wpcustom"} -->
<pre class="EnlighterJSRAW" data-enlighter-language="php" data-enlighter-theme="wpcustom" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">
if ($result = $mysqli->query("SELECT Name FROM City LIMIT 10")) {
printf("Select returned %d rows.\n", $result->num_rows);
$result->close();
}
</pre>
<!-- /wp:enlighter/codeblock -->
Problem:
- cannot find a input-field to customize this entry:
.enlighter-t-wpcustom .enlighter span{
font-size: 15px;
}
Since all tags are span, it is not possible to change the font-size.
Proposed solution
- there should be a way to change font-size of span as well
Best regards,
David
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request