Home Forums Search Search Results for 'css'

Viewing 10 results - 261 through 270 (of 3,131 total)
  • Author
    Search Results
  • #39677
    faucifashions
    Support Expired

    I tried  it. But it didn’t make any change.. Also i tried extra css option in appearance -> customise-> extra css.. Using class name.. No change.. Could you please check it. I think i can makr some changes for other layout except menu. Its working.  But i need some changes in menu bar. How should i do.. Please help

    #39676

    Hi,

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

    Kind regards

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

    #39675
    [Resolved]

    Topic: Styling gecko vertical theme menu

    in forum Gecko
    faucifashions
    Participant

    Hi i have installed gecko vertical slider theme for my shop. So just want to change alignment, font and some css in side menu bar.  I try to add some extra css to menu by a extra css option in menu dash bord. But the changes didn’t show up.. The menu layout didn’t feel good for my shop layout. So  i need to add some extra css to my menu bar. Is there any option to add it.. And i tried some custom css plugins.. But no difference.. What should i do..?

    #39635

    Hi,

    On mobile it doesn’t have state hover like on desktop.

    It only way always show add to cart button above product image on category page by add below code to Claue > Theme Option > General Layout > Custom CSS

    @media only screen and (max-width: 1024px) {
    .product-image .product-btn .button {
    	display: block;
    }}

    Kind regards

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

    #39633
    baalamb
    Participant

    Hi there is it possible to show permanently the title and pricing on Metro category view?
    I have tried this CSS but didn’t work for me when trying to publish.

    ====METRO CATEGORY VIEW========
    .products.metro .product-info {
    position: absolute;
    left: 15px;
    bottom: 15px;
    z-index: 10;
    opacity: 100;
    visibility: visible!important;
    background-color: #fff;
    padding: 8px 8px 8px 8px;
    }
    .products.metro .product-info h3 a {
    color: #000;
    }

     

    #39589

    In reply to: sombras en productos

    Hi,

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

    .product-image {
    	border: 1px solid #ddd;
    }
    .product-image:hover {
    	box-shadow: 0px 1px 7px #ccc;
    }

    Kind regards

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

    #39571

    In reply to: Checkbox Border

    Hi,

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

    .style-checkbox label {
    	border: 1px solid #e3e3e3;
    }

    and change #e3e3e3 to your color code.

    Kind regards

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

    #39561

    Hi,

    I see the code added in claue-child > style.css

    .jas-banner h3 {
    	color: red !important;
    }

    Please change red with your color code.

    Kind regards

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

    #39559

    Hi Kenny,

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

    .jas-portfolio .page-head {
    display: none;
    }

    2. I’m sorry the portfolio not support Gutenberg, you can use gallery element of Elementor to build portfolio

    3. Yes, the headẻ should be header layout-2.php

    Please reply on this topic so we can track your issue and help you faster. I hard to read your email with more signature text.

    Kind regards

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

    #39558

    Hi,

    I see you added code in claue-child > style.css

    .jas-banner h3 {
    	color: red !important;
    }

    Please change red to your color.

    Kind regards

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

Viewing 10 results - 261 through 270 (of 3,131 total)