Home Forums Search Search Results for 'css'

Viewing 10 results - 2,281 through 2,290 (of 3,131 total)
  • Author
    Search Results
  • #12266

    Hi

    Please add this custom css in claude -> theme options -> general -> custom css

    .product-image-flip .back {
    
         height: auto;
    
    }

    Best regards,

    #12243

    In reply to: Issue with slider

    Hi,

    I checked your site,

    This issue because you set wrap row full height.

    On mobile the slider auto resize to fit the browser but can’t fit height.

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

    @media only screen and (max-width: 736px) {
    .background-overlay.vc_custom_1506676310313 { min-height: inherit !important;}
    .metaslider .flexslider .caption-wrap h2 { font-size: 20px!important;}
    }

    Best regards

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

    #12227

    In reply to: Product page

    Hi,

    3. In next version we will fix tooltip for Tumblr. You can temporary hide this icon by add custom css

    .jas-social a.tumblr { display: none;}

    4. If you don’t change code in wp-content > theme > claue. Don’t worry you can use new file without losing your setting

    6. You can edit menu in Apprearance > Menus (Footer Menu, Quick Links, Categories, Information)

    7. You can edit newsletter in Appearance > Widgets > Footer #5

    Best regards

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

    #12206

    In reply to: metaslider and layout

    This reply has been marked as private.
    #12170
    [Resolved]

    Topic: Product page

    in forum Claue
    FLAVEX
    Participant

    Hi Team

    I´m working with the product page and I want to solve some difficulties:

    1.How can I delete the button Size Guide (Guia de Tamaño) from the product page?

    Button Size Guide

    2. Can you tell where is the Youtube video settings? I want to change the video displayed from the button Ver Video.

    Video settings

    3. Where can I find the social media buttons settings?

    Social media buttons

    4. The background of the menu its not transparent so the menu items are transparent like the homepage. I need a darker background. Is it possible to change this background from Claue Color Scheme or directly from the Custom CSS code?

    Menu background product page

    5. Is it possible to add in Claue a custom tab with a carousel with Youtube videos like this product page? https://www.igloocoolers.com/products/34157-trailmate-journey-70-qt-cooler-gray

    The following is the url of my demo product page: http://www.frioportatil.com/sandbox/producto/trailmate_journey/

    Thanks in advance. Have a nice weekend!

    Regards.

    #12166

    In reply to: Header top sticky

    Please download attached file, extract and put in claue-child > views > header

    Add below code to Theme Option > General Layout > Custom CSS

    .header__mid.header-sticky {
    	width: 100%;
    	z-index: 9999;
    	background: #fff;
    	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .12);
    }
    

    Best regards

    Attachments:
    You must be logged in to view attached files.

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

    #12143

    Bị lỗi rồi bạn ơi, mình không thấy đoạn css trên, bạn xem lại nhé

    #12140

    Bạn thêm đoạn css sau nữa nhé

    Best regards

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

    #12130

    Chào bạn,

    Cảm ơn bạn đã sử dụng sản phẩm của chúng của bên mình.

    1. Bạn có thể bỏ menu ở khung 1 bằng cách vào Widgets > WooCommerce Categories Menu Sidebar và xóa widget trong đó

    2. Cái này không move được vào khu vực 3. Bạn có thể ẩn bằng cách thêm đoạn css sau vào Claue > Theme Option > General Layout > Custom CSS

    .result-count-order {
    display: none;
    }

    3. Bạn có thể giảm nhỏ bằng cách thêm đoạn css

    @media only screen and (min-width: 1025px) {
    .woocommerce.archive .jas-col-md-9 {
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%;
    }
    .woocommerce.archive .jas-col-md-3 {
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 20%;
    }
    }

    Chúc bạn một ngày mới vui vẻ!!

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

    #12113

    Hi Flavex,

    1. You can change this text color by use custom css in Claue > Theme Option > General Layout > CustomCSS

    .header-text span.cr { color: #ec0101;} change this color as you want

    2, You can revert class and use below css to control overlay color and opacity

    .background-overlay::after {
    background: rgba(0,0,0,0.5);
    }

    with 0,0,0 as R.G.B color and 0.5 as opacity 50% (from 0.0 to 1.0)

    Best regards

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

Viewing 10 results - 2,281 through 2,290 (of 3,131 total)