Home Forums Search Search Results for 'css'

Viewing 10 results - 2,261 through 2,270 (of 3,131 total)
  • Author
    Search Results
  • #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

    Hi,

    Please use the custom CSS below

     
    `.jas-banner > a:hover { opacity: .5; }

    Cheers,
    Foster

    #12496
    #12492

    In reply to: some Questions

    Hi

    1.3 you need to modify header file in claue -> views -> header -> header-4.php at line 128.

    If you use child theme, please edit in claue-child -> views -> header -> header-4.php at line 128.

    2. for list, please go to Loco Translate -> Plugins and find wishlist plugin

    3. About right sidebar, please add this css code .sidebar { padding-left: 60px; }

    #12484

    Hi,

    About point 3, you are inserted below css code in Claue -> Theme Options -> General -> Custom css

    .single-product.postid-5532 .jas-container { width: 100%; padding: 0 30px;}

    Just remove it if you don’t need. It make this product go fullwidth.

    Best regards,

     

     

    #12483

    In reply to: Sticky Menu

    Hi

    Please add css code in Claue -> Theme Options -> General -> Custom Css

    @media screen and (max-width: 767px) {
    
    #jas-footer-menu li { margin: auto 10px;}
    
    }

    Best regards,

    #12478

    In reply to: Mini Cart from right

    Hi

    Please add this css code in Claue -> Theme Options -> General -> Custom Css

    .rtl .jas-mini-cart { right: -320px; left: auto;}
    
    .rtl.cart-opened .jas-mini-cart { right: 0; left: auto;}

    Best regard,

    #12473

    In reply to: some Questions

    Hi

    1.  To insert icon for header, please go to Claue -> Theme Options -> Header -> Header Left Content

    You can use list icon here http://themes-pixeden.com/font-demos/7-stroke/

    2. Current theme does not have option to change it, you need to custom code.

    3. You can custom content footer in Appearance -> widget. In footer widgets, and you can use icons at point 1.

    And about 4 icon box, you can edit in page content by visual composer https://www.wa9lh.com/wp/wp-admin/post.php?post=5139&action=edit

    4. About categories width, please add this css code to theme options -> general -> custom css

    .rtl .sidebar .widget ul li:before { left: auto; right: 0;}
    
    .rtl .sidebar .widget ul li { padding-right: 15px; padding-left: 0;}
    
    .rtl .sidebar .widget ul ul {padding-right: 5px; padding-left: 0}

    5. What is list you are talking about ? could you take screenshot ?

    6. You can disable pin maker and snappt if you do not use them.

    Best regards,

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