Home Forums Search Search Results for 'css'

Viewing 10 results - 1,691 through 1,700 (of 3,138 total)
  • Author
    Search Results
  • Hi,

    1. You can change height of category banner by add below code to Claue > Theme Option > General Layout > Custom CSS

    .page-head {
    	padding: 50px 0;
    }

    and change 50 with your number

    2. Please go to Appearance > Widget > WooCommerce Categories Menu Sidebar and remove exist widget

    Best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    #20359

    Hi,

    Please add below code to Theme Settings > Custom Code > Custom CSS

    .form__atc--action .button--primary {
    	border-color: #56cfe1;
    	background: #56cfe1;
    	width: 100%;
    	margin-top: 15px;
    }

    and change #56cfe1 with your color

    Best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    Hi,

    I can’t remove number in link when use accordion

    1. You have to create fake image background for button by use below css i give you in code

    .vc_tta-accordion .vc_tta-panels .vc_tta-panel:first-child .vc_tta-panel-heading {
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	border: none !important;
    	background-color: rgba(255,152,0,.8) !important;
    	border-radius: 0 !important;
    	box-shadow: none !important;
    	z-index: 999;
    	height: 60px;
    background: url('http://janstudio.net/helpdesk/wp-content/uploads/2016/07/page-head-bg.png') center top no-repeat;
    background-size: cover;
    }

    and add more css

    .vc_tta-accordion .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-image: none;
    }

    Please change background url to your image path and change setting of accordion like this screenshot close all section https://monosnap.com/file/lKETX3Gg2jViRzNGTFL70Z3gaFa9f4#

    2. I think it good, please uncheck in full height row if you have more content and add more padding left and right for the row

    Best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    #20328

    Hi
    1. You can change the color via custom CSS code
    .product__badge--on-sale { background: red; } /* Change red to your color*/
    Add the custom CSS code in Theme Settings / Custom CSS code

    2. The time is random, we do not support to change it. If you still want to change you can find it in line 906 of assets / claue.js.liquid file

    Hi,

    I replace your image by ours, but our image must be centered as the title?

    For this to work I need to replace a css code

    The video and for question 2?
    Reading in progress

    Thank you

    #20292

    In reply to: Max Mega Menu Help

    Hi Rahim,

    1. To change color of top menu please go to Max MegaMenu > Menu Theme > MenuBar you don’t need use css
    2. If you want change color for separate icon you have to use custom css like your code.

    Best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    #20288

    In reply to: breadcrumb menu

    Hi,

    Please add below code to JanStudio > Theme Option > General Layout > Custom CSS

    div.bbp-breadcrumb {color: #696969;}
    div.bbp-breadcrumb a {color: #002e5b;}

    and change 696969 and 002e5b with your color

    Best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    #20287

    Hi,

    Please go to Theme Settings > Custom Code > Custom CSS and add below code http://take.ms/7S71q

    .form__atc--action.flex {display: inline-block;}

    Best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    #20279

    Please add below code to Claue > Theme Option > General Layout > Custom CSS

    .page-head {
    	padding: 50px 0;
    }

    and change 50 to your number

    Best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    #20274

    Please add below code to Claue > Theme Option > General Layout > Custom CSS

    .summary .yith-wcwl-add-to-wishlist {border: none; }

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 10 results - 1,691 through 1,700 (of 3,138 total)