Home Forums Search Search Results for 'css'

Viewing 10 results - 391 through 400 (of 3,131 total)
  • Author
    Search Results
  • #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 4 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

    #37944

    Hi Dialectos,

    Our theme doesn’t support show header image background.

    1. If you want show header background image. Please add below code to Claue > Theme Option > General Layout > Custom CSS

    #jas-header {
    	background: url('https://dialectos.mx/wp-content/uploads/2020/08/Portada.jpg') center center no-repeat;
    	background-size: cover;
    }

    2. To set large image for metro layout you need enable large image for the product you want show image bigger

    https://prnt.sc/tvgxoi

    Kind regards

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

    #37942

    Hi Ncohen,

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

    .page-head::before {
    	background: rgba(0,0,0,0.5);
    }

    and change 0,0,0 as your RGB color and 0.5 as opacity from 0.0-1.0

    2. Please contact to plugin author? and add action hook to

    woocommerce_shop_loop_item_title

    Kind regards

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

    #37898

    Hi Rekokni,

    Thank you for bought our theme.

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

    .product-image .db::before {
    	background: rgba(246, 246, 246, 0.9);
    }

    and change 246,246,246 to your RGB color and 0.9 as opacity from 0.0 to 1.0

    Kind regards

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

    #37896

    Hi,

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

    .jas-sticky-atc .wcppec-checkout-buttons {
    	margin: 0;
    	overflow: hidden;
    }

    Kind regards

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

    #37873

    Hi,

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

    .product-info .price {
    	color: #ec0101;
    	font-size: 18px;
    }

    2. Please go to Theme Option > WooCommerce > Product Listing Settings > Style > Grid https://prnt.sc/tss5h9

    Kind regards

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

    #37845

    Please add more code to fix issue number 2 in Gecko > Theme Option > General Layout > Custom CSS

    .wc-single-1 .wc-tab {
    padding: 35px 0;
    }

    Kind regards

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

    #37844

    In reply to: Them not show

    Please add more code to fix issue number 2 in Gecko > Theme Option > General Layout > Custom CSS

    .wc-single-1 .wc-tab {
    	padding: 35px 0;
    }

    Kind regards

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

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