Site specific should look something like
Code:
<?php /*
* BOOTSTRAP 3.3.0
*
* Create a file called "site_specific_styles.php" to contain any changes
* to base css provided by this template. Place site-specific content
* between the opening and closing style tags.
*
* Refer to https://github.com/lat9/ZCA-Bootstrap-Template/blob/v300/pages/faqs.md for
* additional information.
*/
?>
<style>
.activeLink {
background-color: #ffffff !important;
color: #fcf501 !important;
border-color: #dee2e6 #dee2e6 #fff !important;
}
</style>
I do find that this is working in 3.3 but the border is not working in 3.4. See testDOTislam786booksDOTcom 
Both are using the site specific css with !important
Bookmarks