Home Forums Search Search Results for 'css'

Viewing 10 results - 3,091 through 3,100 (of 3,131 total)
  • Author
    Search Results
  • #1195

    Hi,

    1. For the shop page you can change page-title background in JanStudio > Theme Option > WooCommerce > General Setting > Page Title Background.

    2. you can add custom css code in JanStudio > Theme Options > General Layout > Custom CSS

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

    .result-count-order .jas-container,ย  .footer__top .jas-container { padding: 0 15px;}

    }

    Best regards!

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

    #1190

    In reply to: METASLIDER

    Hi,

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

    @media only screen and (max-width: 480px) {
    .metaslider .slides img {
    height: auto;
    }

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

    #1185

    In reply to: Blog Customization

    Hi SweetDay,

    Thank you for purchase and using our theme!

    1. You can remove page-title post data on Single blog post by add custom css

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

    2. Issue with sidebar on blog post we check and saw and we will fix for the next update.

     

    Best regards!

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

    #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.
Viewing 10 results - 3,091 through 3,100 (of 3,131 total)