Themify CSS Fix
These are some of the commonly asked CSS edits for Themify Themes
To Edit Please Go to Customize > Themify Options > Custom CSS > Paste & Save
These are some of the commonly asked CSS edits for Themify Themes
To Edit Please Go to Customize > Themify Options > Custom CSS > Paste & Save
.product .sku_wrapper { display: none !important; }
#main-nav .sub-menu li a {
color: #00ff0f;
font-size: 14px;
}
.full-section-scrolling #pagewrap .back-top.back-top-float{
left:auto;
}
.themify_builder .text-5-1-0-0.module-text {
font-size: 14px;
}
#main-nav .sub-menu li.current_page_item a {
color: #d1ff00 !important;
}
.builder-parallax-scrolling-active:not(.full-section-scrolling) .themify_builder .builder-parallax-scrolling{
background-position-y:0 !important;
}
.transparent-header #headerwrap{
background: rgba(0,0,0,0.8);
}
#footer{
padding-bottom:0px;
}
.page-id-186 div#pagewrap{
padding-top:106px !important;
}
add_filter( ‘wc_empty_cart_message’, ‘custom_wc_empty_cart_message’ );
function custom_wc_empty_cart_message() {
return ‘Insert new text here’;
}
.page-id-186 div#pagewrap{
padding-top:106px !important;
}
#main-nav li:not(.themify-widget-menu) > ul {
border: none;
}
#headerwrap {
border-bottom: none;
}
#footerwrap {
border-bottom: none;
}
.fixed-header-on #headerwrap.fixed-header{
background: rgba(0,0,0,0.8);
}
@media screen and (max-width: 680px){
#headerwrap.fixed-header {
display:none;
}}