Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #2499989
woocomerce Style and text the blog
Closed

Comments

  • RaulSM10 started the conversation

    I want to change the background color of the description and product reating, I don't know where it is, and i also want to change the text that appears en the blog when you put the cursor



  • RaulSM10 replied

    This is the background color

  • [deleted] replied

    Hi,

    1. For text color pls. use following css:

    .portfolio.hover-title .portfolio-item .caption .subtitle {
        color: #ffffff;
    }
    
    5110651633.png

    2. For background:

    .wpb-js-composer .vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-tab.vc_active > a {
        background-color: #ffffff;
    } .wpb-js-composer .vc_tta.vc_tta-color-thegem.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
        background-color: #ffffff;
    }




  • RaulSM10 replied

    Hi

    it does not work

  • [deleted] replied

    Hi,

    We check this code on our test site. It works normally.

    Can you please give us screenshot with browser inspector to check styles of this block. Like this:
    http://prntscr.com/ty7mpw

  • RaulSM10 replied

    Hi

    This is the screensaver

  • [deleted] replied

    Yes, I see now.

    Please remove or edit these styles http://prntscr.com/ty9pbh in custom css field in theme options.

    Or change code that I send you like this:

    .wpb-js-composer .vc_tta.vc_tta-color-thegem.vc_tta-style-classic .vc_tta-tab.vc_active > a {
        background-color: #ffffff !important;
    }
    .wpb-js-composer .vc_tta.vc_tta-color-thegem.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
        background-color: #ffffff !important;
    }
  • RaulSM10 replied

    ok it's solved, thanks

  •  7,092
    Oliver replied

    You are welcome

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver