Home Forums Search Search Results for 'css'

Viewing 10 results - 441 through 450 (of 3,131 total)
  • Author
    Search Results
  • #37415

    In reply to: Search page on mobile

    Hi,

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

    @media only screen and (max-width: 1024px) {
    .header__search {
    	top: 45px;
    
    }}

    Btw, your support expired. Please renew your support at https://themeforest.net/item/claue-clean-minimal-woocommerce-theme/18929281 that will help us continue develop new features and improve our theme.

    Thanks and regards

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

    #37410

    Topic: Search page on mobile

    in forum Claue
    bestfitbybrazil
    Participant

    please go to my site on mobile select the magnifying glass and you will see that my plugin notification bar which shows up on all pages on the site is hiding the search box.  You need to scroll up to see it there.  How do i hide my notification bar element on this page only.  i could not figure out what the page is called or get to it in the “inspect elements” to put in custom css. thx.

    https://bestfitbybrazil.com

    Hi Blackpmetall,

    you can change hover style in JanStudio > Theme Option > WooCommerce > Product Listing Settings > Hover Style > Choose Style 2

    If you want hide all buttons, please add below code to JanStudio > Theme Option > General Layout > Custom CSS

    .product-button {
    	display: none;
    }

    Kind regards

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

    #37385

    Hi Nina,

    1. Please add Instagram Feed on your site i will check and help you solve problem.

    2. Please add below code to page CSS https://prnt.sc/tdeh3i

    .jas-page > div {margin-bottom: 0;}

    Kind regards

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

    #37384

    Please add more CSS code to reduce space on top

    .jas-page > div {margin-top: 0;}

    Kind regards

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

    Hi,

    You should create it as a customa page, it will not show tag, related post and share. Or you can add below CSS to hide info

    .postid-3023 .tag-comment, .postid-3023 .social-share, .postid-3023 .post-related, .postid-3023 .comments-area {display: none;}

    Kind regards

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

    #37275
    vikasrox111
    Support Expired

    You go ahead

    I add the css in custom css

     

    #37265

    Hi,

    1. Please change code to

    .tax-product_tag .jas-wc .page-head {
    	background-image: url(http://p557553.mittwaldserver.info/wp-content/uploads/2020/06/GermanyMeetsIceland-3.jpg);
    	background-size: cover;
    	background-repeat: inherit;
    	background-position: center center;
    	background-attachment: fixed;
    	padding-top: 200px;
    	padding-bottom: 200px;
    }

    2. Please use class “header__top.bgbl” for the css row

    Kind regards

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

    #37264

    In reply to: The theme is very slow

    Hi,

    1. Please go to Appearance > Customize > WooCommerce > Product Image > Thumbnail width and change to 270

    2. Please try install plugin to optimize images https://wordpress.org/plugins/wp-smushit/

    3. Please install plugin Autoptimize https://wordpress.org/plugins/autoptimize/ to optimize CSS, JS and SuperCache for site cache https://wordpress.org/plugins/wp-super-cache/ and use Cloudflare CDN

    Kind regards

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

    #37257
    nickel
    Participant

    Hi,

    I have a problem.
    I use the Page Title Background on my website in the shop.
    The background at the products and the categories are not a problem.
    But I can’t add pictures at the Taxonomy / Tag sides.
    And in the payment process there is only the gray box (now I have colored it white using a css code).

    I have already tried to add images to the keywords using the “Category and Taxonomy Image” plugin, but unfortunately they are not displayed.

    It would also be nice if the standard image is on all Woocommerce sites.

    I use actually the following codes:

    .page-head .woocommerce-breadcrumb, .page-head .jas-breadcrumb, .tu.mb__10.cw  {
    display:none;
    }

    .page-head {
    padding:200px;
    }

    .archive.post-type-archive .page-head::before,
    .archive tax-product_cat .page-head::before {
    background: none;
    padding: 10px 0;
    }
    .archive.post-type-archive .page-head h1,
    .archive tax-product_cat .page-head h1 {
    color: #222;
    }

    .page-head::before {
    display: none;
    }

    .page-head {
    background-position: center top;
    ;}

     

    And a second question:

    I would like to add a background image to the top line (“Deine Geschichte ist in Dir”).
    I found out that it is the code .jas-row.middle-xs.
    If I change that, the 2nd line also changes with what I don’t want.
    Is there a code for only the first part?

    thank you so much for your help!

     

Viewing 10 results - 441 through 450 (of 3,131 total)