Home Forums Search Search Results for 'css'

Viewing 10 results - 2,861 through 2,870 (of 3,131 total)
  • Author
    Search Results
  • #4617

    you can add some css code in Claue > Theme Option > General Layout > Custom CSS

    @media only screen and (max-width: 414px) {
    .badge span {font-size: 10px;width: 40px;}
    }

     

    Regards

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

    #4616

    In reply to: Header on checkout

    Hi,

    You don’t need the css code, only edit page and navigate to Page Layout Option > Page Title > Off.

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

    #4613

    Topic: Header on checkout

    in forum Gecko
    tiltil
    Participant

    I want to reduce header size only on checkout page. So far only the header height gives me problems:

    This is the custom CSS I used:

    /* Remove header na checkout */
    .page-id-4741 .jas-col-md-4.jas-col-sm-6.jas-col-xs-12.flex.end-lg.end-sm.center-xs {
    display: none;
    }
    .page-id-4741 .jas-action.flex.end-xs.middle-xs.jas-col-md-3.jas-col-xs-3 {
    display: none;
    }

    .page-id-4741 .jas-col-md-3.jas-col-xs-3.flex.start-md.middle-xs {
    visibility: hidden;
    }

    .page-id-4741 ul#jas-main-menu {
    display: none;
    }

    .page-id-4741 .header__top.bgbl.pl__30.pr__30 {
    display: none;
    }
    .page-id-4741 .jas-menu > li > a {
    line-height: 50px;
    }

    Thanks

     

    #4593
    This reply has been marked as private.

    Okay – followed instructions.  header issue resolved.
    WooCommerce Sidebar is not resolved.  It did remove the text – and it won’t show anything in the WooCommerce Sidebar Widget.

    I checked the div tag for that field, and it’s empty.  So nothing is being hidden by CSS.  But for whatever reason – that left sidebar code is not connecting to the “WooCommerce Sidebar” widget.

    Where in the code files can we properly confirm that the code is connected to “WooCommerce Sidebar widget”?  I think once we find where it’s broken, we can fix it, and then it will properly load the information from the “WooCommerce Sidebar” widget.

     

    I have checked my functions.php file – and I cannot find it.
    Thanks!

     

    PS – Attachment below showing left WooCommerce Sidebar Widget is not showing anything – the widget itself is missing from the theme.

    • This reply was modified 7 years, 9 months ago by abfchgirlx.
    Attachments:
    You must be logged in to view attached files.
    #4570

    In reply to: Gravity form question

    Hi,

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

    .variations_form .variations .value { border: none;}

    .variations_form .variations .value::after {  display: none; }

    Best regards

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

    #4569

    In reply to: mobile wrong behavior

    Hi,

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

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

    .top-menu.visible-1024 + #jas-content { margin-top: 245px; }

    }

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

    .top-menu.visible-1024 + #jas-content {margin-top: 175px;}

    }

     

    Best regards

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

    #4520

    Hi,

    1. You can change font on menu and add more space between menu item by add custom css in Claue > Theme Option > General Layout > Custom CSS

    .jas-menu > li > a { font-family: “Coda”;}

    .jas-menu > li:not(:first-child) { margin-left: 40px;}

    2. You can hide categories and tags by add custom css

    .product_meta .posted_in, .product_meta .tagged_as { display: none;}

    3. No, if you want change you have to use child theme to override function.

    Best regards

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

    #4515

    Hi,

    1. I checked your site with Autoptimize enabled but don’t see problem with lightbox like on attach2.png.

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

    div.pp_pic_holder { max-width: 700px;}

    3. I checked and still saw Free Shipping text on real device and resize browser.

     

     

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

    #4507

    Hi,

    The latest Safari on Window 5.1.7 release on 2012 and it outdated so long and doesn’t have any update.

    https://monosnap.com/file/wLP391IFW1VqKGsevOl8UkVQf4g04g#

    We drop support Safari on Window because more issue with css and security. You can recommend your customer drop Safari on Window.

    Best regard

     

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

Viewing 10 results - 2,861 through 2,870 (of 3,131 total)