look & Feel

Home Forums Legacy Support 4.0 Bugs & Issues look & Feel

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #361836
    ricaraya_95
    Spectator
    Hi, I have a little issues, for example: 1.- the resume of product don't show the name of product 2.- In this part is possible show the product but not with the product link? 3.- idem point 2 but in the cart page 4.- I need to hide section "Search Course" of the header 5.- "Ver Carrito" and "Finalizar Compra" isn't aligned https://drive.google.com/file/d/1jD5XbMpvowbqIca182mtwpD9FO6cGJLr/view?usp=sharing
    #361859
    Ada
    Participant
    checking on your site.
    #361861
    Ada
    Participant
    Hi, 1- It shows the name but the font color is white. please use this css code in appearance>>customize>>custom css to change the color
    
    .woocart.active ul.woocommerce-mini-cart.cart_list font, .total font {
        color:#cf8f8f !important;
    
    }
    
    
    2,3 do you want to disable the product link in the top cart and cart page? I can only try with jQuery. 4- use this css code
    
    header .mooc_search .search_wrapper{
        display:none !important;
    }
    
    5- please use this css code
    
    .woocart.active p.woocommerce-mini-cart__buttons.buttons {
        display:flex !important;
        flex-wrap:wrap;
    
    }
    .woocart.active p.woocommerce-mini-cart__buttons.buttons a {
        flex:1 0 100px !important;
        margin:5px !important;
    }
    
    #363463
    ricaraya_95
    Spectator
    thanks, but only de mini cart font color not work could you give me other solution please? thanks
    #363512
    Veronica
    Moderator
    hi @ricaraya_95 can you please let me know the issue you are facing because @Ada will not continue with us so please mention your query here
    #363586
    ricaraya_95
    Spectator
    sure, the color of the buttons are wrong, and the minicart the text color is white look at this https://drive.google.com/file/d/1RFRihJYpd_zLkNiYf1oZHfr4_wLQckEa/view?usp=sharing regards
    #363637
    Veronica
    Moderator
    ok no issue please share the URL we will provide the code
    #365006
    ricaraya_95
    Spectator
    soy for delay... the website is www.diacos-academy.com
    #365035
    Veronica
    Moderator
    hi just checked on your site and found that for the button hover color it is added on your site in custom css section https://prnt.sc/1b0be2e https://prnt.sc/1b0c3y4 and same for the cart color: this is also added in the custom css section https://prnt.sc/1b0cgmz that's why it is showing like this
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘look & Feel’ is closed to new replies.