Stuck shortcode web elements come up with highly creative, unique, modern UI and Bootstrap responsive multipurpose web UI pack. over 400+ shortcode web elements we have made to build your site outstanding looking. stuck is an interactive, easily customizable, highly modern UI, fast loading, lightweight, flexible, search engine optimized, efficiently managed all code, well documented and fully responsive HTML5 and CSS3 multi-purpose web elements pack. Purchase the stuck elements and make your website amazing looking.
Stuck is a huge number of handy Shortcodes which are quite powerful, flexible & easy to use. Setting up shortcodes is very easy & Self Explanatory. Here is the List of Shortcodes:
accordionfooter-lightfooter-darktabintro-box-1intro-box-2pricingcta-lightcta-bg-imagecta-darkteamtestimonialprogress barcontact formbreadcrumbssignup/inbuttonsnewslettercard stylecounterpaginationcountdowninputsinput switchvideo sectionparallaxclient-logocarousellightboxheading-separatorlabel & badgesocial-iconinstagram feedlist-grouplist-Styletable-styleblockquotestyphographyalert-styleCopyright © 2018. ThemeBack All Rights Reserved.
All the file are well organized, its so easy to work with the template. Follow the steps below to setup your site template
1. Unzip the downloaded package and open the HTML folder to find all the template files.
2. You will find the all html file and CSS folder, Fonts folder, Images folder, Js folder, Video folder.
3. In the CSS folder you will get some common CSS file and asset folder.
4. Asset folder contain all shortcode element CSS file individually.
5. Js folder contain only the jquery files.
6. Fonts folder contain essential font files for fonts.
7. Images folder contain all images of templetes.
8. Video folder contain a video file.
css files :These css file must have to include like this order.
js files :These js file must have to include like this order.
Note:shortcode-main.js file must have to include end of all js link
For accordion style you have to include accordion.cssfile. You can use whole css file or you can use individual section style. We made css style, section by section individual that are well comented (you will better understand if you see code).Note: Responsive Style sheet included in this css file
Example :
Code :
/*-------common style for accordion section --------*/ .accordion_common .card { border-radius: 4px; box-shadow: none; } .accordion_common .card .title { display: block; font-size: 18px; color: #303030; } .accordion_common p.card-body { font-size: 15px; line-height: 26px; font-family: "Lato", sans-serif; } /*---------style-1----------*/ .accordion_style1 .card { margin-bottom: 20px; border: none; } .accordion_style1 .card .title { border: 1px solid #dcdcdc; padding: 18px 30px; } .accordion_style1 p.card-body { border-bottom: 2px solid #dcdcdc; padding: 30px; }
For Tab style you have to include tab.cssfile. You can use whole css file or you can use individual section style. We made css style, section by section individual that are well comented (you will better understand if you see code).Note: Responsive Style sheet included in this css file
Example :
Code :
![]()
your title
your content
![]()
your title
your content
![]()
your title
your content
/*----------all Tab Common Style----------*/ .color_7a7{ color: #7a7a7b; } .color_1e1{ color: #1e1e27; } .tab_common .nav > li > a:focus, .tab_common .nav > li > a:hover { background-color: transparent; text-decoration: none; } .tab_common .nav > li > a { font-size: 16px; text-align: center; display: block; } .tab_common .nav-tabs { border-bottom: medium none; } /*------------------tab style-1------------------*/ .tab_style1 .nav > li > a { background: #fefefe; border: 1px solid #f1f1f1; color: #444; margin-left: 15px; padding: 8px 20px; } .tab_style1 .nav > li > a.active, .tab_style1 .nav > li > a:hover { border-color: #1670c4; color: #1670c4; } .tab_style1 .nav > li:first-child > a { margin-left: 0px; } .tab_style1 .tab_content { border: 1px solid #f1f1f1; padding: 30px; } .tab_style1 .tab_content .tab_img { background: #e3e3e3; max-width: 240px; } .tab_style1 .tab_content .tab_text { width: 78%; } .tab_style1 .tab_content .tab_img img { width: 100%; } .tab_style1 .tab_text P { line-height: 28px; }
For intro-box style you have to include introBox.cssfile. You can use whole css file or you can use individual section style. We made css style, section by section individual that are well comented (you will better understand if you see code). Note: Responsive Style sheet included in this css file
Example :
Code :
/*-------common style for intro section --------*/ .color_2c3{ color: #2c3e50; } .color_7c7{ color: #7c7c7c; } /*-----------------intro box / welcome style-1-----------------*/ .welcome1 .intro_common span{ height: 100px; width: 100px; padding: 13px; border: 2px solid #f5f5f5; position: relative; background: #fff; } .welcome1 .intro_common span i { background: #f5f5f5; border-radius: 100%; color: #1d2b44; display: block; font-size: 35px; height: 70px; padding: 20px; text-align: center; width: 70px; } .welcome1 .intro_common span::before { border-radius: 100%; content: ""; height: 100%; left: 0; position: absolute; top: 0; z-index: -1; width: 100%; border: 2px solid #00b4e1; } .welcome1 .intro_common:hover span:before { -webkit-animation: scaleAnimation1 0.8s 0s; -moz-animation: scaleAnimation1 0.8s 0s; -ms-animation: scaleAnimation1 0.8s 0s; -o-animation: scaleAnimation1 0.8s 0s; animation: scaleAnimation1 0.8s 0s; } .welcome1 .intro_common h5 a:hover { color: #00b4e1; } .welcome1 .intro_common:hover span { border-color: #00b4e1; } .welcome1 .intro_common:hover span i { background: #00b4e1; color: #fff; } @-webkit-keyframes scaleAnimation1 { 0% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; } 100% { -webkit-transform: scale(1.45); -moz-transform: scale(1.45); -ms-transform: scale(1.45); -o-transform: scale(1.45); transform: scale(1.45); opacity: 0; } } @keyframes scaleAnimation1 { 0% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; } 100% { -webkit-transform: scale(1.45); -moz-transform: scale(1.45); -ms-transform: scale(1.45); -o-transform: scale(1.45); transform: scale(1.45); opacity: 0; } }
For pricing table style you have to include pricingtbl.cssfile. You have to use whole css file. You can remove unnecessary css code. We made css style, section by section individual that are well comented (you will better understand if you see code). Note: Responsive Style sheet included in this css file
Example :
Code :
Basic
$13.90
/ MonthSELECT PLAN
- Disk space 250 Gb
- Bandwidth 25 Gb
- Databeses 1
- E-mail accounts NO
- 24h support NO
- E-mail support NO
Advanced
$95.90
/ MonthSELECT PLAN
- Disk space 350 Gb
- Bandwidth 45 Gb
- Databeses 1
- E-mail accounts YES
- 24h support NO
- E-mail support YES
Unlimited
$155.90
/ MonthSELECT PLAN
- Disk space 500 Gb
- Bandwidth 125 Gb
- Databeses 1
- E-mail accounts YES
- 24h support YES
- E-mail support YES
For call to action style you have to include c2a.cssfile. You can use whole css file or you can use individual section style. We made css style, section by section individual that are well comented (you will better understand if you see code). Note: Responsive Style sheet included in this css file
Example :
Code :
Contact Nowyour title
your content
/*-------common style for c2a section --------*/ .cta_common .cta_content .content_txt p { font-size: 18px; line-height: 27px; } .cta_common .cta_content .cta_button { display: inline-block; font-size: 18px; height: 55px; line-height: 54px; min-width: 250px; text-align: center; } .cta_common.dark { background-color: #1b1c21; } /*---------style-1-------*/ .cta1 .cta_content .content_txt { max-width: 650px; } .cta1 .cta_content .content_txt h2::before { background: #1b1c21 none repeat scroll 0 0; content: ""; height: 1px; position: absolute; right: 10px; top: 32px; width: 150px; } .cta1 .cta_content .cta_button { border: 1px solid #1b1c21; background: #1b1c21; color: #fff; } .cta1 .cta_content .cta_button:hover { border: 1px solid #1b1c21; background: transparent; color: #1b1c21; }
For Team style you have to include owl.carousel.min.cssfile, team.cssfile and owl.carousel.min.jsfile (don't forget to include shortcode-main.js file). You can use whole css file or you can use individual section style. We made css style, section by section individual that are well comented (you will better understand if you see code). Note: Responsive Style sheet included in this css file
Example :
Code :
Chris Robinson Founder & CEOTyler Raymer Site EngineerSydney Taft Support EngineerChris Lewis Broker
/*----------Team Common Style----------*/ .team_common .member_info>a { color: #222; font-size: 17px; line-height: 26px; } .team_common .member_info span { color: #363636; font-size: 13px; } .team_common .member_img img { width: 100%; } /*--------------------team style-2-------------------*/ .team_style2 .team_common{ overflow: hidden; } .team_style2 .member_img { border: 1px solid #f1f1f1; border-bottom: none; } .team_style2 .member_info { padding-bottom: 18px; padding-top: 24px; } .team_style2 .member_info .content { z-index: 9; position: relative; } .team_style2 .team_common:hover .member_info .content>span, .team_style2 .team_common:hover .member_info .content a { color: #fff; } .team_style2 .team_common:hover .member_info .content a:hover { color: #171718; } .team_style2 .member_info .overlay2, .team_style2 .member_info .overlay{ height: 140%; left: -23px; width: 130%; z-index: 0; -webkit-transform: rotate(-5deg); -moz-transform: rotate(-5deg); -ms-transform: rotate(-5deg); -o-transform: rotate(-5deg); transform: rotate(-5deg); } .team_style2 .member_info .overlay { background: #fff none repeat scroll 0 0; border-top: 1px solid #f1f1f1; top: -14px; } .team_style2 .member_info .overlay2 { background: #f1f1f1 none repeat scroll 0 0; top: -3px; } .team_style2 .team_common:hover .member_info .overlay2 { background: #11aee8; } .team_style2 .member_info .social_contact li { display: inline-block; } .team_style2 .member_info .social_contact li a { font-size: 17px; padding: 5px 7px; color: #606060; } .team_style2 .team_common:hover .member_info .social_contact li a:hover { color: #171718; }
For Testimoinial style you have to include owl.carousel.min.cssfile, slick.css file, testimonial.cssfile, owl.carousel.min.jsfile and slick.js (don't forget to include shortcode-main.js file). You can use whole css file or you can use individual section style. We made css style, section by section individual that are well comented (you will better understand if you see code). Note: Responsive Style sheet included in this css file
Example :
Code :
/*-----------------------testimonial style-------------*/ .testimonial_style14 .testimonial-image-slider .slick-track { display: flex; flex-flow: row; align-items: center; justify-content: center; min-height: 110px; } .testimonial_style14 .sin-testiImage img { border-radius: 50%; cursor: pointer; display: inline-block !important; height: 70px; opacity: 0.5; width: 70px; transition: all 0.5s!important; } .testimonial_style14 .sin-testiImage.slick-current img { height: 100px; opacity: 1; width: 100px; } .testimonial_style14 .testimonial-image-slider { margin: 0 auto; max-width: 350px !important; } .testimonial_style14 .testimonial-image-slider .slick-arrow { color: #474747; cursor: pointer; font-size: 18px; margin-top: -19px; padding: 10px 20px; position: absolute; top: 50%; } .testimonial_style14 .testimonial-image-slider .slick-arrow:hover { color: #027AEC; } .testimonial_style14 .testimonial-image-slider .slick-arrow.fa-long-arrow-left { left: -55px; } .testimonial_style14 .testimonial-image-slider .slick-arrow.fa-long-arrow-right { right: -55px; }
For Progress-bar style you have to include progressbar.cssfile and waypoints.min.jsfile (don't forget to include shortcode-main.js file). You can use whole css file or you can use individual section style. We made css style, section by section individual that are well comented (you will better understand if you see code). Note: Responsive Style sheet included in this css file
Example :
Code :
/*----------progressbar Common Style----------*/ .skill-progress .progress-title-holder { position: relative; font-size: 14px; color: #1e1e27; text-transform: uppercase; } .skill-progress .progress-wrapper { width: 100%; z-index: 10; } .skill-progress .progress-mark { position: absolute; bottom: 0; transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); } .skill-progress .progress-outter { background-color: #e5e5e5; } .skill-progress .progress-content { width: 0%; background: #474d53; } .skill-progress .progress-content, .skill-progress .progress-outter { height: 20px; } .skill-progress .percent { color: #1e1e27; font-size: 14px; } /*------------------- progress bar --------------------*/ .style5 .progress-content, .style5 .progress-outter { height: 2px; } .style5 .progress-content { background: #00cee0; background: -moz-linear-gradient(left, #00cee0 23%, #26d28f 100%); background: -webkit-linear-gradient(left, #00cee0 23%, #26d28f 100%); background: linear-gradient(to right, #00cee0 23%, #26d28f 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cee0', endColorstr='#26d28f', GradientType=1); } .style5 .skill-bar { margin-bottom: 18px; } .style5 .skill-bar:last-child { margin-bottom: 0px; } .style5 .progress-mark { bottom: 10px; } .style5 .percent { background: #00cee0; background: -moz-linear-gradient(left, #00cee0 23%, #26d28f 100%); background: -webkit-linear-gradient(left, #00cee0 23%, #26d28f 100%); background: linear-gradient(to right, #00cee0 23%, #26d28f 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cee0', endColorstr='#26d28f', GradientType=1); color: #fff; display: inline-block; line-height: normal; padding: 5px 10px; position: relative; } .style5 .percent:before { border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 6px solid #26d28f; bottom: -6px; content: ""; height: 0; left: 50%; position: absolute; width: 0; margin-left: -5px; }
For Contact form style you have to include contact-form.cssfile. You can use whole css file or you can use individual section style. We made css style, section by section individual that are well comented (you will better understand if you see code). Note: Responsive Style sheet included in this css file
Example :
Code :
Quick Contact Now
/*------------------------------contact form common style-------------------*/ .contact_form .abform_area .abinput_group { margin-bottom: 20px; width: 49.1%; position: relative; height: 50px; background: #fff; } .contact_form .abform_area .abinput_group.msg{ width: 100%; clear: both; height: 150px; margin-bottom: 40px; } .contact_form .abform_area .abinput_group > input { border: medium none; height: 100%; padding: 10px 22px; width: 100%; background: none; } .contact_form .abform_area .abinput_group > textarea{ border: none; resize: none; width: 100%; padding: 10px 22px; margin-bottom: 0; height: 100%; background: none; } .contact_form .abform_area button{ border: none; height: 50px; } /*--------------contact form style-4------------------*/ .contact_form4 { background: url(../../images/contact-bg1.jpg) no-repeat center center / cover; padding: 90px 0 90px; } .contact_form4 .overlay{ background: rgba(0,0,0,0.8); } .contact_form4 .abform_area .abinput_group:nth-child(even) { margin-left: 20px; } .contact_form4 .abform_area .abinput_group { border: 1px solid #303030; background: none; } .contact_form4 .abform_area .abinput_group:before { color: #878787; font-family: "Ionicons"; font-size: 18px; left: 16px; position: absolute; top: 11px; } .contact_form4 .abform_area .abinput_group.name:before{content: "\f47d";} .contact_form4 .abform_area .abinput_group.email:before{content: "\f422";} .contact_form4 .abform_area .abinput_group.subject:before{content: "\f41b";} .contact_form4 .abform_area .abinput_group.phone:before{content: "\f4b8";} .contact_form4 .abform_area .abinput_group.msg:before{content: "\f3f9";} .contact_form4 .abform_area .abinput_group > textarea, .contact_form4 .abform_area .abinput_group > input { color: #878787; padding-left: 40px; } .contact_form4 .abform_area .abinput_group.input_effect, .contact_form4 .abform_area .abinput_group.input_effect { border-color: #b7372d; } .contact_form4 .abform_area button { background: #f44437; letter-spacing: 1px; margin: 0 auto; padding: 2px 45px 0; } .contact_form4 .abform_area button:hover { background: #de2011; }
For sign-in / sign-up style you have to include signup.cssfile. You can use whole css file or you can use individual section style. We made css style, section by section individual that are well comented (you will better understand if you see code). Note: Responsive Style sheet included in this css file
Example :
Code :
Sign Up Create your account
Sign in login your account
/*--------------checkbox common style----------------*/ .checkbox_common label { color: #777777; font-size: 15px; cursor: pointer; font-weight: 300; } .checkbox_common input[type="checkbox"] { display: none; } .checkbox_common input[type="checkbox"]+label span { display: inline-block; width: 17px; height: 17px; margin: -1px 15px 0 0; vertical-align: middle; cursor: pointer; border: 1px solid #777; position: relative; } .checkbox_common input[type="checkbox"]+label span:before { color: #777; content: "\f00c"; font-family: "FontAwesome"; font-size: 9px; position: absolute; text-align: center; left: 3px; top: -5px; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); -webkit-transition: 0.2s; -moz-transition: 0.2s; -ms-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; } .checkbox_common input[type="checkbox"]:checked+label span:before { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } .checkbox_common input[type="checkbox"]+label span, .checkbox_common input[type="checkbox"]:checked+label span { -webkit-transition: background-color 0.2s linear; -o-transition: background-color 0.2s linear; -moz-transition: background-color 0.2s linear; transition: background-color 0.2s linear; } .signup_form_common form .remember_pass li a { color: #2a79ff; } .signup_form_common form .remember_pass li a:hover { text-decoration: underline; } /*------social login common--------*/ .signup_form_common .social_login li{ flex: 1; } .signup_form_common .social_login li a { color: #fff; font-size: 25px; height: 60px; line-height: 59px; padding: 0 15px; } .signup_form_common .social_login li.facebook a { background: #3b5998; } .signup_form_common .social_login li.twitter a { background: #4494f1; } .signup_form_common .social_login li.google_plus a { background: #cb4c2d; } /*------------------signup and sign in form style-2--------------*/ .signup_form2 { box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); border-top: 2px solid #3d2b5f; } .signup_form2 .form_header { border-bottom: 1px solid #f1f1f1; padding: 31px 0; } .signup_form2 > form { padding: 45px 70px 80px; } .signup_form2 .input_group { margin-bottom: 22px; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); padding-left: 15px; } .signup_form2 .input_group::before { left: 20px; } .signup_form2 form button { font-size: 25px; color: #fff; background: #3d2b5f; } .signup_form2 form button:hover{ background: #2b194d; } .signup_form2 form .has_signup a { color: #3d2b5f; } .signup_form2 form .has_signup a:hover { text-decoration: underline; } .signup_form2 .social_login li a { border-radius: 50px; font-size: 25px; height: 50px; line-height: 49px; }
For Card Style style you have to include card.cssfile. You can use whole css file or you can use individual section style. We made css style, section by section individual that are well comented (you will better understand if you see code).
Note: Responsive Style sheet included in this css file
Example :
Code :
/*--------------card common style--------------*/ .card_style .single_card .img_area{ overflow: hidden; } .card_style .single_card .img_area img { width: 100%; } .card_style .single_card .card_content a { color: #333; } /*--------------card style-1--------------*/ .card_style1 .single_card .img_area { border-radius: 5px 5px 0px 0px; } .card_style1 .single_card:hover .img_area img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); } .card_style1 .single_card .card_content { border: 1px solid #eee; border-top: 0; padding: 55px 30px 40px; border-radius: 0 0 5px 5px; } .card_style1 .card_content .puls { -webkit-box-shadow: 0 6px 11px rgba(0, 0, 0, 0.17); box-shadow: 0 6px 11px rgba(0, 0, 0, 0.17); font-size: 50px; height: 70px; left: 50%; margin-left: -35px; margin-top: -35px; padding: 5px; position: absolute; top: 0; width: 70px; } .card_style1 .card_content .puls i { line-height: normal; } .card_style1 .card_content .puls:hover i { color: #027AEC; } .card_style1 .single_card .card_content a:hover { color: #027AEC; }
For Counter style you have to include counter.cssfile, waypoints.min.jsfile and jquery.counterup.min.jsfile (don't forget to include shortcode-main.js file). You can use whole css file or you can use individual section style. We made css style, section by section individual that are well comented (you will better understand if you see code). Note: Responsive Style sheet included in this css file
Example :
Code :
1530
Happy Clients
60
Team Member
100
project Finished
632
Love Us
/*-------common style for counter section --------*/ .facts_common .facts_title{ font-size: 15px; } /*-------facts style-1 --------*/ .facts1{ background: url(../../images/facts-bg1.jpg) no-repeat center center / cover; } .facts1 .overlay{ background: rgba(0,0,0,0.8); } .facts1 .facts_common i { color: #31e2cf; font-size: 45px; line-height: normal; position: absolute; left: 0; top: -2px; } .facts1 .facts_common span.line { height: 2px; width: 50px; }
For Pagination style you have to include pagination.cssfile. You can use whole css file or you can use individual section style. We made css style, section by section individual that are well comented (you will better understand if you see code).
Note: Responsive Style sheet included in this css file
Example :
Code :
/*-------common style for pagination section --------*/ .bg_efefef { background: #efefef; } .pagination_common { width: 100%; } .pagination_common > li { display: inline-block; } .pagination_common > li a{ text-align: center; } /*----------pagination-8-------------*/ .pagination8 li a { color: #1e1e1e; display: block; font-size: 16px; line-height: 40px; height: 40px; padding: 0 10px; position: relative; border-bottom: 2px solid transparent; } .pagination8 li a i { background: #027aec; color: #fff; font-size: 30px; left: 0; padding: 0px 10px; position: absolute; top: 0; line-height: 40px; } .pagination8 li a i:after { border-right: 10px solid transparent; border-top: 40px solid #027aec; content: ""; height: 0; position: absolute; right: -10px; top: 0; width: 0; } .pagination8 > li:first-child { margin-right: 70px; margin-left: 0; } .pagination8 > li:last-child { margin-left: 70px; margin-right: 0; } .pagination8 li:last-child a, .pagination8 li:first-child a { font-size: 16px; padding: 0 30px 0 70px; text-transform: uppercase; background: #131313; color: #fff; border-bottom: none; } .pagination8 li.active a, .pagination8 li a:hover { border-bottom-color: #027aec; } .pagination8 > li { float: left; margin: 0 5px; }
For Countdown style you have to include countdown.cssfile, waypoints.min.jsfile and jquery.downCount.jsfile (don't forget to include shortcode-main.js file). You can use whole css file or you can use individual section style. We made css style, section by section individual that are well comented (you will better understand if you see code). Note: Responsive Style sheet included in this css file
Example :
Code :
Join with us quickly
40
days
13
hours
19
minutes
32
seconds
/*-----------countdown-3--------------*/ .countdown3{ background: url(../../images/countdown-bg2.jpg) no-repeat top center / cover; } .countdown3 .overlay{ background: rgba(0,0,0,0.8); } .countdown3 .countDown .single-count { float: left; margin-left: 30px; width: 22%; border: 2px solid #fff; padding: 20px; } .countdown3 .countDown .single-count:first-child{ margin-left: 0; } .countdown3 .countDown .inner_bg { padding: 20px 0; } .countdown3 .countDown .single-count h1 { font-size: 50px; line-height: 55px; } .countdown3 .countDown .single-count p{ font-size: 14px; color: #494949; } .countdown3 .single-count.day h1{ color: #e03d7e; } .countdown3 .single-count.hour h1{ color: #27d57d; } .countdown3 .single-count.min h1{ color: #607edf; } .countdown3 .single-count.second h1{ color: #ee5365; } .countdown3 .single-count.day{ border-color:#e03d7e; } .countdown3 .single-count.hour{ border-color:#27d57d; } .countdown3 .single-count.min{ border-color:#607edf; } .countdown3 .single-count.second{ border-color:#ee5365; }
For Inputs style you have to include inputs.cssfile. For the select box input you hve to use nice-select.css file and jquery.nice-select.min.js file. You can use whole css file or you can use individual section style. We made css style, section by section individual that are well comented (you will better understand if you see code).
Note: Responsive Style sheet included in this css file
Example :
Code :
For Video section style you have to include venobox.cssfile, video-section.cssfile, venobox.min.jsfile and jquery.vide.jsfile (don't forget to include shortcode-main.js file).
If you want background video then you have to use jquery.vide.js file, or if you want popup video then you have to use venobox.min.js file.
You can use whole css file or you can use individual section style. We made css style, section by section individual that are well comented (you will better understand if you see code). Note: Responsive Style sheet included in this css file
Example :
Code :
/*----------video section Style-1----------*/ .video1 { background: url(../../images/video-bg1.jpg) no-repeat center center / cover; } .video1 .overlay{ background: rgba(0,0,0,0.7); } .video1 .video_content{ min-height: 500px; } .video1 .video_content > span.line { width: 50px; height: 2px; } .video1 .video_content > p { font-size: 18px; line-height: 28px; } .video1 .video_content > h1 { max-width: 620px; line-height: 60px; } .video1 .video_content > a.venobox { color: #fff; border: 2px solid #fff; font-size: 22px; height: 60px; padding: 15px 22px; width: 60px; } .video1 .video_content > a.venobox:hover { background: #fff; color: #ED2553; }
For parallax style you have to include parallax.cssfile and parallax.jsfile (don't forget to include shortcode-main.js file). You can use whole css file or you can use individual section style. We made css style, section by section individual that are well comented (you will better understand if you see code). Note: Responsive Style sheet included in this css file
Example :
Code :
Start new journeyyour title
...
/*----------parallax style-2---------*/ .parallax2{ background: url(../../images/parallax-bg2.jpg) no-repeat fixed top center / cover; } .parallax2 .overlay{ background: rgba(0,0,0,0.7); } .parallax2 .parallax_content{ min-height: 600px; } .parallax2 .parallax_content .txt { max-width: 700px; } .parallax2 .parallax_content .readmore { border: 1px solid #fff; color: #fff; height: 50px; line-height: 50px; padding: 0 30px; } .parallax2 .parallax_content .readmore:hover { background: #fff; color: #8535a2; }
For Client Logo style you have to include owl.carousel.min.cssfile, client-logo.cssfile and owl.carousel.min.jsfile (don't forget to include shortcode-main.js file). You can use whole css file or you can use individual section style. We made css style, section by section individual that are well comented (you will better understand if you see code). Note: Responsive Style sheet included in this css file
Example :
Code :
/*-------client-logo-style-1------*/ .client_logo .logo_wrapper img { width: auto; margin: 0 auto; } /*next previous*/ .logo_carousel1 .owl-prev, .logo_carousel1 .owl-next { color: #444; display: inline-block; font-size: 30px; height: 40px; margin-top: -20px; padding: 5px; position: absolute; text-align: center; top: 50%; width: 40px; } .logo_carousel1 .owl-prev{ left: -40px; } .logo_carousel1 .owl-next{ right: -40px; }
For Carousel style you have to include owl.carousel.min.cssfile, carousel.cssfile and owl.carousel.min.jsfile (don't forget to include shortcode-main.js file). You can use whole css file or you can use individual section style. We made css style, section by section individual that are well comented (you will better understand if you see code). Note: Responsive Style sheet included in this css file
Example :
Code :
/*------------carousel style-2-----------*/ .abcarousel2 .owl-prev, .abcarousel2 .owl-next { background: rgba(255,255,255,0.5); color: #333; display: inline-block; font-size: 30px; height: 40px; margin-top: -20px; padding: 5px; position: absolute; text-align: center; top: 50%; width: 40px; opacity: 0; visibility: hidden; } .abcarousel2 .owl-prev{ left: 0; } .abcarousel2 .owl-next{ right: 0; } .abcarousel2 .owl-prev:hover, .abcarousel2 .owl-next:hover{ background: rgba(255,255,255,1); } .abcarousel2:hover .owl-prev, .abcarousel2:hover .owl-next{ opacity: 1; visibility: visible; }
For lightbox style you have to include venobox.cssfile, lightbox.cssfile and venobox.min.js file (don't forget to include shortcode-main.js file).
You can use whole css file or you can use individual section style. We made css style, section by section individual that are well comented (you will better understand if you see code). Note: Responsive Style sheet included in this css file
Example :
Code :
.lightbox_style .single_img{ overflow: hidden; margin-bottom: 30px; } .lightbox_style .single_img img{ width: 100%; } .lightbox_style .single_img .hoverlay { background: rgba(0, 0, 0, 0.6); height: 100%; left: 0; position: absolute; top: 0; width: 100%; opacity: 0; visibility: hidden; -webkit-transform: scale(0.4); -moz-transform: scale(0.4); -ms-transform: scale(0.4); -o-transform: scale(0.4); transform: scale(0.4); } .lightbox_style .single_img:hover .hoverlay { visibility: visible; opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } .lightbox_style .single_img .hoverlay > a { background: #fff; border-radius: 100%; color: #333; font-size: 21px; height: 35px; padding: 5px; text-align: center; width: 35px; }
For Heading Style style you have to include headingStyle.cssfile. For right align style just add the class .right_align and for the center align style just add the class .center_align in the ul tag.
You can use whole css file or you can use individual section style. We made css style, section by section individual that are well comented (you will better understand if you see code). Note: Responsive Style sheet included in this css file
Example :
Code :
/*-----------heading style-1----------*/ .heading_title1 span.d_block { height: 3px; margin-left: 52px; width: 30px; } .heading_title1.right_align span.d_block { margin-right: 52px; margin-left: auto; } .heading_title1.center_align span.d_block { margin: 0 auto; } .heading_title1 span.d_block::after, .heading_title1 .d_block::before { background: #e2e2e2; content: ""; height: 1px; position: absolute; top: 1.5px; width: 30px; } .heading_title1 span.d_block::after { right: -48px; } .heading_title1 span.d_block::before { left: -48px; }
For Instagram Feed style you have to include instagram-feed.cssfile.
You can use whole css file or you can use individual section style. We made css style, section by section individual that are well comented (you will better understand if you see code). Note: Responsive Style sheet included in this css file
Example :
Code :
/*-----------instagram feed style-2--------*/ .instagram2 .instagram_wrapper{ margin-left: -15px; } .instagram2 .single_image { float: left; margin-bottom: 15px; margin-left: 15px; width: 15.33%; overflow: hidden; } .instagram2 .single_image img { width: 100%; } .instagram2 .instagram_hoverlay { background: rgba(0,0,0,0.7); bottom: 0; position: absolute; width: 45px; z-index: 1; height: 100%; right: -45px; } .instagram2 .single_image:hover .instagram_hoverlay { right: 0px; } .instagram2 .instagram_hoverlay ul { width: 100%; } .instagram2 .instagram_hoverlay ul li{ font-size: 20px; color: #fff; padding: 5px 10px; position: relative; } .instagram2 .instagram_hoverlay ul li:first-child{ border-right: 1px solid #383838; } .instagram2 .instagram_hoverlay ul li i{ vertical-align: middle; } .instagram2 .instagram_hoverlay ul li span.count { background: #ae3cdb; border-radius: 100%; font-size: 11px; line-height: 15px; margin-left: 7px; padding: 2px 3px; position: absolute; right: 5px; top: 5px; }
For List Group style you have to include list-group.cssfile. For dark version just add the class .dark in the ul tag.
You can use whole css file or you can use individual section style. We made css style, section by section individual that are well comented (you will better understand if you see code). Note: Responsive Style sheet included in this css file
Example :
Code :
/*--------list group common style--------*/ .list_common { border: 1px solid #eeeeee; } .list_common.dark { border: none; } .list_common li { border-bottom: 1px solid #eeeeee; } .list_common li:last-child { border-bottom: none; } .list_common li a { color: #666666; display: block; padding: 12px 20px; } .list_common.dark li { border-color: #3c3c3c; } .list_common.dark li a { background: #2b2b2b; color: #e1e1e1; } .list_common li a:hover { background: #f8f8f8; } .list_common.dark li a:hover { background: #262626; } .list_common li:first-child a{ border-radius: 3px 3px 0 0; } .list_common li:last-child a{ border-radius: 0px 0px 3px 3px; } /*---------list style-2----------*/ .list_style2.dark li.active a, .list_style2 li.active a { background: #713d85; color: #fff; } .list_style2.dark li a { background: #2f2732; color: #fff; }
For List Style style you have to include list_style.cssfile. We made css style, section by section individual that are well comented (you will better understand if you see code). Note: Responsive Style sheet included in this css file
Example :
Code :
.list_common{ margin-bottom: 30px; } .list_common > li { color: #777777; font-size: 15px; line-height: 25px; margin-bottom: 15px; padding-left: 30px; position: relative; } .list_common > li i { font-size: 18px; left: 0; position: absolute; top: 1px; } .list_common.border_btm > li i { top: 10px; } .list_common.border_btm > li { border-bottom: 1px dashed #ececec; padding-top: 10px; padding-bottom: 10px; margin-bottom: 0; } .list_common.border_solid > li { border-bottom-style: solid; } .list_common.border_btm > li:last-child { border-bottom: none; } /*-----------style-1 ------------*/ .list_style10 > li i, .list_style7 > li i, .list_style4 > li i, .list_style1 > li i { color: #26d28f; }
For Table style you have to include table.cssfile.
You can use whole css file or you can use individual section style. We made css style, section by section individual that are well comented (you will better understand if you see code). Note: Responsive Style sheet included in this css file
Example :
Code :
Heading-1 Heading-2 Heading-3 Heading-4 Heading-5 Content Content Content Content Content Content Content Content Content Content Content Content Content Content Content Content Content Content Content Content Content Content Content Content Content
/*-------table common style-------*/ .table_style_common table tr > th, .table_style_common table tr > td { color: #666666; padding: 15px 10px !important; text-align: center; border: none; background: #f9f9f9; } .table_style_common table tr > th { color: #333333; background: #f1f0f0; } .table_style_common .table > thead > tr > th { border: none; } .table_style_common table tr:hover td{ background: #fff; } /*-------table style-4------*/ .table_style4 table{ border: 1px solid #f7f7f7; } .table_style4 table tr > th{ background: #f7f7f7; } .table_style4 table tr > td{ background: none; border-bottom: 1px solid #f7f7f7; }
For blockquotes style you have to include blockquotes.cssfile.
You can use whole css file or you can use individual section style. We made css style, section by section individual that are well comented (you will better understand if you see code). Note: Responsive Style sheet included in this css file
Example :
Code :
your content
/*--------blockquotes common style--------*/ blockquote.blockquotes_common { border-left: 3px solid #e9e9e9; padding: 5px 25px; } blockquote.blockquote_reverse { border-right: 3px solid #e9e9e9; border-left: none; text-align: right; } blockquote.blockquotes_common p { font-size: 18px; line-height: 30px; }
For alert style you have to include alert.cssfile.
You can use whole css file or you can use individual section style. We made css style, section by section individual that are well comented (you will better understand if you see code). Note: Responsive Style sheet included in this css file
Example :
Code :
This is a light alert—check it out!
This is a danger alert with an example link
You should check in on some of those fields below.
This is a success alert with an example link.
This is a info alert with an example link.
Normal Message! Your Message Here
/*----common style for alert section -----*/ .alert_common.alert { border-radius: 3px; padding: 10px 35px 10px 20px; } .alert_common .close { margin-top: -10px; position: absolute; right: 15px; top: 50%; } .alert_common p i { font-size: 16px; left: 0; position: absolute; top: 50%; transform: translateY(-50%); } .alert1 { background: #f2f2f2; } .alert2 { background: #f5bbbb; } .alert3 { background: #f6e89d; } .alert4 { background: #90dd84; } .alert5 { background: #82d2ed; } .alert6 { background: #c794d0; }
For label & badge style you have to include label&badge.cssfile.
You can use whole css file or you can use individual section style. We made css style, section by section individual that are well comented (you will better understand if you see code). Note: Responsive Style sheet included in this css file
Example :
Code :
99
Notification
.badge_style li{ margin-right: 50px; } .badge_style li:last-child { margin-right: 0px; } /*------badge style-1-----*/ .badge_style1 .icon i { color: #555555; font-size: 50px; } .badge_style1 .icon .count { background: #f44437; border-radius: 50px; color: #fff; display: inline-block; font-size: 13px; line-height: 10px; min-height: 23px; min-width: 23px; padding: 6px 4px; position: absolute; right: -10px; top: -5px; } .badge_style1 .txt.color_33 { font-size: 20px; margin-top: 2px; }
For Modal style you have to include modal.cssfile.
You can use whole css file or you can use individual section style. We made css style, section by section individual that are well comented (you will better understand if you see code). Note: Responsive Style sheet included in this css file
Code :
/*--------------modal common style------------------*/ .ABmodal_common button.close { background: #fff; opacity: 1; position: absolute; border-radius: 100%; height: 30px; width: 30px; right: -12px; top: -12px; } .ABmodal_common button.close i { display: block; font-size: 15px; } .ABmodal_common.fade .modal-dialog { -webkit-transform: translate(0px, 0px); -moz-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); -o-transform: translate(0px, 0px); transform: translate(0px, 0px); } .ABmodal_transition.fade .modal-dialog { -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -ms-transition: all .5s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out; } /*--------modal slide top ----------*/ .ABmodal_slideTop.fade .modal-dialog { -webkit-transform: translate(0px, -25%); -moz-transform: translate(0px, -25%); -ms-transform: translate(0px, -25%); -o-transform: translate(0px, -25%); transform: translate(0px, -25%); visibility: hidden; opacity: 0; } .ABmodal_slideTop.fade.show .modal-dialog { -webkit-transform: translate(0, 0px); -moz-transform: translate(0, 0px); -ms-transform: translate(0, 0px); -o-transform: translate(0, 0px); transform: translate(0, 0px); visibility: visible; opacity: 1; }
/*----color classes------*/ .color_22 = color:#222222; .color_33 = color:#333333; .color_55 = color:#555555; .color_66 = color:#666666; .color_77 = color:#777777; .color_88 = color:#888888; .color_ff = color:#ffffff; .color_00 = color:#000000; .color_10 = color:#101010; .color_dd = color:#dddddd; .color_ee = color:#eeeeee; .color_44 = color:#444444; .color_ae = color:#aeaeae; .color_af5 = color:#af52ca; .color_2fc = color:#2fc4c0; .color_1ed = color:#1ed798; .color_724 = color:#724bde; .color_ef4 = color:#ef4581; .color_027 = color:#027aec; .color_7a5 = color:#7a57db; .color_984 = color:#984059; .color_dc3 = color:#dc3840; .color_18a = color:#18a9d9; .color_2f6 = color:#2f61b2; .color_247 = color:#2474ce; .color_00b = color:#00b4e1; .color_0fb = color:#0fba97; .color_1c1 = color:#1c1f2e; .color_151 = color:#15131b; .color_9dc = color:#9dce45; .color_f7 = color:#f7f7f7; .color_26d = color:#26d28f; .color_fbf = color:#fbfbfb; .color_15d = color:#15ddd6; .color_ffe = color:#ffeb3b; .color_34e = color:#34eec8; .color_e5e = color:#e5e5e5; .color_1b1 = color:#1b1c21; .color_e2e = color:#e2e2e2;
/*------background color classes-------*/ .bg_color_22 = background-color: #222222; .bg_color_33 = background-color: #333333; .bg_color_55 = background-color: #555555; .bg_color_ff = background-color: #ffffff; .bg_color_00 = background-color: #000000; .bg_color_10 = background-color: #101010; .bg_color_dd = background-color: #dddddd; .bg_color_ee = background-color: #eeeeee; .bg_color_44 = background-color: #444444; .bg_color_ae = background-color: #aeaeae; .bg_color_af5 = background-color: #af52ca; .bg_color_2fc = background-color: #2fc4c0; .bg_color_1ed = background-color: #1ed798; .bg_color_724 = background-color: #724bde; .bg_color_ef4 = background-color: #ef4581; .bg_color_027 = background-color: #027aec; .bg_color_7a5 = background-color: #7a57db; .bg_color_984 = background-color: #984059; .bg_color_dc3 = background-color: #dc3840; .bg_color_18a = background-color: #18a9d9; .bg_color_2f6 = background-color: #2f61b2; .bg_color_247 = background-color: #2474ce; .bg_color_00b = background-color: #00b4e1; .bg_color_0fb = background-color: #0fba97; .bg_color_1c1 = background-color: #1c1f2e; .bg_color_151 = background-color: #15131b; .bg_color_9dc = background-color: #9dce45; .bg_color_f7 = background-color: #f7f7f7; .bg_color_26d = background-color: #26d28f; .bg_color_f4f = background-color: #f4f4f4; .bg_color_fbf = background-color: #fbfbfb; .bg_color_15d = background-color: #15ddd6; .bg_color_ffe = background-color: #ffeb3b; .bg_color_34e = background-color: #34eec8; .bg_color_f5f = background-color: #f5f5f5; .bg_color_f8f = background-color: #f8f8f8; .bg_color_f1f = background-color: #f1f1f1; .bg_color_f7f = background-color: #f7f7f7;
/*-------font wight---------*/ .fw_300 = font-weight: 300; .fw_400 = font-weight: 400; .fw_500 = font-weight: 500; .fw_600 = font-weight: 600; .fw_700 = font-weight: 700; .fw_900 = font-weight: 900; /*----font family classes------*/ .raleway = font-family: 'Raleway', sans-serif; .lato = font-family: 'Lato', sans-serif; .roboto = font-family: 'Roboto', sans-serif; .playfair = font-family: 'Playfair Display', serif; .mont = font-family: 'Montserrat', sans-serif; .merriweather = font-family: 'Merriweather', serif; /*---------border-radius-------*/ .radius_3 = border-radius: 3px; .radius_5 = border-radius: 5px; .radius_10 = border-radius: 10px; .radius_50 = border-radius: 50px; .radius_100p = border-radius: 100%; /*---------transition-------*/ .transition_3s = transition: all 0.3s ease; .transition_4s = transition: all 0.3s linear; .transition_5s = transition: all 0.5s linear; /*-------other classes--------*/ .pos_relative = position: relative; .d_block = display: block; /*-------flex classes--------*/ .align_center_center .align_col_center_left .align_col_bottom_left .align_col_center_right .align_col_right_bottom .align_col_center_bottom .align_row_left_top .align_row_center_left .align_row_center_right .align_row_center_center .align_row_spacebetween
Thank you for reading the documentaion. If you still have any question or any problem, please contact with us. We will give you best support. Thanks.
Theme Back
social icon
For Social Icon style you have to include
social-icon.cssfile.You can use whole css file or you can use individual section style. We made css style, section by section individual that are well comented (you will better understand if you see code).
Note:Responsive Style sheet included in this css fileExample :
Code :