Home Forums Search Search Results for 'css'

Viewing 10 results - 2,761 through 2,770 (of 3,131 total)
  • Author
    Search Results
  • #5992

    Hi Maumian,

    1. You need change header style to header transparent add add custom css code.

    .header__mid, .header-sticky .header__mid { background: rgba(255,255,255,0.8);}

    and remove custom background for uber menu and remove margin-top of urber menu

    https://monosnap.com/file/0jdx6yBlV8XsUdq1CNLS2ULb8gIUO9#

    2. To make the banner height around 600px you should change setting uncheck full height row  https://monosnap.com/file/XoE55n6ivnBlQjCiXrzG05OOb7pJOV# and adjust padding in Design Option tab.

     

    Best regards

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

    #5972

    Hi,

    You can add custom css code

    .home #jas-content { margin-top: -121px;}

    @media only screen and (max-width: 736px) { .home #jas-content { margin-top: -71px;}}

    Best regards

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

    #5949

    I got it. It was the .vc_custom_ css. I updated it to .vc_custom_ 1498540068594 in the custom css. – Thanks for showing me this yesterday. It helped me fix it today 🙂

    #5937

    In reply to: Customization in

    Hi tiltil,

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

    .jas-wc-single.wc-single-2 .woocommerce-tabs .jas-container { width: 100%;}

    Best regards

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

    #5932
    [Resolved]

    Topic: Product flip issue

    in forum Gecko
    fourvibes
    Participant

    Dear JanStudio, we used to have an issue with product flippin which got fixed inserting those codes in CSS Theme Options:

    .product-image:hover > .db::before { opacity: 0;}
    .product-image:hover .product-button > * { transform: scale(0); display: none;}

    .product-image:hover .product-image-flip .back {opacity: 1;}

    .product-image .product-image-flip:hover .back img {
    transform: none;
    }

    After this last updated, this is a problem again (please see the video: https://www.youtube.com/watch?v=nlT2ufN4b0k)

    We want the same as before, show another picure from product when hover (without any effect) just a simple change from one pic to another.

    Thanks

    #5872

    Hi,
    Is this your site http://goo.gl/sTASgJ ? I don’t see any custom CSS code I said above. Could you please give me more detail about this?

    #5866
    [Resolved]

    Topic: Remove Woocommerce Breadcrumb

    in forum Claue
    mauiman
    Participant

    I want to remove woocommerce breadcrumb.

    I tried

    .woocommerce-breadcrumb {
    display:none !important;

    But it only removes the text and not the div. What is the css for that?

    #5855
    TN
    This reply has been marked as private.
    #5800

    In reply to: Pin maker css

    Hi,

    Pin Maker is plugin, the css included in plugin. But we recommend you add custom css in Claue > Theme Option > General Layout > Custom CSS or use child-theme to override CSS so you can update plugin without lose your custom code.

    Best regards

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

    #5795

    Topic: Pin maker css

    in forum Claue
    zandona
    Participant

    I would like to know where is the style.css from Pin maker, where can I find this file for I change?

     

    thanks

    Attachments:
    You must be logged in to view attached files.
Viewing 10 results - 2,761 through 2,770 (of 3,131 total)