Heading H1 Huge and Huge Spacing:

this is huge

<h1 class="huge huge-spacing">this is huge</h1>
 

Huge Heading

<h1 class="huge">Huge Heading</h1>
 

Big Heading

<h1 class="big ">Big Heading</h1>
 

Heading H1

Heading H2

Heading H3

Heading H4

Heading H5
Heading H6
small subtitle
<span class="small-subtitle">small subtitle</span>
 

Heading classes on elements

You can add heading style to any element using following classes .h1, .h2, .h3, .h4, .h5, .h6.

link h5 headingspan h3 heading
 

Hightlight

Add at-highlight class to element to wrap it with background

header with hightlight
 

Alternative Hightlight

Wrap text in <em class="hightlighted-text"> ... </em> class to element to add fat underline. Works best on big headings. Additionally you can add class lower to move underline lower.

Highlighted Text and Highlighted Text Lower
 
<span class="h3"><em class="hightlighted-text">Highlighted</em> Text</span> and <span class="h1"><em class="hightlighted-text lower">Highlighted</em> Text Lower</span>
 

Link hover styles

 

You can various ways to make link with bg on hover. You can add class bg-hover directly to the a tag.

Or you can add one of these classes to the wrapper element and all links inside will be with background on hover: std,llinks-bg-hover.

You can clear links hover for specific link by applying link-clear class to link tag. Add clean-list class to ul element or wrapper to remove dots and padding from all list elements.

Alternatively you can add double underline on link hover by adding underlined-links class to wrapper.

 
 

Bigger content text

You can make content text bigger by adding big-text class.

It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).

 

Text alignment

Use following classes to align texta-center, a-left, a-right

It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English.
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English.
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English.
 

Spacers

You can easily add some extra space by adding div with following classes: spacer-big, spacer-medium, spacer-regular, spacer-small

<div class="spacer-big">&nbsp;</div>
 

Hide on mobile

You can hide elements on mobile ot tablet by adding following classes to element: hide-on-tablet, hide-on-mobile

 

Remove spacing from columns

Add no-spacing or no-gutters class to row to remove padding and margin from row and columns .

 
 

Align vertical and Max width

Adding ox-max-width-500 to element will make it centered and set max width to 500. You can add ox-max-width- classes from 500-1000 with step 100. To align content vertically use following classes: col-align-vertical - on col element. block-align-vertical - inside col element.

<div class="row">
    <div class="col-md-6">
		<div class="block-align-vertical ox-max-width-500">
		...
		</div>
	</div>
</div>

or

<div class="row">
    <div class="col-md-6 col-align-vertical">
		<div class="ox-max-width-500">
		...
		</div>
	</div>
</div>
limited time offer

SALE UP TO 50% OFF
on new collection

There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.

shop now

 

Clean margin, padding

no-margin - remove margin from element. no-padding - remove padding from element. clear-p - remove margin from all p elements.

Additionally add or remove margin to elements depending on screen resolution:

ox-margin-lg, ox-margin-lg-no, ox-margin-md, ox-margin-md-no, ox-margin-sm, ox-margin-sm-no, ox-margin, ox-margin-no
 

Stick to page footer

Use this class to remove page bottom spacingpage-bottom-padding

 
stick to page bottom
To Top