Home Forums Search Search Results for 'css'

Viewing 10 results - 2,781 through 2,790 (of 3,131 total)
  • Author
    Search Results
  • #5659

    Hi Foster

     

    Thanks a lot for your quick reply. It worked perfectly. How about the publishing date under the headline. Is there e possibility to deactivate that or do i have to do that with custom css too?

     

    Cheers

    -Andreas

    #5655

    Hi Andreas,
    To disable it, please use this custom CSS code (Add in JanStudio / Theme Options / General / Custom CSS)
    .portfolio-meta { display: none; }

    – Foster

    #5654

    Hi,

    1. You can go to WooCommerce > MG Open Swatch Option > Position > After title

    http://take.ms/meXsg

    2. We fix issue, now you can try update again

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

    .single-product-thumbnail .slick-slide img { width: 100%;}

    Best regards

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

    #5646

    Topic: Child theme not working

    in forum Claue
    aborringcz
    Participant

    Hi,

    /*
    Theme Name: Claue Child Theme
    Theme URI: http://example.com/
    Author: JanStudio
    Author URI: http://example.com/
    Description: This is child theme of Claue
    Template: claue
    Version: 1.0.0
    */
    @import url(‘../claue/style.css’);

    I’m trying to create a css child theme for claue but it’s not working. Did i miss something?

    #5636

    Hi Nanostad,

    Thank you for choosing our theme.

    Sorry for late reply.

    You can change the text by add custom code in JanStudio > Theme Option > General Layout > Custom CSS

    .product-category h2:before, .product-category h3:before {
    content: “Shop now”;
    }

    and change “Shop now” as your text.

    Best regards

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

    #5635

    In reply to: top bar

    Thank you for purchase!

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

    .header__top {display: none;}

    Best regards

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

    #5623

    Hi,

    you can hide these icons on header top by add custom css in JanStudio > Theme Option > General Layout > Custom CSS

    .jas-action {
    display: none;
    }

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

    #5603

    You mean the image thumb on mobile? It because you fix size of image on desktop.

    You can add custom css to fix thumb on mobile

    @media only screen and (max-width: 414px) {
    .product-image {
    height: 150px;
    }
    }

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

    #5599

    Hi,

    You can add custom css

    @media only screen and (max-width: 800px) {

    .retina-logo { max-height: 150px; width: auto;}

    }

    Best regards

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

    #5593

    Hi,

    Thank you for purchase.

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

    .product-image {
    height: 150px;
    overflow: hidden;
    }

    Best regards

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

Viewing 10 results - 2,781 through 2,790 (of 3,131 total)