Product added to cart
Wir verwenden Cookies, um Ihre Erfahrung zu verbessern. Um die neuen Datenschutzrichtlinien zu erfüllen, müssen wir Sie um Ihre Zustimmung für Cookies fragen. Weitere Informationen
<h1 class="huge huge-spacing">this is huge</h1>
<h1 class="huge">Huge Heading</h1>
<h1 class="big ">Big Heading</h1>
<span class="small-subtitle">small subtitle</span>
You can add heading style to any element using following classes .h1, .h2, .h3, .h4, .h5, .h6.
link h5 headingspan h3 headingAdd at-highlight class to element to wrap it with background
header with hightlightWrap 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>
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.
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).
Use following classes to align texta-center, a-left, a-right
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"> </div>
You can hide elements on mobile ot tablet by adding following classes to element: hide-on-tablet, hide-on-mobile
Add no-spacing or no-gutters class to row to remove padding and margin from row and columns .
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>
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
Use this class to remove page bottom spacingpage-bottom-padding