Site logo

[Resolved] How To Customize Heading(H2) Like Hubspot

Home Forums Support [Resolved] How To Customize Heading(H2) Like Hubspot

Home Forums Support How To Customize Heading(H2) Like Hubspot

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2428683
    printertip

    I want to make my headings look like this.
    https://ibb.co/bFDv03D
    Can you suggest me the CSS?

    #2428862
    David
    Staff
    Customer Support

    Hi there,

    you can try this CSS:

    
    .entry-content h2 {
        padding: 15px;
        border: 1px solid currentcolor;
        border-radius: 4px;
    }

    Do you want an icon before them too ? If so, you would need to upload an image to your media library of the exact size you want it displayed eg. 40px x 40px.

    #2435553
    printertip

    Thanks David. It worked perfectly!

    #2436868
    David
    Staff
    Customer Support

    Glad to hear that!

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