Home Forums Search Search Results for 'css'

Viewing 10 results - 2,251 through 2,260 (of 3,131 total)
  • Author
    Search Results
  • #12700

    In reply to: Styling Issues on site

    Hi Aton,

    You can fix radio wrapping on checkout  page by add custom css

    #wc_checkout_add_ons .input-checkbox { float: left; margin: 8px 10px 0 0;}

    Best regards

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

    #12689

    Hi Ryteirvakare,

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

    @media only screen and (max-width: 414px) {
    .jas-promotion h3 { font-size: 28px !important; line-height: 1 !important;margin-bottom: 15px !important;}

    .jas-promotion h4 { font-size: 16px !important; line-height: 1 !important;margin-bottom: 20px !important;}
    }

    Best regards

     

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

    #12681

    Hi,

    You can add custom css for this

    footer .widget_nav_menu {
    text-align: center;
    }

    Best regards

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

    #12673
    nasan
    Participant

    Hi there, please have a look at the attached screenshot. I need for the text and headings in the footer/widget area to be centered. Is there any CSS code for this?

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

    In reply to: Menu

    Hi Virchand,

    1. You can remove filter not be use by change “Or” to “And”

    2. Please change custom link to by change menu as category

    3. You can remove this by add custom css in JanStudio > Theme Option > General Layout > Custom

    .single-product .page-head {display: none;}

     

     

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

    Hi,

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

    @media only screen and (max-width: 736px) {
    .shop-top-sidebar .woocommerce {
    min-width: inherit;
    text-align: center;
    }}

    Best regards

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

    #12603

    In reply to: Header style issue

    Hi Rahim,

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

    @media only screen and (max-width: 1400px) {
    .jas-menu > li:not(:first-child) {
    margin-right: 35px;
    }
    .header-2 .jas-menu > li:not(:first-child) {
    margin-right: 0;
    margin-left: 21px;
    }
    }
    @media only screen and (max-width: 1280px) {
    .jas-menu > li:not(:first-child) {
    margin-right: 35px;
    }
    .header-2 .jas-menu > li:not(:first-child) {
    margin-right: 0;
    margin-left: 17px;
    }
    }

    with this case we recommend don’t add more than 5 menu items for left menu and right menu and you real name of menu item not use test name so don’t have to adjust in next time.

    1) i help you fixed.

    Have a nice Sunday!

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

    #12599

    Hi,

    1. You can remove background on category images by add custom css in Claue > Theme Option > General Layout > Custom CSS

    .product-category h2 { background: none;}

    or change transparent by add code

    .product-category h2 { background: rgba(255,255,255,0.3);}

    with 255,255,255 as rgb and 0.3 as opacity from 0-1

    2. Sorry this feature WooCommerce doesn’t support. It would be best to contact Woocommerce support about this. Perhaps they have an extension available for this.

    3. You can change it in Claue > Theme Option > WooCommerce > General Settings > Page Title Background

    Best regards

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

    #12595

    In reply to: Forum

    This reply has been marked as private.
    #12581

    Hi,

    Quick question 🙂

    Do we need to use a plugin like this “http://www.childthemeconfigurator.com/”  to maintain the child theme? We are about to begin customization and we already activated the child theme that came with our purchase.  Our objective is to not lose our customization work with updates. (We plan to edit mostly css but maybe some php files)

    Many thanks in advance 🙂

    Best Regards,

    Team ArtK

Viewing 10 results - 2,251 through 2,260 (of 3,131 total)