Site logo

Archived topic

customize headline

3 replies · Started by cpalo on January 13, 2021

Viewing posts 1–4 of 4

Hello,
On some starting themes such as for example wire (home) .. the head is preceded by a vertical bar on the left. I can't find how the left border inserted? no icon?
In the block headline, I insert a title with an icon.
Then a paragraph.
Can I change the typography of just one or two words in these elements?
Or do I have to use other blocks like Advanced Heading?

Hi there,

The vertical line is Border style added to the Headline Block, you can change the border in the Headlines > Spacing >>> Border Width and the color of it in Headlines > Colors > Border color.

If you select a string of words in the Headline block content, and go to the tool bar drop down arrow and select Highlight, this wrap those words in a <mark> tag which can then be styled in Colors > Highlight.

If you want to add custom style to the Headline, then first give the Headline Block a CSS class in Advanced > Additional CSS Class(es) eg. my-custom-class you can then style the highlight with CSS:

.my-custom-class mark {
    /* Custom styles for the Headline Mark */
}

Thanks.. it's ok
I had thought of a border but I had not seen the border size menu

You're welcome

This archived topic is closed to new replies.