Okay
  Public Ticket #1532221
hide rating in product
Closed

Comments

  • Rodrigo started the conversation

    Where do I go to hide "Valoraciones" rating tab?

    Thanks :)

  •  476
    Charmy replied

    Hi,

    You can hide it on setting of woocommerce > settings > product http://prntscr.com/j206xg

    Thank you!


    Best regards,

    Charmy  - ThemeFTC technical expert

  • Rodrigo replied

    Thank you

    one more question:

    How can I hide uncategorized category from widget display, please see image

  •  476
    Charmy replied

    Yes, of course. You can go to dashboard > appearance > widgets > product category sidebars. Remove widget category, add widget FTC-product category then, select category to show

    http://prntscr.com/j2pcxr

    Thanks


    Best regards,

    Charmy  - ThemeFTC technical expert

  • Rodrigo replied

    Where do I go to show open category display and not the "+" sign?

  •  476
    Charmy replied

    Good morning,

    You can help me insert this code into file style.css to custom it.

    .product-categories .cat-item.cat-parent ul.children{
        display: block !important;
    }
    .product-categories .cat-item.cat-parent .icon-toggle{
        display: none !important;
    }
    

    Please let me know if we can be of further assistance.

    If you're happy with the theme and support you received we would really appreciate it if you could leave us a good review and positive comment over on themeforest.

    It only takes a moment and really helps us to keep doing what we do best :)

    Just go to http://themeforest.net/downloads and click "Rate this item" under your theme.

    Many thanks in advanced!


    Best regards,

    Charmy  - ThemeFTC technical expert

  • Rodrigo replied

    Ok i did that and it didn't work, it still displays as "+" sign

  •  476
    Charmy replied

    http://prntscr.com/j43q2y

    I saw it have been worked on your site.

    You can remove cache and check again.

    Thanks


    Best regards,

    Charmy  - ThemeFTC technical expert

  • Rodrigo replied

    how can I change the menu bar color only from black to another color?

    and footer color? 

  •  476
    Charmy replied

    You can change it by css. you can help me insert this code into file style.css of child theme, or find it on file style.css of theme(if you don't use child theme)

    .navigation-primary, .menu_holder.sticky_container {
        background: #F05a66;/*put your color you wanna change*/
    }
    footer {
        background-color: #000;/*put your color you wanna change*/
    }
    

    Thanks


    Best regards,

    Charmy  - ThemeFTC technical expert

  • Rodrigo replied

    Thank you

    is ther any way to make the logo bigger?

  •  476
    Charmy replied

    Hi,

    you can upload logo bigger, then let me know.

    I will make it better with css.


    Best regards,

    Charmy  - ThemeFTC technical expert