Home Forums Search Search Results for 'css'

Viewing 10 results - 11 through 20 (of 3,128 total)
  • Author
    Search Results
  • #44110

    In reply to: Theme support

    Hi,

    1. You can change color of title to black by add custom code to Claue > Theme Option > General Layout > Custom CSS

    .page-head h1 {
    color: #000;
    margin-bottom: 0;
    }

    2. It need more customize code, you should hire a freelancer to help you do it.

    Kind regards

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

    #44069

    In reply to: Theme support

    Hi Maria,

    Thank you for choose our theme.

    1. For the pages you can change title for each page  when edit any page and scroll down to “Page Layout Option” https://tppr.me/YLeYE . For WooCommerce’s shop page you can change in Claue > Theme Option > WooCommerce > General Setting https://tppr.me/g02T3
    2. You can change page title background by change page’s featured image https://tppr.me/rZXGQ
    3. You can change size àn background color of page title by add custom CSS code in Claue > Theme Option > General Layout > Custom CSS

    .page-head {padding: 10px 0;}

    .page-head::before {background: rgba(0, 0, 0, 0.5);}

    And increase or decrease 10 as your number, change 0,0,0 as RGB color and 0.5 as opacity from 0.0-1.0

    4. You can change font style in Claue > Theme Option  > Typography. By default, have some browser support Helvetica not all browser support. If you want, you have to change it to webfont and customize css code

    5. You can turn on categories in Appreance > Customize > WooCommerce >Product Catalog> https://tppr.me/qWffQ

    And add sidebar in Claue > Theme Option  > WooCommerce > Product listing setting https://tppr.me/XM0oA

    5. You can change category’s title and sub-title for products page by edit in dashboard> products > Categories https://tppr.me/u051o

    6. To set image for menu you need a mega-menu to use it https://vi.wordpress.org/plugins/megamenu/

    Kind regards

    • This reply was modified 7 months, 3 weeks ago by Harry.
    • This reply was modified 7 months, 3 weeks ago by Harry.

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

    #44061

    In reply to: questions about theme

    Hi,

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

    .swatch.is-label .swatch__value {
    width: auto;
    min-width: 24px;
    border-radius: 5px;
    }

    .swatch.is-label .swatch__list–item {
    border-radius: 5px;
    padding: 2px 5px;
    }

     

    Kind regards

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

    #44000

    In reply to: Title Image Cropped

    Hi Firo,

    Thank you for choose our theme.

    Please crop image like second image and add upload image title again, and after that add below code to Claue > Theme Option > General Layout > Custom CSS

    .woocommerce-shop .page-head {
    padding: 80px 0;
    }

    And increase 80px to your number.

    Kind regards

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

    #43965

    In reply to: Button customisation

    crazy_irene
    Support Expired
    This reply has been marked as private.
    #43960

    In reply to: Button customisation

    Hi,

    1. You can change button to  square by add custom below code to Claue > Theme Option > General Layout > Custom CSS

    a.br__40 {border-radius: 0}

    2. You can change color of button in Claue > Theme Option > Color Schema > Primary Color.

     

    Kind regards

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

    #43810

    Hi,

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

    .woocommerce-billing-fields .form-row-wide.form-row {
    display: -ms-flexbox;
    display: inherit;
    flex-wrap: inherit;
    }

    Kind regards

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

    Hi Kor,

    1. Please add custom css in Claue > Theme Option > Genera Layout > Custom CSS

    .swatch__value {
    border-radius: 0;
    }

    .swatch__list–item {
    border-radius: 0;
    }

    a.woocommerce-terms-and-conditions-link {color: #222}

     

    And change #222 to your color

    2. Please go to Page > Checkout and upload featured image.

    Kind regards

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

    #43794

    In reply to: icons on mobile header

    Hi Alkiviadis,

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

     

    .jas-branding a.db {text-align:center;}

    @media only screen and (max-width: 767px) {.jas-action . hidden-xs { display: block;}

    .filter-button.mr__50::before {
    content: “Filter”;
    padding-right: 10px;
    }

     

    Kind regards

    • This reply was modified 1 year ago by Harry.
    • This reply was modified 1 year ago by Harry.
    • This reply was modified 1 year ago by Harry.

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

    #43746

    Hi Josh,

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

    .fa-award::before {
    content: “\f02e” !important;
    }

    .seller-badge-list .button-secondary[data-v-0edbd7ea] {
    width: 64px;
    line-height: 1;
    }

    • if possible, could you please also change the subtitle text as it doesn’t really make sense. let me know if this is possible and I’ll send through what it should be changed to. Can you take screenshot describe the issue.

    Kind regards

     

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

Viewing 10 results - 11 through 20 (of 3,128 total)