Home Forums Search Search Results for 'css'

Viewing 10 results - 2,941 through 2,950 (of 3,131 total)
  • Author
    Search Results
  • #3124

    Ok.

    1. Can I change the text color on the my account and search button to white as well via CSS? Then I would need the code for this as well 🙂

    2. Ok then I have something to play around with.

    3. Im looking for the pages like: http://support.janstudio.net/videos/. I’m currently not getting how they get generated..But I think not via the pages. When I look at the extra sections like FAQ and preview the site no FAQS are shown…

    4. Where? A page? a module? 🙂

    Cheers
    Kai

    #3121

    Hi Kai,

    Thank you for your purchase

    1. At this moment, our theme option does not parameter to config button only, please use this custom CSS code

    input[type="submit"], button, a.button { background: your_color; }

    2. Please use this code
    .jas-menu > li > a { font-family: your_font; }
    .jas-account-menu a { font-family: your_font; }

    3. I have just checked on your site, the sample data was installed successful with all our demo page, I gotta wonder, what are the missed you talk here?

    4. I have setup the sample for you, please check

    Best regards
    Foster

    #3087

    Hi Tom.

    Thank you for purchase!

    1. You can delete menu badge by go to Appearance > Menus and follow screen shot

    2. You can change label of badge on product page, product listing page by use Loco Translate Plugin

    http://support.janstudio.net/forums/topic/theme-translation/

    and change text in English-US language

    3. You can hide “new” badge of product by edit this product on Product Detail Option panel and follow screen below

    4. The badge “Sale, Sold Out” display base on product status. If you need hide all badge on product ignore product status you can add custom css in JanStudio > Theme Option > General Layout > Custom CSS

    .product .badge { display: none;}

    Best regards

     

     

     

     

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

    #3085

    In reply to: Immagini Prodotti

    Hi,

    Problem because your image dimension so small

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

    .product-inner.pr { text-align: center; }

    .product-image img { width: auto; }

     

    Best regards

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

    #3044

    Yeh that now doesn’t seem to be working on the home page please see now :/ ive added the custom css, but its causing the p[roducts to be full width accross the page.

    #3040

    Have another way, you can add custom css like in screen shot https://monosnap.com/file/5CyBP3Z7PhZ0VbAKitShCJNsvrQSI7#

    .products.jas-row .jas-col-md-3 { flex-basis: 100%; max-width: 100%; }

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

    #3018

    Hi,

     

    1. You can add custom CSS code for product title on mobile

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

    h3.product-title, .woocommerce h3.product-title {
    font-size: 10px;
    font-weight: 400;
    }

    }

    2. Now you can add social media icon top by go to JanStudio > theme Option > Social Network

    our theme don’t support add icon to menu

     

    Best regards

     

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

    #3007

    Hello Harry,

    that worked out just fine, Thank you.

    I do have 2 other questions:

    1. Is there a css code for the text alignment for the mobile version of this theme? Whenever I open the site on a mobile device, Samsung Galaxy S5 and S7, the names of the products are not fitting in the screen or the text is overlapping. Please the the attached png’s.

    2. How can I add the social media buttons to the menu?

    Thanks again in advance for your outstanding support.

    Have a great day.

    Greets,

    Marcus

    P.S. Let me know if I have to open a new ticket for above asked questions.

    Attachments:
    You must be logged in to view attached files.
    #2981

    Hi,

    Thank you, we wish you have great weekend too.

    You can change background of “new” badge by add custom css

    .badge .new {
    background: #4eb0be;
    top: 15px;
    left: 15px;
    padding: 0 10px 0 12px;
    height: 24px;
    line-height: 24px;
    }

    – You can change #4eb0be with your color

    – Change 15px with your number to set position of badge

    and change 24px with your number to set height.

    Best regards

     

     

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

    #2978
    bezahlbar
    Participant

    Hi there,

    I hope you all had a great weekend.

    Can you give me the css code for changing the size and the position of the “New” Badge on a product, please? Or you can just give me the name and the location of the .php file so I can change it.

    Thank you very much, again, for your support.

    Greets,

    Marcus

    Attachments:
    You must be logged in to view attached files.
Viewing 10 results - 2,941 through 2,950 (of 3,131 total)