Okay
  Public Ticket #156846
Heading styles
Closed

Comments

  • Wesley started the conversation
    Hi I see in the live preview, you have various heading and typography styles that I cant seem to replicate using the Shortcodes. For example the headings with buttons to their right. I think you refer to them as site wide call to actions. - These don't have the underline on them, how can I remove this? - And how do you get the button on the right? Also on your homepage example there is a blue row with a different typograhic style. The text reads "Stop blending in with the rest..." - How do I achieve this? Thanks for your help. Great Theme Wes
  •  1,043
    ThemeNectar replied

    Hey Wesley,

    the different typography classes are documented in the user guide in the "CSS Classes to Know" section. Here's how I created the light font style for the blue bar you're referring to

    <h2 class="light">This is an awesome heading</h2>

    If you're confused as to how I set up any of the pages I would encourage you to import the dummy data file so you can get all of the setups to use/modify/learn from :)

    http://www.youtube.com/watch?v=_wKJFYCZN1U

    Cheers :)

  • Wesley replied

    Thats great. Thanks for your help.