[Resolved] customize headline

Home Forums Support [Resolved] customize headline

Home Forums Support customize headline

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1616723
    cpalo

    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?

    #1616831
    David
    Staff
    Customer Support

    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 */
    }
    #1617673
    cpalo

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

    #1618112
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.