Home Forums Search Search Results for 'css'

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

    Lightning fast response! bravo.

    The config in the theme options should take effect without a CSS hotfix though.

     

    Very impressed with this theme. Bravo! It’s really really good!

    #1205

    Hi,

    You can changed overlay color on footer by add custom css in JanStudio > Theme Options > General Layout > Custom CSS

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

    You can change “0,0,0” with your rgb color code and 0.9 as opcity is 90%.

    Best regards!

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

    #1203

    In reply to: METASLIDER

    Hi,

    You fixed my meta slider with the code @media only screen and (max-width: 480px) {
    .metaslider .slides img {
    height: auto;
    } .

     

     

    But now none of my other css that i put in the “Custom CSS Style” are working.

    I want to remove my the TOP BAR.

     

    I also want to add center social icons at footer. & make my submit contact button color WHITE.

     

    But CSS codes are not working since I used code to fix Metaslider.

     

    Also there is too much space at footer of my pages.

     

     

    Please Help.

    #1202

    I changed it from inline block to inline via YellowPencil css editor and it seems fine now. Can we fix it though please?

    #1200

    hi,

    1. The size of image for page title background is : 1600 x 350

    2. I update custom css in your site.

    The max-width in css for full screen of browser width, the max width you in Theme Option is for content of your site layout width.

    3. For page title background setting.

    –  For Shop category in Products > Category > upload image

    – For Blog post in Post > Featured Iamge

    – For Shop page and single product page in ThemeOptions > WooCommerce > General Setting > Page Title Background

    – For separate page you can setting in Page > Featured image.

     

     

     

     

     

     

     

     

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

    #1199

    Hi,

    1. You can change default gray overlay on page title by add custom css in JanStudio > Theme Option > General Layout > Custom CSS

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

    And change “0,0,0” with your RGB code , “0.4” in (0.0 – 1.0) as 40% of opacity.

    2. For  top bar background color and text color you can change in JanStudio > Theme Option > Color Scheme > Header Color > Header Top Background, Header Top Color

    Best regards!

     

     

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

    #1198

    Hi,

    Thanks for your quick replay!

    1. What size is optimal for the page title images?
    –> I’ve tried several but none so far looks good…

    2. The recommended custom CSS didn’t change anything.
    –> as you can see the frame has no space on nor right nor left side. When I try to click on the small down arrow left of “Sort” on the right hand side, the scroll bar appears and the sorting doesn’t work correctly due to that.
    –> what is the correlation between the max width and the max-width in the ccs-script?
    (I tried to change it to 1220px as that’s the max width setting – but it didn’t change anything either)

    3. The fixed option for the page title is something I’ve been searching for in other sections, i.e. to be able to have a fixed background in a section anywhere in a page. Is it possible, and in what setting can I find the option?

     

    #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

Viewing 10 results - 3,091 through 3,100 (of 3,138 total)