Home Forums Search Search Results for 'css'

Viewing 10 results - 2,261 through 2,270 (of 3,138 total)
  • Author
    Search Results
  • #12673
    nasan
    Participant

    Hi there, please have a look at the attached screenshot. I need for the text and headings in the footer/widget area to be centered. Is there any CSS code for this?

    Attachments:
    You must be logged in to view attached files.
    #12667

    In reply to: Menu

    Hi Virchand,

    1. You can remove filter not be use by change “Or” to “And”

    2. Please change custom link to by change menu as category

    3. You can remove this by add custom css in JanStudio > Theme Option > General Layout > Custom

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

     

     

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

    Hi,

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

    @media only screen and (max-width: 736px) {
    .shop-top-sidebar .woocommerce {
    min-width: inherit;
    text-align: center;
    }}

    Best regards

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

    #12603

    In reply to: Header style issue

    Hi Rahim,

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

    @media only screen and (max-width: 1400px) {
    .jas-menu > li:not(:first-child) {
    margin-right: 35px;
    }
    .header-2 .jas-menu > li:not(:first-child) {
    margin-right: 0;
    margin-left: 21px;
    }
    }
    @media only screen and (max-width: 1280px) {
    .jas-menu > li:not(:first-child) {
    margin-right: 35px;
    }
    .header-2 .jas-menu > li:not(:first-child) {
    margin-right: 0;
    margin-left: 17px;
    }
    }

    with this case we recommend don’t add more than 5 menu items for left menu and right menu and you real name of menu item not use test name so don’t have to adjust in next time.

    1) i help you fixed.

    Have a nice Sunday!

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

    #12599

    Hi,

    1. You can remove background on category images by add custom css in Claue > Theme Option > General Layout > Custom CSS

    .product-category h2 { background: none;}

    or change transparent by add code

    .product-category h2 { background: rgba(255,255,255,0.3);}

    with 255,255,255 as rgb and 0.3 as opacity from 0-1

    2. Sorry this feature WooCommerce doesn’t support. It would be best to contact Woocommerce support about this. Perhaps they have an extension available for this.

    3. You can change it in Claue > Theme Option > WooCommerce > General Settings > Page Title Background

    Best regards

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

    #12595

    In reply to: Forum

    This reply has been marked as private.
    #12581

    Hi,

    Quick question 🙂

    Do we need to use a plugin like this “http://www.childthemeconfigurator.com/”  to maintain the child theme? We are about to begin customization and we already activated the child theme that came with our purchase.  Our objective is to not lose our customization work with updates. (We plan to edit mostly css but maybe some php files)

    Many thanks in advance 🙂

    Best Regards,

    Team ArtK

    #12562

    In reply to: Forum

    Hi,

    1) I just checked you have access to the site?

    We added the css,
    But the username is not changing color

    2) So which one?

    Thank you

    #12556

    In reply to: Forum

    Hi,

    1. To change the color of role please use the custom CSS code below

     

    
    .bbpas-key .keymaster { color: red; }
    .bbpas-key .moderator { color: green; }
    .bbpas-key .participant { color: blue; }
    .bbpas-key .spectator { color: yellow; }
    .bbpas-key .blocked { color: black; }
    

    Regarding translate issue, I can’t login to your admin to check, please unblock for me. My IP is 117.1.207.232

    2. I’m not sure about those plugins because I have ever tested it before.

    #12513

    Hi,

    Please use the custom CSS code below

    Cheers,
    Foster

Viewing 10 results - 2,261 through 2,270 (of 3,138 total)