by admin | Feb 26, 2015 | Salient theme
If you want to remove the slide count in the Salient sliders next/prev arrows, you can add the following custom css into your custom css panel r into your Salient child themes style.css; .swiper-container .slider-prev, .swiper-container .slider-next { width:50px...
by admin | Feb 25, 2015 | Salient theme
If you want to have a sticky mobile menu for Salient theme add the following css code to your custom css box or to your salient child theme style.css; @media only screen and (min-width : 1px) and (max-width : 1000px) { body #header-space { height: 56px!important;...
by admin | Feb 24, 2015 | Salient theme
Hide Salient secondary menu on mobiles and tablets using the following custom css in your options box or in your Salient child themes style.css; You can remove the secondary nav in ipad and mobile view using below custom css: @media only screen and (min-width : 1px)...
by admin | Feb 24, 2015 | Salient theme
If you want to removing the Author, Date, Tags, and Comments on Salient theme Blog Titles add the following into your custom css box or to your Salient child theme style.css For the Blog page; body .meta-author {display: none !important;} body .meta-category {display:...
by admin | Feb 24, 2015 | Salient theme
Create a landing page with Salient theme by hiding the navigation and footer using custom CSS. Add this into the Custom CSS box located in your Salient Options panel or Salient child theme style.css. Change the page id to that of the page you want to hide the elements...
by admin | Jan 25, 2015 | Salient theme
/*Change widget title colour in Salient themes*/ Add this CSS to your Salient Child theme or into your Salient theme options panel #sidebar h4 { color: #249cc1 !important; }
by admin | Jan 24, 2015 | Salient theme
/*Add padding under header in Salient themes*/ Add this CSS to your Salient Child theme or into your Salient theme options panel body[data-bg-header=”true”] .container-wrap { padding-top: 25px!important; }
by admin | Jan 24, 2015 | Salient theme
/*Hide portfolio arrows in Salient theme*/ Add this CSS to your Salient Child theme or into your Salient theme options panel #portfolio-nav ul.controls { display: none; }
by admin | Jan 23, 2015 | Salient theme
/*Remove search function in Salient theme*/ Add this CSS to your Salient Child theme or into your Salient theme options panel #mobile-menu #mobile-search, header#top nav ul #search-btn { display: none!important; }
by admin | Jan 22, 2015 | Salient theme
If you want to edit the style of the Salient theme beyond what is achievable in the theme options, then you will probably need to edit some CSS and possibly some php files. You can edit the CSS by using the custom CSS box in the general theme options and for a few...
by admin | Jan 22, 2015 | Salient theme
/*Remove header and footer in Salient theme*/ Add this CSS to your Salient Child theme or into your Salient theme options panel .page-id-xxx #header-space , .page-id-645 #header-outer { display:none; } .page-id-xxx #footer-outer{ display:none; } .page-id-xxx...
by admin | Jan 21, 2015 | Salient theme
/*Remove title and date from portfolio thumbnail in Salient theme*/ Add this CSS to your Salient Child theme or into your Salient theme options panel /* hide title and date */ body .portfolio-items .col .work-info .vert-center { display: none; } /* hide title only */...
by admin | Jan 20, 2015 | Salient theme
Add this CSS to your Salient Child theme or into your Salient theme options panel /*Change colours on Nectar slider headings in Salient theme*/ /* Heading for all slides*/ body .swiper-slide .content h2 { color: #ff0 !important; } /* Sub heading for all slides*/ body...
by admin | Jan 19, 2015 | Salient theme
/*Change team member size in Salient theme*/ Add this CSS to your Salient Child theme or into your Salient theme options panel #ajax-content-wrap .team-member img { height: 206px; }
by admin | Jan 18, 2015 | Salient theme
/*Remove sticky header in Salient theme*/ Add this CSS to your Salient Child theme, or into the Salient theme options panel. #header-outer, #header-space { position: absolute !important; }
by admin | Jan 18, 2015 | Salient theme
/*Add a semi-transparent background on Nectar slider heading in Salient theme */ Add this CSS into your child theme CSS file or into your Salient theme options panel .swiper-slide .content h2 { padding: 4px 0px; display: inline; position: relative; left: 10px;...
by admin | Jan 18, 2015 | Salient theme
Add button to menu/navigation in Salient theme Add this custom CSS into your child theme or Salient theme options panel. body header#top nav > ul > li.menu-button a { box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset; -moz-box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;...
by admin | Jan 18, 2015 | Salient theme
/*Change logo size in Salient theme*/ Add this into the Custom CSS box located in your Salient theme Options panel /* Desktop greater then 1000px */ @media only screen and (min-width : 1000px) { body header#top #logo img { height: 50px!important; margin-top: -8px...
by admin | Jan 18, 2015 | Salient theme
/*Remove the thin bottom border on a transparent header in Salient theme*/ Add this into the Custom CSS box located in your Salient Options panel : body #header-outer[data-transparent-header=”true”].transparent { border: none !important;...
by admin | Jan 10, 2015 | Salient theme
When I made my 1st website using the Salient Theme I had so many questions and with the help of the ThemeNectar Salient theme support, I managed to solve them all. You will need to be registered to view the support forum, but if you have any pre-sales questions you...
by admin | Nov 28, 2014 | Salient theme
Welcome to Salient theme examples. A place to find Salient theme examples, along with various Salient theme resources. If you have an awesome Salient theme website you would like to submit to the showcase, send it though. I only add the very best designed and built...