Home Forums Search Search Results for 'css'

Viewing 10 results - 591 through 600 (of 3,138 total)
  • Author
    Search Results
  • #35251

    In reply to: Contact for Mobile

    Hi,

    I don’t see the code apply, did you try add code and clear cache on your site.

    Did you add code to Claue > Theme Option > General Layout > Custom CSS?

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

    #35250
    webprof
    Participant

    Hi,

    probably after updating WooCommerce to 3.9.2. on checkout process box with payments options greyed out.

    I make now some bypass – add CSS code to remove z-index for this box – to be able to sell products. But I would like to find an answear what is wrong. Thanks for help.

    At friday everything works normal – I made some tests purchases and it works.

    #35216

    Hi,

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

    .archive .woocommerce-breadcrumb {
    	display: block;
    	padding: 10px 15px;
    	background: #f6f6f8;
    }

    Kind regards

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

    #35215

    Hi,

    You can hide Sortby by add below code to Claue > Theme Option > General Layout > Custom CSS

    .woocommerce-ordering {
    	display: none;
    }

    Kind regards

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

    #35211

    Hi Della,

    You can change font size of menu by add below code to Claue > Theme Option > General Layout > Custom CSS

    .jas-menu > li > a {
    	font-size: 14px;
    }

    and change 14 with your number

    Kind regards

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

    #35200
    support
    Support Expired
    This reply has been marked as private.
    #35198

    You don’t need to activate Visual Composer, just change setting of the row contain “products” to fullwidth https://prnt.sc/r247w6add padding on left and right https://prnt.sc/r23w62 and set number of product per row to 3 https://prnt.sc/r248fu and center product’s name and price by add below code to Claue > Theme Option > General Layout > Custom CSS

    .product-info.mt__15 {
    	text-align: center;
    }

    Kind regards

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

    #35149
    support
    Support Expired
    This reply has been marked as private.
    #35147
    This reply has been marked as private.

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

    #35143

    Hello Marcelo,

    The account you sent can’t access to plugins and theme editor, i can’t check what you added to child. Could you grant more access for my account to check more.

    I recommend move your customize code related to font-face to claue-child > style.css

    Thank and regards!

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

Viewing 10 results - 591 through 600 (of 3,138 total)