• Resolved tanay11

    (@tanay11)


    I want to change the font family and font-weight of the heading title “Pros” and “Cons”. How am I supposed to do that?

    Thank you!

Viewing 1 replies (of 1 total)
  • Plugin Author imibrar

    (@imibrar)

    hi, it takes fonts family from the theme style, anyhow if you want to change it you can do it through custom css. you can add below code and change your desire font family and size.

    .i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-pros .i2-pros-title, .i2-pros-cons-main-wrapper .i2-pros-cons-wrapper .i2-cons .i2-cons-title {
        font-family: Georgia, serif;
        font-size: 30px;
    }

    I note your point and add it in upcoming feature list.

Viewing 1 replies (of 1 total)
  • The topic ‘Change heading font family and weight.’ is closed to new replies.