Home Forums Pro Themes Nature Bliss Pro Color testimonial slider

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #48762
    Peter Fest
    Participant

    How could we change the color of the title and the background color of the testimonial slider on the homepage? We can’t find it in your Customizer. Thanks again!

    #48879
    wensolutions
    Keymaster

    Hello @peterfest,

    In order to change the color of the testimonial slider background color and title use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    #sidebar-front-page-widget-area .nature_bliss_widget_testimonial_slider {
        background-color: #00b9eb;
       
    }
    
    #sidebar-front-page-widget-area .nature_bliss_widget_testimonial_slider .widget-title {
        color: #568c11;
    }

    You can change the hex color code according to your requirement .

    Hope this helps.

    Best Regards!!

    Have a great week ahead.

    #48999
    Peter Fest
    Participant

    Thx. Now there’s still yellow on the slider, the name and the line, we can’t find where to change this, so please can you give CSS?

    #49015
    wensolutions
    Keymaster

    Hello @peterfest,

    The option to change the color of the separator is within the theme. To change the color of the separator go to Admin Panel > Appearance > Customize > Color Options > Home Widget Color Options > Separator Color and change the color as per your wish.

    Now to change the color of the name use below given CSS.

    .nature_bliss_widget_testimonial_slider .testimonial-content-area > h4 {
        color: #852b75;
        
    }

    Hope this helps.

    Best Regards!!

    #49045
    Peter Fest
    Participant

    Hi, I’am sorry, this is not the right code.
    What we would like is this:

    What is yellow now in our testimonial slider on peterfest.nl should be purple.
    The name of the client and the separator outlines.

    #49047
    wensolutions
    Keymaster

    Hello @peterfest,

    As mentioned earlier the color of separator can be changed from Admin Panel > Appearance > Customize > Color Options > Home Widget Color Options > Separator Color.

    The CSS we have provided will change the color of the name that appears at the button in the testimonial slider . Also when we inspected your site URL you have not included the CSS code we provided.

    Screen shot :
    https://image.prntscr.com/image/tymGWkhwSA_C6HutaBGmlQ.png

    So please include below given code in Additional CSS.

    .nature_bliss_widget_testimonial_slider .testimonial-content-area > h4 {
        color: #852b75;  
    }

    Hope this helps.

    Best Regards!!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.