Home Forums Search Search Results for 'css'

Viewing 10 results - 2,721 through 2,730 (of 3,131 total)
  • Author
    Search Results
  • #6596

    Hi,

     

    The following is still the same on mobile devices?

    Any custom CSS?

    Thank you,

    Michael

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

    Hi,

    Just realised you had updated the theme file, sorry.

    Tiring day!

    Works great on mobile as well.

    Still, have an issue for a vendor when it comes to the dashboard and orders.

    Any custom CSS to help with that?

    Should be set for changing over tomorrow all going well.

    Attached the issue.

    Thank you,

    Michael

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

    Hi,

     

    Sorry how am I meant to use this file?

    Also, I’ve used some CSS to fix the headers etc for the stores but in the dashboard > orders there is conflict on mobile where the update is overlapping export.

    Please use the sign ins to see and advise some CSS to fix.

    Otherwise I should be good to go forward with the themes.

    Thanks and really appreciate the quick answers,

    Michael

    #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

Viewing 10 results - 2,721 through 2,730 (of 3,131 total)