Home Forums Search Search Results for 'css'

Viewing 10 results - 3,101 through 3,110 (of 3,138 total)
  • Author
    Search Results
  • #1118

    Hi again @emcampos93,

    I checked your site you can add custom css code in JanStudio > Theme Option > General Layout > Custom CSS

    .jas-row.jas-page { min-height: inherit;}

    Best regards!

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

    #1104

    Please use this custom CSS code

    form.wpcf7-form input.wpcf7-submit {
    	background: #fff;
    	color: #000;
    }
    #1069

    Hi,

    This is css overlay we can’t make it as option so we have to use css skill, we’re sorry about it

    You must use #footer because it’s ID https://monosnap.com/file/A5jdvt7a0fimZAq27eCM9iku0VMh0y#

    #jas-footer:before { background: rgba (0,0,0,0.9);} and  you need remove space between “rgba” with (0,0,0,0.9).

    Correct code is #jas-footer:before { background: rgba(0,0,0,0.9);}

    Best regards!

     

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

    #1068

    Hi again,

    1. a) The css code #jas-footer:before { background: rgba (0,0,0,0.9);} doesn’t remove the background overlay (I tried change to .jas-footer.before { background: rgba (0,0,0,0.9);} – i.e. changing the # in the beginning to a . but that didn’t change anything either).

    I’m sorry for all the questions. I’ve not worked with your theme before and in other themes I’ve worked with I didn’t need the css skills to do settings like these. I liked the style of your theme for this site so changed to yours, but didn’t realise the css skills I needed. Sorry about that!

    #1066

    Hi Harry,

    Thanks a lot! I wouldn’t have found that footer menu without you! 🙂

    The suggestion for no 3 tho, to change the css, didn’t give any change – it’s still the same black.

    Another question related to the top frame. I’ve placed a Revolution Slider in the top of first page. When I set the size to Auto there is padding on all sides but the top (where I got your help before to remove it), when I set the size to full part of the slider is placed under the vertical menu. What css do I have to use?

    This one I got from you to remove the top margin: .jas-page div.mt__60.mb__60 { margin: 0;}
    I tried to add 0,0,0,0; to that script but that didn’t work.

    And in relation to this, the sidebar has no padding resulting in the widgets looking a bit strange as they almost look like they float outside the page. Is it possible to have a script that removes the padding/margin for images, i.e. they can be stretched/full width but other items like the sidebar has padding?

    All the best,
    Anna

     

    #1065

    Hi,

    1. For the footer menu and widget footer #3 you’re using one menu for both https://monosnap.com/file/z1h6GuCQNAfqZPDKhTVPHA60kotevT#

    2. You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS

    .footer__top { padding-bottom: 50px;}

    change 50 to your number

    3. You can change footer background overlay by add custom css

    #jas-footer:before { background: rgba (0,0,0,0.9);}

    4. For the string to translate can you try to search in another plugin related to WooCommerce. I tried search in WooCommerce and our theme but can’t found.

    Best regards!

     

     

     

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

    This reply has been marked as private.

    Hi,

    1. you can add custom css in JanStudio > Theme Option > General Layout > Custom CSS

    .jas-social a.facebook { display: none;}

    Change “facebook” with name of social you want to hide.

     

    2. Yes, you can add custom css in JanStudio > Theme Option > General Layout > Custom CSS

    .header__mid {background: url(‘http://janstudio.net/gecko/organic/wp-content/uploads/2016/05/banner.jpg’); }

    .jas-navigation {background: #fff;}

    You can change http://janstudio.net/gecko/organic/wp-content/uploads/2016/05/banner.jpg  with path of your image.

    3. You can center social by add custom css JanStudio > Theme Option > General Layout > Custom CSS

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

    .header__top .jas-socials { padding-top: 0;}

    }

    Best regards!

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

    #978

    In reply to: Css flex grid

    Hi Ckitso,

    Thank you for purchase and using our theme!

    Yes, we and The Look team are friend.

    Sorry you can’t use css file from Prestashop or Shopify version because different class

    You can enqueue flexibility.js file in your child theme to support IE 9 for more detail you can check at https://github.com/jonathantneal/flexibility. and your custom code in child theme will work without any problem in future when you update original theme.

    Best regards!

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

    #977

    Topic: Css flex grid

    in forum Gecko
    ckitso
    Participant

    Good Day I recently purchased and I love the layout in that it is very similar to The Look theme (are you assoicated with those developers?)  but offers visual composer straight out the box.

    I will be using a child theme to modify the theme to my needs.  However i have some questions regarding the grid you use.  I see it is a custom flex grid which means I will need to add support for IE9. Is there a reason for this grid as opposed to a standard Bootstrap 3 grid which visual composer uses and I see the Prestashop version includes?  I know flex offers some great layout options but it is still very quirky across browsers.

    Before I proceed with trying to get some compatibility is there any plan to include a javascript polyfill for IE9 and better IE10 support? I know these browsers are outdated but our site still sees a fair amount of traffic from them.

    And Is it possible to get a copy of the Prestashop version and the Shopifies versions stylesheets? As these both work better in IE9 granted with slight markup changes to the woocomerce version.

    Alternatively can you suggest the best way to add ie9 support to allow for future updates based on your grid system.

    Kind Regards

     

Viewing 10 results - 3,101 through 3,110 (of 3,138 total)