Home Forums Search Search Results for 'css'

Viewing 10 results - 51 through 60 (of 3,128 total)
  • Author
    Search Results
  • #42988

    In reply to: Change color sliders

    manzocosmo
    Support Expired

    I tried to insert in custom css but it doesn’t work!

    Thanks for the reply

    #42987

    In reply to: Change color sliders

    Hi Manzo,

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

    .fs__50.tu.fwb {color: #fff;}

    Kind regards

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

    #42984
    [Resolved]

    Topic: Change color sliders

    in forum Claue
    manzocosmo
    Participant

    Hi, how can I change color to this text?

    the css class code is: class = “fs__50 tu fwb”

    there is the same class with the same color as the css class: class = “fs__50 tu fwb”?

    thanks

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

    Hi Lane,

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

    .product-category h2::before,
    .product-category h3::before {
    	display: none;
    }
    .woocommerce .product-category h2, .product-category h2, .woocommerce .product-category h3, .product-category h3 {
    	font-size: 15px;
    	padding: 15px;
    	color: #fff;
    }

    Kind regards

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

    #42890

    Hi Miguel,

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

    #jas-vsh .mfp-close {
    	border: none;
    	background: none;
    	margin: 0;
    }

    Kind regards

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

    #42887

    Hi Miguel,

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

    .product_title, .entry-summary .price {
    	font-size: 30px;
    }

    Kind regards

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

    #42872

    Hi,

    I see the code not apply. Please try again or edit code in claue-child > style.css line 128 from display: block to display: inline-block;

    Kind regards

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

    #42871
    This reply has been marked as private.
    #42870

    Hello Niskhesh,

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

    .woocommerce form .form-row label {
        display: inline-block;
    }

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

    #42869

    Hi,

    The issue cause by HTML of plugin you use to customize checkout page. You can add custom CSS code to fix in Claue > Theme Option > General Layout > Custom CSS

    .woocommerce form .form-row label {
    	float: left;
    }
    .woocommerce form .form-row .required {
    	border-bottom: none;
    	float: right;
    	text-decoration: none;
    	line-height: 0.5;
    	color: red;
    }

    or contact to plugin author

    kind regards

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

Viewing 10 results - 51 through 60 (of 3,128 total)