Hello, I’m looking for a template to change headings background color without changing the size or the color of the content of the heading
Something like this, @xDeY?
-
With
.HyperMD-header
you can format the boxespre
of all headlines. -
With
.HyperMD-header-1
you can format the boxpre
of headline 1. -
In preview mode you can format the headlines with h1, h2, …
/* LIVE :: Box :: all headlines ✔ */
.HyperMD-header {
/* background-color: lime; */
border-bottom: 1px solid var(--white1);
}
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.