Home Forums Search Search Results for 'css'

Viewing 10 results - 101 through 110 (of 3,131 total)
  • Author
    Search Results
  • #42343

    In reply to: Images on installation

    Hi,

    You can change copyright background color by add below code to Claue > Theme Option > General Layout > Custom CSS

    .footer__bot {
    	background: #000;
    	color: #fff;
    }

    And change #000, #fff with your color.

    Kind regards

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

    #42323

    Hi Daniel,

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

    .swatch__list--item.disabled {
    	opacity: 1;
    	position: relative;
    	pointer-events: inherit;
    }

    KInd regards

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

    #42290

    Hi Aiste,

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

    .woocommerce + .woocommerce-info {
    	background: none;
    	border: none;
    	padding: 30px 0;
    }

    Kind regards

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

    #42279

    Hi Aiste,

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

    
    @media only screen and (min-width: 62em) {
    .jas-blog .jas-masonry .jas-col-md-4 {
    	width: calc(33.333% - 10px);
    }}

    Kind regards

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

    #42278

    Hi,

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

    .admin-bar .pswp__top-bar {
    	top: 0;
    }

    Kind regards

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

    #42224

    Hi SteBrooks,

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

    .quantity .tc a {
    	color: #ccc;
    }
    @media only screen and (max-width: 767px) {
    table.shop_table_responsive tr td::before {
    	color: #ccc;
    }}

    Kind regards

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

    #42218

    Hi SteBrooks,

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

    @media only screen and (max-width: 767px) {
    #jas-footer-menu li {
    	float: none;
    }}

    For the cart, please go to Theme Option > WooCommerce > Product Detail Setting > Add to cart behavior change to Slide Sidebar.

    Kind regards

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

    #42201

    Hi,

    Please change to 175 and 175 for desktop and add custom css for mobile in claue > theme option > general layout > custom css

    @media only screen and (max-width: 736px) {
    .vc_custom_1630341320325 {
    	padding-top: 85px !important;
    	padding-bottom: 45px !important;
    }}

    KInd regards

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

    #42162

    In reply to: minor css issue

    Hi,

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

    a.button, .jas-ajax-load a, button.button {
    	white-space: nowrap;
    }

    4. Can you tell me which button?

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

    #42155

    Topic: minor css issue

    in forum Claue
    ArtK
    Participant

    Hi,

    1. In the cart page, the text overflows the apply coupon button (see screenshot). Can you kindly fix the css (mobile+ desktop)

    2. Also, voucher coupons has same issue.

    3. See below in private

     

    Thanks a lot. Have a nice day ahead.

    Best Regards,

    AK

    Attachments:
    You must be logged in to view attached files.
Viewing 10 results - 101 through 110 (of 3,131 total)