Home Forums Search Search Results for 'css'

Viewing 10 results - 761 through 770 (of 3,138 total)
  • Author
    Search Results
  • #32915

    Hi Sami,

    You can upload image in Category > Thumbnail.

    You can change background color by add below code to Claue > Theme Option > General Layout > Custom CSS

    .jas-wc .page-head {background: #333;}
    .jas-wc .page-head:before {background: none;}

    and change #333 with your color code

    By the way, your support expired, could you please renew your support at https://themeforest.net/item/claue-clean-minimal-woocommerce-theme/18929281 that will help us continue develop new feature and improve our theme.

    Thanks

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

    #32908

    Hi,

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

    #respond input#wp-comment-cookies-consent {
    	width: 10px !important;
    	float: left;
    	margin-top: 8px;
    	margin-right: 10px; 
    }

    Kind regards

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

    #32899

    Hi,

    Please add below code to claue > theme option > general layout > custom css

    #tab-reviews .comment-form-author,
    #tab-reviews .comment-form-email {
    	margin-right: 0;
    }
    #tab-reviews .form-submit input.submit {
        margin-top: 10px;
    }

    Kind regards

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

    #32896

    Hi,

    1. Please go to Claue > Currencies > create USD
    and add below code to Claue > Theme Option > General Layout > Custom CSS

    .price .woocommerce-Price-currencySymbol {font-family: Arial;}

    2. I help you increase logo size

    Kind regards

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

    #32892

    Hi,

    Please save the image with 2 tigers as .png without background and add below code to JanStudio > theme option > general layout > custom css

    .page-head {
    	background-color: #000;
    }

    Kind regards

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

    #32875
    alexspice
    Participant

    2019-08-02_1701

    I can’t seem to find where to hide it…

    #32871

    In reply to: Add Button to Header

    Hi,

    1. Please create new menu item

    2. Add below code to JanStudio > Theme Option > General Layout > Custom CSS

    .jas-menu > li.menu-item-4995 > a {
    	background: #b59677;
    	padding: 10px 30px;
    	border-radius: 30px;
    	color: #fff;
    }
    .jas-menu > li.menu-item-4995 > a:hover {
    	color: #fff;
    }

    And change “menu-item-4995” with new menu item you create in prev step ID number

    http://prntscr.com/onblb3

    Kind regards

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

    #32856

    In reply to: Hover Box Element

    Hi,

    please add below code to claue > theme option > general layout > custom CSS

    .vc-hoverbox-block.vc-hoverbox-front::after {
    	width: 100%;
    	height: 100%;
    	background: rgba(0,0,0,0.6);
    	position: absolute;
    	content: '';
    	z-index: 0;
    }
    .vc-hoverbox-block.vc-hoverbox-front h2 {
    position: relative;
    z-index: 99;
    }

    and change rgba(0,0,0,0.6) with your RGB color as 0,0,0 and opacity from 0.0 – 1.0

    Kind regards

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

    #32839

    In reply to: Website Amor

    Hi,

    14. Please add below code

    .single-product form .quantity {
    	display: block;
    	float: none;
    	margin-bottom: 10px;
    }
    .single-product form .quantity:before {
    	content: 'Aantal';
    	display: block;
    	font-weight: 600;
    	left: 0;
    	position: absolute;
    	top: -30px;
    	color: #222;
    }

    15. Please remove the code you add in claue-child > style.css

    .header-sticky .header__mid > .jas-container {
    	display: none;
    }

    16. Please add more code

    @media only screen and (max-width: 767px) {
    .sidebar {
    	-webkit-order: -1;
    	-ms-flex-order: -1;
    	-webkit-box-ordinal-group: 0;
    	order: -1;
    }}

    Kind regards

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

    #32816

    In reply to: Website Amor

    Hi,

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

    .header__bot .jas-navigation {
    	border-top: none;
    	width: 100%;
    	max-width: 73.125rem;
    	margin: 0 auto;
    }

    Kind regards

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

Viewing 10 results - 761 through 770 (of 3,138 total)