Home Forums Search Search Results for 'css'

Viewing 10 results - 2,491 through 2,500 (of 3,131 total)
  • Author
    Search Results
  • #9496

    Hi,

    You can add custom css code in Claue > Theme Option > General Layout > Custom CSS

    .swatch .swatch-item span {
    height: 24px;
    line-height: 24px;
    width: 24px;
    }

    Best regards

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

    #9493

    Hi,

    You can remove blank between footer and content on any page by add custom css in Claue > Theme Option > General Layout > Custom CSS

    .jas-page > div { margin: 0;}

    Best regards

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

    #9483

    In reply to: Footer background

    Hi,

    Thank you for choosing our theme.

    1. You can change footer background in Claue > Theme Option > Color Scheme > Footer Color
    2. For footer botom you can add custom css in Claue > Theme Option > General Layout > Custom CSS

    .footer__bot { background: #fff; }

    and change #fff with your color.

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

    #9468
    [Resolved]

    Topic: Database error

    in forum Gecko
    Cairs_nic
    Participant

    Hi,

    I’m not sure who I should ask about this error that just popped up when trying to view my site right after adding some custom CSS suggested to me by a translator plugin author in the Custom CSS area of an Ajax translator plug in on my site.

     

    “Error establishing a database connection

    This either means that the username and password information in your wp-config.php file is incorrect or we can’t contact the database server at b3993839521816.db.3839521.hostedresource.com:3307. This could mean your host’s database server is down.

    Are you sure you have the correct username and password?
    Are you sure that you have typed the correct hostname?
    Are you sure that the database server is running?
    If you’re unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress Support Forums.”

     

     

    The guy that originally added these translations added them in a Chinese WordPress dashboard he added to my site…but till now it’s been working fine.

    Thanks.

     

    #9464

    Hi,

    You can add custom css in Claue > Theme Option > General Layout > Custom CSS

    input[type=”submit”], button, a.button, .jas-ajax-load a {
    border-radius: 4px;
    }

    Best regards

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

    #9462

    Hi,

    You can add custom css code for your site in Claue > Theme Option > General Layout > Custom CSS

    @media only screen and (min-width: 1366px) {
    .product-image-flip {
    height: 304px;
    overflow: hidden;
    }
    }
    @media only screen and (min-width: 1280px) {
    .product-image-flip {
    height: 279px;
    overflow: hidden;
    }
    }
    @media only screen and (min-width: 1024px) {
    .product-image-flip {
    height: 279px;
    overflow: hidden;
    }
    }
    @media only screen and (max-width: 800px) {
    .product-image-flip {
    height: 262px;
    overflow: hidden;
    }
    }
    @media only screen and (max-width: 480px) {
    .product-image-flip {
    height: 250px;
    overflow: hidden;
    }
    }
    @media only screen and (max-width: 414px) {
    .product-image-flip {
    height: 210px;
    overflow: hidden;
    }
    }
    @media only screen and (max-width: 375px) {
    .product-image-flip {
    height: 180px;
    overflow: hidden;
    }
    }

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

    #9461

    In reply to: Instagram Section

    All of a sudden my Instagram section has the same problem. I added the custom css, but the pictures are not cut to fit in, only reduced to the “height” and it shows a white blank space between the posts.


    #9448

    In reply to: metaslider and layout

    Hi,

    You can add custom css code

    .pe-7s-shopbag::before {
      content: "\e66e";
    }

    Best regards

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

    #9442

    Hi,

    Please use the CSS code below

    input { width: 100%; }

    #9426

    Hi,

    You can hide this tab by add custom css

    .wc-tabs .additional_information_tab, .wc-tabs #tab-additional_information {display: none !important;}

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

Viewing 10 results - 2,491 through 2,500 (of 3,131 total)