Home Forums Pro Themes WEN Corporate Pro Featured Slider and Corporate Welcome Widget default colours

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #63240
    InvSol
    Participant

    I am using the Featured Slider to display that last 4 blog posts on my website. The line which separates the blog title from the excerpt of blog text has a small blue rectangle in the middle. The background colour of this rectangle appears to be the colouring of the default colour scheme. Is this hard-coded or is there a way to change this colour?

    Similar to the above, the default background colour for the Welcome widget also appears to use the default colour and I can’t find a way to change this colour anywhere?

    #63274
    wensolutions
    Keymaster

    Hello @invsol,

    To change the color of the separator which is in blue color use below given CSS.

    #main-slider.design-2 h3::after {
        background-color: #a46497;
    }

    To change the color of the caption background use below given CSS.

    #main-slider.design-2 .cycle-caption {
        background: #f83531 none repeat scroll 0 0;
        border: 1px solid #8ad5f4;
    }

    Finally to change the background of the welcome widget use below given CSS.

    #sidebar-front-page-widget-area .widget.wen_corporate_welcome_widget {
        background: #a46497 none repeat scroll 0 0;
        
    }

    You can change the color code as per your requirement.

    Hope this helps.

    Best Regards!!

    #63332
    InvSol
    Participant

    Many thanks for your very quick response. I’ll give this a go and let you know if i have any further queries.
    Best Regards

    #63392
    wensolutions
    Keymaster

    Hello @invsol,

    Yes please definitely try the provided CSS and let us know if the issue is fixed or not.

    Furthermore, if you have any confusion further, please feel free to post.

    Best Regards!!

    #63586
    InvSol
    Participant

    Hi there. Yes, this has worked perfectly – many thanks. One further query however: i now notice that within the Featured Slider (where “Select Slider Type” is “Featured Category” and it uses Design 2), then when it is scrolling through 4 slides, there are 4 circles at the bottom of the Featured Slider which again are filled in the default light blue colouring. Could you also let me know how these colours can be changed please?
    Thanks again,
    David

    #63658
    wensolutions
    Keymaster

    Hello @invsol,

    To change the color of the pager in the slider use below given CSS.

    Go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    #main-slider .pager-box.cycle-pager-active {
        background-color: #000;
    }

    You can change the color code as per your requirement.

    Hope this helps.

    Best Regards!!

    #63689
    InvSol
    Participant

    That’s perfect – many thanks!

    #63690
    wensolutions
    Keymaster

    Hello @invsol,

    Glad we could help you !!

    If you have any issues further, please feel free to post your queries and we will happily help you further.

    We will really appreciate if you could help us too by rating our theme in WordPress repo here:-

    https://wordpress.org/support/theme/wen-corporate/reviews/

    Best regards !!

    #63691
    InvSol
    Participant

    Theme rating just provided. Best Regards,

    #63695
    wensolutions
    Keymaster

    Hello @invsol,

    Thank you very much for the rating and we really appreciate it 🙂 .

    Do not forget to post you have any issue further.

    Best Regards!!

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