Home Forums Search Search Results for 'css'

Viewing 10 results - 1,791 through 1,800 (of 3,138 total)
  • Author
    Search Results
  • #18968

    Hi,

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

    Best regards

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

    #18917

    Hi,

    1. The banner size on my demo is 1920 x 510. Please change background-size to contain http://take.ms/O71p9 and adjust padding to of wrapper row to fit banner size. I think you shouldn’t more worry about this banner in actual view because in different screen resolution the banner will not the same and the guest don’t know the actual image how it view

    2. Please add below code in Claue > General Layout > Custom CSS

    .jas-menu > li > ul {
    	min-width: 265px;
    }

    Best regards

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

    #18878

    Hi,

    1. You can change space between photos by change edit the Media Grid and change the Gap http://take.ms/OrNPv

    2. Please add change css code you add in child theme to

    @media only screen and (min-width: 1025px) { 
    .jas-branding img {
        max-width: none;
    }
    }
    @media only screen and (max-width: 1024px) { 
    .jas-branding img {
        max-width: 100%;
    }
    }

    Best regards

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

    #18859
    myiki
    Participant

    hi there,

    Im having problems with these two thing with the theme

    IMAGE GALLERY
    Take a look at this image gallery I’m trying to do: http://designplusmoda.com.ar/ss16/ basically I need that but with a little padding between the images. The problem I’m having is the way it is made with the position absolute don’t let me add padding or margin with css, is there any way to fix it? or any other way to do what I need to do?

    BRAND LOGO
    The logo doesn’t resize with the options in theme option, I just set 250px but the changes don’t work I add some css to make it work removing max-width 100% from the img logo but it get broken in responsive.

    Can you help me? These are very basic stuff but it’s getting complicated to fix

    Hi Majolein,

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

    .menu > li > ul {
    	position: absolute;
    	min-width: 250px;
    	display: table;
    	background: #fff;
    	top: 120%;
    	opacity: 0;
    	visibility: hidden;
    	left: -17.5px;
    	transition: all .3s;
    	text-align: left;
    	z-index: 10;
    	padding: 0;
    	box-shadow: 0 0 3px 0 rgba(0,0,0,.1);
    background: rgba(255,255,255,0.95);
    }
    
    .menu li:hover > ul {
    	top: 100%;
    	opacity: 1;
    	visibility: visible;
    }

    Best regards

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

    Hi,

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

    .page-head .woocommerce-breadcrumb, .page-head .jas-breadcrumb {display:none;}

    Best regards

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

    #18767

    Hi,

    Please add below code to claue-child > functions.php and change class as you want

    We recommend change css or detective class as body than edit function to change class

    Best regards

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

    #18755

    In reply to: Dedicated Landing Page

    Hi,

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

    .page-id-7041 #jas-header, .page-id-7041 #jas-footer,
    .page-id-7043 #jas-header, .page-id-7043 #jas-footer .footer-links {display: none;}

    Best regards

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

    #18754

    In reply to: Removing white space

    Hi Karen,

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

    .woocommerce-tabs.wc-tabs-wrapper.pt__50 {
    	padding-top: 0;
    }

    Best regards

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

    #18713

    In reply to: Social Media links

    Hi,

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

    .jas-wc-single .jas-social i {
    	font-size: 25px;
    }
    .jas-wc-single .jas-social a.google-plus,
    .jas-wc-single .jas-social a.pinterest {
    	display: none;
    }

    Best regards

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

Viewing 10 results - 1,791 through 1,800 (of 3,138 total)