jaw@jawtemplates.com

Tag: css

How to Make Top Bar Shopping Cart Scrollable

please add this to custom css (appearance->theme options->custom code->custom css) /* JAW – scrollable top bar cart */ .top-bar-woo-cart ul.cart_list.product_list_widget {     max-height: 400px;     overflow-y: scroll; }

How to Add Custom Fonts

If you want to link new custom font, so please upload your – my-font.ttf – my-font.eot – my-font.woff – my-font.svg files into this folder, and then create new css stylesheet with this content: @font-face { font-family: ‘my-font’; src:ur ...

How to Customizate Product Category Info

You can set its opacity by default in appearance->theme options->styling options->woocommerce->Product Categories Info Opacity If you want to make it more customizable, please add this to custom css appearance->theme options->custom code->custom css .woo ...