Home Forums Search Search Results for 'css'

Viewing 10 results - 2,401 through 2,410 (of 3,138 total)
  • Author
    Search Results
  • #10803
    bchevreau
    Participant

    Hi,

    I’ve been banging my head on the walls because of some of the css that is added to the theme for the YITH Ajax Filter. Currently when adding a filter by categories (I have YITH Ajaz Filter premium version) or any attribute that is text, it displays as small bullets instead of a correct list of items with indentation like a regular Category list would look like in a footer widget for example.

     

    I have tried many many CSS editing but it is extremely hard to figure out as you wrote your css for the general “li”s and “a”s without using specific classes, thus everything overrides the changes I make.

     

    Could you please help me fix this? I feel like it’s just oversight from your part but might be easier for you to identify.

     

    You can see the problem on top left corner of the screenshot provided filter, and see it live by clicking the filter, under Per Category filter on the link provided below:

    http://infinit3solutions.com/glovev2/boutique/

     

    Attachments:
    You must be logged in to view attached files.
    #10802
    Tyco
    Participant

    Hi,

    I’ve installed the theme Claue and customized it here and here. Now the vendor store looks like it’s not loading the CSS correctly.

    Could you help on that?

    Kind regards

    #10773

    Hi,

    You can change the label on image by add custom css code in Claue > Theme Option > General Layout > Custom CSS

    .product-category h2, .jas-banner h3 {
    background: #fff;
    color: #222;
    }

    Change #fff and #222 with your color

    Best regards

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

    #10701

    Hi,

    You can add custom css code in Claue > Theme Option > General Layout > Custom CSS

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

    Best regards

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

    #10695

    In reply to: Bullets in Description

    Hi,

    You can add custom css to fix

    #tab-description ul { list-style: inherit; margin-left: 15px;}

    Best regards

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

    #10689

    In reply to: Customizing shop

    Hi,

    You can add custom css in Claue > Theme Option > General Layout > Custom CSS

    .woocommerce-tabs .additional_information_tab, .woocommerce-tabs #tab-additional_information { display: none;}

    .products.metro .product-inner:hover .product-info {
    opacity: 0;
    visibility: hidden;
    display: none;
    }

    Best regards

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

    #10656

    Thank you but it still doesn’t work with the pop-up cart. I wanted to use that one. Anyways, nevermind, I’m going to remove the button with css for now, customers can change the quantity in the minicart.

    #10652

    Hi,

    Please add custom css in JanStudio > Theme Option > General Layout > Custom CSS

    .slick-slide {
    height: auto;
    }
    .slick-slider .slick-track,
    .slick-slider .slick-list {
    height: 100% !important;
    }

    Best regards

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

    #10646

    Hi,

    2. You can add custom code in Claue > Theme Option > General Layout > Custom CSS

    Change Hot, New, Sale to your language

    3. I change your language site to Spanish-Argentina. Your backend still in English because the backend in Spanish-Argentina not complete translated. In Spanish someone translated complete the backend so you don’t see English

    When you change your site language to Spanish, you have to create new language Spanish(Spain) http://take.ms/34Aet to translate

    Best regards

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

    #10634

    Hi,

    Please add custom css to fix

    .woocommerce-variation.single_variation {
    display: inline-block;
    margin-bottom: 30px;
    margin-top: -30px;
    width: 100%;
    }

    Best regards

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

Viewing 10 results - 2,401 through 2,410 (of 3,138 total)