• I would like the headings and subheading to mimic the header and tagline with the format of lines:text:lines

    for example,

    LIBRARY PROGRAMS
    = library programs and events =

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello @littlesilverlib,

    You can use below style to add styling for the heading. Add below styles using custom style editor

    .elementor-widget-heading h1.elementor-heading-title {
      display: inline-block;
      border-bottom: 1px solid #0d6078;
    }
    
    .elementor-widget-heading h3.elementor-heading-title {
      display: inline-block;
      border-bottom: 1px solid #0d6078;
    }
Viewing 1 replies (of 1 total)

The topic ‘Getting tagline formatting on headers’ is closed to new replies.