Home Forums Search Search Results for 'css'

Viewing 10 results - 391 through 400 (of 3,138 total)
  • Author
    Search Results
  • #38204

    In reply to: temas varios

    Hi Asdemonas,

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

    @media only screen and (max-width: 480px) {
    form.cart .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    	width: calc(100% - 50px);
    }}

    2. If you’re using WPBakery PageBuilder please edith the row wrap slider, open design option tab and clear background color https://prnt.sc/u4v7xq
    If you using Elementor please follow this screenshot https://prnt.sc/u4vf4z

    3. Can you send me your site url, we need to check more before give you solution.

    Kind regards

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

    #38198

    In reply to: Post Author

    Hi Brad,

    please add below code to JanStudio > Theme Option > General Layout > Custom CSS

    .post-info .span {display: none}

    Kind regards

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

    #38186

    In reply to: Them not show

    Hi,

    1. Please add custom code in Claue > Theme Option > General Layout > Custom CSS

    .cart__popup-action a.button:first-child, .cart__popup h3.cart__popup-related-title, .cart__popup .jas-row {display: none}

    2. Please try these plugins https://wordpress.org/plugins/woo-checkout-field-editor-pro/ or https://wordpress.org/plugins/woo-checkout-regsiter-field-editor/

    3. Please go to Theme Option > WooCommerce > Cart & Checkout Settings > Checkout Settings and add your custom HTML

    Kind regards

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

    #38154

    In reply to: Banner Opacity

    Hi Tom,

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

    @media only screen and (min-width: 320px) {
    .page-head {
    	padding: 20px 0;
    }}
    
    @media only screen and (min-width: 768px) {
    .page-head {
    	padding: 50px 0;
    }}
    
    @media only screen and (min-width: 1280px) {
    .page-head {
    	padding: 90px 0;
    }} 
    @media only screen and (min-width: 1440px) {
    .page-head {
    	padding: 140px 0;
    }}

    It use background so can’t auto change on every screen.

    Kind regards

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

    #38136

    In reply to: Submenu Colors

    Hi Brad,

    Please go to Claue > Theme Option > Color Scheme > https://prnt.sc/u1x5jn

    If you want add color for some specific menu item. Please add custom CSS code in Claue > Theme Option > General Layout > Custom CSS

    .jas-menu ul li#menu-item-5565 a {
    	color: red;
    }

    https://prnt.sc/u1x6k4

    and change 5565 with your menu’s ID number.

    Kind regards

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

    #38115

    Hi,

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

    .single-post .page-head .jas-container {
    	display: none;
    }

    Kind regards

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

    #38057

    Hi,

    Please edit homepage > edit custom CSS

    and remove code https://prnt.sc/tyi36f

    #jas-footer { display: none;}

    and add below code to replace code

    #jas-footer {
    display: block;
    position: fixed;
    width: calc(100% – 250px);
    z-index: 999;
    bottom: 0;
    right: 0;
    }`

    And after that go to Appearance > Widget and add Wdiget to footer#1 to footer#4

    Kind regards

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

    #38043

    In reply to: Blog Page

    Hi Harry,

    I tried the new file and cleared the cache and checked that on the incognito browser.

    Same results. There is no Continue Reading button.

    I also checked my custom CSS and there is no code for .screen-reader-text class.
    I checked this for if I have hide it while I had it before your code.

    Kind regards.

    Rahim Vaziri
    CEO & Founder at Look.ir

    #38011

    In reply to: Heading tags

    ozgun
    Support Expired

    Thanks much for your help, Harry.

    I have three questions:

    1- I added the code to functions.php but where can I add h1 tags? Which file I must add to? Can you give me an example to put h1?

    2- In claue child, there is no woocommerce folder. There are only fuctions.php and style.css

    3- In the code there are two times of logo.png and two times of logo-2x.png. Can I change the code from logo.png to logo-2x.png?

     

    Thanks.

    • This reply was modified 5 years, 10 months ago by ozgun.
    #37988

    Topic: Wishlist page

    in forum Claue
    Rahim
    Participant

    Hi Harry,
    Hope you are fine.

    Can you please check the mobile view of the wishlist page on the RTL layout.

    It needs some CSS fixes.

    Kind regards.

    Rahim

    Rahim Vaziri
    CEO & Founder at Look.ir

Viewing 10 results - 391 through 400 (of 3,138 total)