Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #867661

    OneHeartChurch
    Participant

    Hi!

    Working on a feature list, but I’m finding the heading size a bit to screamy/large. Tried to erase the headline and only use the content text, but that becomes all to small. So, how do I change the size of the headline? 🙂

    Cheers!

    Christoffer

    #867663

    OneHeartChurch
    Participant
    This reply has been marked as private.
    #867702

    OneHeartChurch
    Participant

    Think I worked it out, but would appreciate some feedback! 🙂

    I erased the headline and used only the content text field. In there, I added the <h6> and </h6> surrounding my text.

    Will this do, on all devices and such?

    #868534

    Rupok
    Member

    Hi there,

    Thanks for writing in! Here is the default font-size, line-height for feature list title :

    .x-feature-box-title {
      font-size: 1.5em;
      line-height: 1.2;
    }

    So you can just modify this according to your choice and add this under Custom > CSS in the Customizer.

    Hope this helps.

    Cheers!