Here i have used Special Heading to build this section. (http://prntscr.com/mce09v / http://prntscr.com/mce0c0)
How do i make the Heading Text (http://prntscr.com/mce0f8) BOLD.
How do i make the Subheading Text (http://prntscr.com/mce0jn) Italic
Hey prana_aok,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#top.page-id-31 .av-special-heading h3.av-special-heading-tag {
font-weight: bolder !important;
}
#top.page-id-31 .av-special-heading .av-subheading_below p {
font-style: italic !important;
}
Best regards,
Mike