Home Forums Search Search Results for 'css'

Viewing 10 results - 2,221 through 2,230 (of 3,131 total)
  • Author
    Search Results
  • #13341

    Hi,

    Thank you for your video. Please try to use the custom CSS code below

     
    .wcap-atc-modal-open .mfp-ready { display: none; }

    Cheers,
    Foster

    #13335

    In reply to: Hide share buttons

    Thanks for the custom CSS code
    Have already solved this problem yesterday

    #13312

    In reply to: Hide share buttons

    Hi,

    I’m sorry for the late. To hide social share please use the custom CSS code below

    .jas-single-blog .social-share { display: none; }

    And hide the blue box, please use this code

    .bbp-the-content-wrapper + .bbp-template-notice { display: none; }

    Regarding the issue to integate plugin, I have anwered in other topic.

    #13287

    Tks Harry but it didn’t work:( In fact now with that code the Language menu on the cell phone disappeared.:(

    I wrote exactly this:

    @media only screen and (max-width: 1024px) {
    .qtranxs-lang-menu > a span { display: none;}
    .qtranxs-lang-menu ul { display: block; padding-left: 0;}
    }

    on the custom CSS.

    Help please…

    #13278

    Hi,

    1. You can fix language on mobile by add custom css code

    @media only screen and (max-width: 1024px) {
    .qtranxs-lang-menu > a span { display: none;}
    .qtranxs-lang-menu ul { display: block; padding-left: 0;}
    }

    2. You can edit product attribute in Dashboard > Products > Attributes (Color, Size,..)

    Best regards

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

    #13209

    Yes I know, but isn’t there a possibility to change it for one page. Only the image would change. Perhaps a code in the css could solve this problem!?

    #13198

    Hi,

    6. You can add custom css

    .filter-trigger {position: relative;}
    .filter-trigger::after {
    content: "Filter";
    margin-left: 10px;
    }

    7. Our theme doesn’t support Vkontakte we will discuss with our team to add this. Now Instagram doesn’t support social share so can’t add this to social share, for other icons you can hide by go to Claue > Theme Option > WooCommerce > Product Detail Settings > Enable Social Share > Off

    Best regards

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

    #13180

    Hi,

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

    .product-quickview .yith-wcbm-badge { display: none; }

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

    #13176

    Hi,

    1,3. Please add custom code in Claue > Theme Options > General Layout > Custom CSS

    5.a I saw you changed this

    6. You can change icon with these icon at http://themes-pixeden.com/font-demos/7-stroke/ please select icon and let me know which one you choose. we will give you suggest

    7. The link for social share is link of this product. When you click on social share button, the link of product will share on your social channel

    8. By default WooCommerce doesn’t support enable captcha for product review form. You can enable anti-spam by go to WooCommerce > Settings > Products > General and check in Reviews can only be left by “verified owners” http://prntscr.com/ha56wn

    9. Please add readmore below the text you want break content by click on icon like this screen shot http://prntscr.com/ha5816

    10. You can add search on blog page by go to Appearance > Widgets > Drag search Widget to Primary Sidebar http://prntscr.com/ha58ri

    11. Please go to Appearance > Widgets ang drag “Text” in Inactive Widget in to Footer Area#1 http://prntscr.com/ha5992

    12. You can reduce this photo width by add more column on wrapper row.

    Best regards

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

    #13101

    In reply to: Submenu style

    Hi,

    You can change default style for submenu by add custom css in Claue > Theme Option > General Layout > Custom CSS

    .sub-column-item .sub-column {
    position: absolute;
    min-width: 250px;
    display: table;
    background: rgba(216,216,216,0.95);
    top: 120%;
    opacity: 0;
    visibility: hidden;
    left: 250px;
    transition: all .3s;
    text-align: left;
    z-index: 10;
    padding: 0;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.1);
    }
    .jas-menu > li > ul > .sub-column-item {
    display: inherit;
    }
    .jas-menu ul .sub-column-item > a {
    color: #878787;
    text-transform: none;
    font-weight: 400;
    font-size: 12px;
    padding: 0;
    border-bottom: none;
    min-width: 250px;
    }
    .sub-column-item .sub-column li {
    padding: 10px 15px;
    line-height: 30px;
    }

    Best regards

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

Viewing 10 results - 2,221 through 2,230 (of 3,131 total)