Home Forums Search Search Results for 'css'

Viewing 10 results - 2,311 through 2,320 (of 3,138 total)
  • Author
    Search Results
  • This reply has been marked as private.

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

    #11826

    Hi,

    You can change by add custom css

    .product-image .product-attr { color: #fff;}

    and change #fff with your color

    Best regards

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

    Hi, Rene’

    1. I help you change order of tab make sure all products have tab name “English”

    2. You can use custom css code below

    .wc-tabs li a {
    padding: 5px 11px 5px 14px;
    display: inline-block;
    }
    .wc-tabs li.active a {
    background: #E2E8F2;
    }

    Best regards and have a nice weekend!

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

    #11823

    Hi,

    1.maYou can add custom css in Claue > Theme Option > General Layout > Custom CSS to fix

    @media only screen and (max-width: 1024px) {.btn-quickview{text-indent: 999em;}.btn-quickview:hover {background: none !important;}}

    2. For the alert text it in javascript, it now doesn’t support translate. we will find a solution to translate later.

    Best regards

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

    #11804

    In reply to: Importing Demo Content

    Hi,

    You can fix by add custom css

    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
    float: right;
    }
    #mega-menu-wrap-primary-menu, #mega-menu-wrap-primary-menu #mega-menu-primary-menu, #mega-menu-wrap-primary-menu #mega-menu-primary-menu ul.mega-sub-menu, #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item, #mega-menu-wrap-primary-menu #mega-menu-primary-menu a.mega-menu-link {
    text-align: right;
    }

    Best regards

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

    HI Harry

    all is going on step by step….

    is it possible to set the ENGLISH -TAB in front of the adding information tab?

    How i have to set there the special css style how you wrote me to the tabs to make the size bigger and give the active one a color blue?

    How can i set in the custom tabs also the blue background?

    Thanks so much and best regards.

    René

    At moment I am working in the product “Teufelsfackel size L” to test all options.

    #11792

    In reply to: metaslider and layout

    Hi,

    You can use this css

    @media only screen and (max-width: 736px) { .jas-action > a.db.hidden-xs { display: none;} }

    Best regards

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

    #11746

    In reply to: Issues with Bundles

    Hi,

    1. Sorry because inconvenience, but the plugin doesn’t support display default variation the user want add bundle to cart they have to select the variation of product in bundle

    2. The user have to select variation of main product and variation of product in bundle to “add all to cart”

    3. you can follow this video https://www.youtube.com/watch?v=cdkCSls-9s4&list=UUMDvyPJs20jwKoFIO4XUF6w&index=18

    4. You can add custom css in Claue > Theme Option > general layout > custom css

    .stock.in-stock {
    font-weight: bold;
    }

    6. You can reorder by go to Products > Attributes > Size > Config terms > and drag to reorder

    7. Sorry the plugin doesn’t support

    Best regards

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

    #11742

    Hi,

    1. You need add more css

    .jas-blog .post .post-thumbnail {
    margin-bottom: 0;
    max-width: 100%;
    height: 300px;
    overflow: hidden;
    display: inline-block;
    }
    .jas-blog .post-thumbnail img {
    width: auto;
    min-height: 300px;
    max-width: inherit;
    }

    .jas-blog  .post-action {
    border: none;
    padding: 8px 20px;
    text-align: center;
    display: block;
    }

    .jas-blog .read-more.pr {
    text-align: center;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid;
    }

    2. You can delete first sentences in your blog post by add read more before first sentence.

    Best regards

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

    #11732

    Hello,

    Your CSS code resolved only half of my issues in the blog.

    I need to:

    1. Make all pictures in the blog same size like the one with house
    2. Eliminate Comment Number and Icon in the blog page, but not in the post
    3. Eliminate the first sentences of the blog text underneath the picture in the blog page

    Thanks!

Viewing 10 results - 2,311 through 2,320 (of 3,138 total)