Home Forums Search Search Results for 'css'

Viewing 10 results - 2,911 through 2,920 (of 3,131 total)
  • Author
    Search Results
  • #3553

    In reply to: Product page

    Hi,

    I saw this issue with google map, We will fix it on next version, please stay awaited

    Please use this CSS code to increase font size of menu

     
    .jas-menu > li {font-size: 20px;}

    – Foster

    #3547

    In reply to: Product page

    Hi FourVibes,

    Please follow below step to solve those problems

    1. Please use this custom CSS code https://pastebin.com/mNt7BfSD

    2. Please use this code https://pastebin.com/4XTxkdxv or remove video in product detail http://take.ms/Sdwxn

    3. Please navigate to JanStudio theme options / Header / Header left content: you can add anything you want into here

    4. That is possible, please follow there steps

    – Create new page and switch to Backend Editor mode, after that add element Google Map

    – After add Map, switch back to Class Mode and copy all content

    – Navigate to JanStudio theme option / WooCommerce / Product Detail Setting / Shipping & Return Content: paste code into here

    5. Regarding the issue with video, could you please give me a link?

     

    – Foster

    #3539

    Hi,

    Thank you for purchase!

    Sorry for late reply and inconvenience you have.

    1. I help you fixed issue with header height, it because you header top empty, you only need add custom css

    .header__top { height: 0;}

    2. You can add custom css

    .header__mid {margin: 0 auto; max-width: 1170px; padding: 0;}

    3,4. You can remove by disable plugin YITH Wishlist.

    5. you can add custom css

    #jas-backtop { display: none;}

     

    Best regards

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

    #3532
    cleast
    Participant

    Hi!

    1. Navigation bar: Theres some automatic space between the navigation bar and the metaslider that im not able to remove, tried CSS and solutions from your forum but nothing works. How can I remove this in a good way? When I inspect the code I assume it style=”height” is set with javascript, and I don’t know how to change it. I don’t want any extra height except for the navbar on top. See the picture below

    2. I want to move the logo and the cart so they are within the same container size as the rest of the page content(except for metaslider), see picture.

    3. How do I remove the Browse wishlist that appears when I hover a product? see picture

    4. How do I remove the add to wishlist in the quick view window?

    5. How do I remove the arrow to the right down corner that you use to auto scroll up with?

     

    Would be really happy if you could help med with these problems.

    #3523

    Sorry because miss understood,

    1, You need active Popup in Dashboard > Popups

    https://monosnap.com/file/v1ZRlD20JGoEmImd7nLLjNU3HjK8qQ#

    2. Go to YITH Plugins > WC Popup > Show on all page > Enable

    https://monosnap.com/file/WpdQH2hvJvJONXxFOrIZH7OCjdWMxB#

    3. Add custom code in JanStudio > Theme Option > General Layout > Custom CSS

    .offline .ypop-modal { display: block;}

    The Popup will appear on maintenance mode

    Best regards

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

    #3518

    Hi,

    You can add custom css code.

    .btn-atc .cart:not(.variations_form) { display: inline; width: 100%; }

    Best regards

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

    #3513

    In reply to: Multiple Questions

    Hi,

    1. You can enable review on product detail at Dashboard > WooCommerce >  Settings > Products

    https://monosnap.com/file/JZkqUIZeLYclXm975xjlgOQ1sGh9IO#

    2. You can disable category description by remove description of category

    https://monosnap.com/file/cIpxe8lE63mGpsTKSlWNRNbbD42svM#

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

    .archive.woocommerce-page .page-head p { visibility: hidden; height: 0;}

    3.You can enable option of OpenSwatch plugin in Dashboard > WooCommerce > MG OpenSwatch Optionand follow our document at janstudio.net/gecko/document/index.html navigate to WooCommerce Settings > Product’s Attribute and  Product color and size section

    4. You can enable filter like our demo at Appearance > Widgets > add YITH ajax filter to WooCommerce Top Sidebar

    Best regards

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

    #3508

    In reply to: Maintenance Background

    We saw this issue, we will check and fix soon.

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

    .jas-offline-content { background-image: url(“https://poshstylez.com/wp-content/uploads/2017/04/poshstylez_splash01.jpg”);}

    Best regards

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

    #3504

    In reply to: Product columns mobile

    Hi,

    I think the layout on ipad should be 2 columns, only change on screen less than 768px

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

    @media only screen and (max-width: 767px) {

    .products .jas-col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
    }

    }

    if you want less than 800px you can change 767 to 799.

    Best regards

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

    #3461

    Hi,

    You can add more css for border radius

    .product > .product-image img { border-radius: 5px;}

    Best regards

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

Viewing 10 results - 2,911 through 2,920 (of 3,131 total)