Home Forums Search Search Results for 'css'

Viewing 10 results - 2,731 through 2,740 (of 3,138 total)
  • Author
    Search Results
  • #6547

    In reply to: Move copyright text

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

    .footer__bot .jas-container { text-align: left;}

    Best regards

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

    #6546

    Hi,

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

    .jas-menu > li > a {font-family: “Poppins”,sans-serif;}

    Best regards

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

    #6541
    This reply has been marked as private.
    #6523

    In reply to: Spacing issue

    Yes.

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

    .jas-page > div { margin-top: 0;}

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

    #6484

    Hi,

    1. You can add custom css for shopping cart icon

    .pe-7s-shopbag::before {
    content: “\e66e”;
    }

    2. Sorry now we busy more tasks and more customers, we consider it a task for future update.

    Thank

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

    #6474

    Hi,

    It because css of woo-brand plugin override our css.

    You can add custom css in Theme Option

    @media only screen and (max-width: 736px) {
    .filter-sidebar h3 {display: block !important;}
    }

    Best regards

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

    #6459

    Hi,

    Sorry for miss understood. We hide arrow for user can see full the image.

    You can always display the arrow by add custom css in Claue > Theme Option > General Layout > Custom CSS

    @media only screen and (max-width: 736px) {
    .single-product-thumbnail .slick-slider .slick-prev,
    .single-product-thumbnail .slick-slider .slick-next {
    opacity: .8;
    }
    }

    Best regards

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

    #6455
    This reply has been marked as private.
    #6454

    Hi,

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

    .yith-wcan-list li {
    float: none;
    }
    .yith-wcan-list li a {
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: inline-block;
    font-size: 11px;
    height: inherit;
    line-height: inherit;
    margin: inherit;
    text-align: center;
    width: inherit;
    }

    Best regards

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

    #6452
    [Resolved]

    Topic: YITH Ajax Product Filter Checkbox issue

    in forum Claue
    kalps
    Participant

    Dear Team,

    We have added YITH Ajax Product Filter Premium.

    When we select it as Checkbox it conflicts with your css and all checkbox line up side by side.

    Can u suggest a css change?

    Any resolution to this? Kindly see the screenshot attached

    http://eindiaartfestival.com/wp-admin/

    Thanks

    Kalpesh Ruparel

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