Home Forums Search Search Results for 'css'

Viewing 10 results - 1,711 through 1,720 (of 3,138 total)
  • Author
    Search Results
  • This reply has been marked as private.
    #19980

    Hi,

    Please change

    <link type="text/css" media="all" rel="icons" href="//moxypenny.com/wp-content/themes/claue-child/css/paymentfont.min.css">

    <link type="text/css" media="all" rel="stylesheet" href="//moxypenny.com/wp-content/themes/claue-child/css/paymentfont.min.css">

    change rel=”icons” to rel=”stylesheet”

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

    [class*="pf-"] {position: inherit;}

    Best regards

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

    #19945

    Hi guys,

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

    .single_add_to_cart_button:hover {
        background: #000;
    }

    and change #000 with your color

    Best regards

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

    #19926

    In reply to: Search Bugs in RTL

    Hi Rahim,

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

    .ui-autocomplete li .pl__15 {
    	padding-right: 15px;
    	padding-left: 0;
    }

    2. I still finding solution for search function with Persian.

    3. It function of WooCommerce, this also search in product description. Can’t only product title.

    Best regards

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

    #19923
    kk305
    Participant

    Hello, I’m trying to add payment method icons to my site but they’re not displayed for some reason. I’ve taken the icons from here https://paymentfont.com/. I basically added the fonts and css folders to my child theme folder added the path to the css file to the header <link type=”text/css” media=”all” rel=”icons” href=”//path/paymentfont.min.css”>. Entered the icon code to a page <i class=”pf pf-stripe”></i> but it didn’t work. I turned off the cache and cleaned it but it’s still not working. Can you please help me out?

    #19916

    Hi,

    You’re running outdated version 1.2.4. Please update theme to last version 1.3.3 http://support.janstudio.net/forums/topic/updating-the-theme/ and add below code to Claue > Theme Option > General Layout > Custom CSS

    @media only screen and (max-width: 320px) {
    .single_add_to_cart_button {
    padding: 0 15px;
    font-size: 10px;
    }}

    Best regards

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

    #19888

    Hi,

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

    ::-webkit-input-placeholder {
    	color: #c1c1c1;
    }
    :-moz-placeholder {
    	color: #c1c1c1;
    }
    ::-moz-placeholder {
    	color: #c1c1c1;
    }
    :-ms-input-placeholder {
    	color: #c1c1c1;
    }

    and change #c1c1c1 to your color

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

    #19887

    Hi,

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

    .woocommerce-cart .woocommerce-message {display: none;}

    Best regards

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

    #19881

    Hi,

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

    .kb-list-title {
    	border-bottom: none;
    	background: #002e5b;
    	padding: 10px;
           margin: 0;
    }
    .kb-list-title a { color: #fff;}
    
    .kb-list {
    	border: 1px solid #ccc;
    	padding: 15px;
    	border-top: none;
    }

    2. It have away to download separate plugin to your computer and open code of plugin in editor and search.

    Best regards

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

    #19879
    [Resolved]

    Topic: CSS for placeholder text color in cart

    in forum Claue
    sensateme
    Participant

    Can you please advise the custom CSS required to change the color of the placeholder text in the Street Address fields in the cart?  I can change the color once text is inputted, but cannot find the right code to change the color of the existing placeholder text.

    Thanks

Viewing 10 results - 1,711 through 1,720 (of 3,138 total)