Home Forums Search Search Results for 'css'

Viewing 10 results - 201 through 210 (of 3,135 total)
  • Author
    Search Results
  • pastortrevor
    Support Expired
    This reply has been marked as private.
    #40784

    In reply to: Cart Button centered

    Hi,

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

    input[type="submit"], button, a.button, .jas-ajax-load a, button.button {
    	padding: 0 28px;
    }

    Kind regards

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

    #40772

    Hi,

    I see you add custom CSS code

    input:not([type="submit"]):not([type="checkbox"]), textarea, select {
    	width: 50%;
    }

    Please remove this code.

    Kind regards

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

    #40743

    In reply to: Proper sizing for logo

    Hello, I applied the code the the CSS but now there is a big gap. Is there a way to get rid of the gap? Thanks.

    #40739

    In reply to: Proper sizing for logo

    Sorry because miss understood. Please add below code to claue-child > style.css

    .term-description {
    	visibility: hidden;
    }

    Kind regards

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

    #40702

    In reply to: Category text

    Hi,

    1. What you want change for pagination?

    2. You can change background color for the text by add below code to gecko-child > style.css

    .term-description {
    	padding: 30px 10px;
    	text-align: left;
    	background: #f6f6f8;
    }

    and change #f6f6f8 with your color.

    Kind regards

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

    pastortrevor
    Support Expired

    I was using a plugin called Asset CleanUp: Page Speed Booster but switched to SG Optimizer since I use SiteGround as my host. I have used both many times before with no issues. I didn’t change the file myself I guess one of these plugins may have but it’s never happened before.

    I do have a plugin Simple Custom CSS and JS I use for small css modifications (using the built-in css mod area didn’t work) but this should not have caused an issue. I have used it many times as well and on many websites. I have tried deactivating all of them but nothing has worked. Again, I haven’t touched any files and only used these plugins. I have used all of these plugins many times and this has never happened. Please can you help.

     

    Thanks

     

    Trevor

    Hi Trevor,

    Did you edit something? I see the site it now not load file slick.css and it loaded file jas-claue-parent-style.min.css.

    If you want minify CSS file i recommend use plugin Autoptimize https://wordpress.org/plugins/autoptimize/

    Kind regards

    • This reply was modified 4 years, 9 months ago by Harry.

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

    #40603

    Topic: Title page color change

    in forum Claue
    realmonkey
    Participant

    Hi Harry,

    I’ve changed the title page grey background color with css

    #jas-footer::before, .page-head::before { display: none; }

    now the title is not visible because in white color, how can I change title color only ?

    Thank you

     

    #40602

    Hi Pinarbasicaner,

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

    .products.jas-row .jas-col-md-3 {margin-bottom: 0; padding-left: 0; padding-right: 0;}
    @media only screen and (max-width: 480px) {
    .products .jas-col-xs-6:nth-child(2n), .products.jas-masonry .jas-col-xs-6:first-child, .products.jas-masonry .jas-col-xs-6:nth-child(2n+1) {
    	padding-left: 0;
    }
    .products .jas-col-xs-6:first-child, .products .jas-col-xs-6:nth-child(2n+1), .products.jas-masonry .jas-col-xs-6:nth-child(2n) {
    	padding-right: 0;
    }}

    Kind regards

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

Viewing 10 results - 201 through 210 (of 3,135 total)