This theme has 12 extra content areas. Use the snippet included in the package to add content. You may also use the snippet below at the sidebar or body at page inspector > HTML Code > Body.
<div id="myExtraContent1"> Your content here </div>
Global code
You can also use the Global Code, if you wish to have the same content on all pages of your project. Access the Global Code at RapidWeaver Settings > Global Code.
Note that examples of all Extra Content areas are included in the package.
Visibility classes
We can use responsive visibility classes to display or hide elements on different devices. For example if we want to hide an extra container on medium devices the snippet will look like this:
<div id="myExtraContent1" class="uk-visible@m"> Your content here </div>
More about visibility classes can be found here: https://uikitstacks.com/documentation/visibility/
Comments
0 comments
Article is closed for comments.