Home › Forums › Pro Themes › WEN Corporate Pro › Featured Slider and Corporate Welcome Widget default colours
- This topic has 9 replies, 2 voices, and was last updated 7 years, 1 month ago by
wensolutions.
-
AuthorPosts
-
January 15, 2018 at 2:49 pm #63240
InvSol
ParticipantI 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?
January 16, 2018 at 1:27 am #63274wensolutions
KeymasterHello @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!!
January 16, 2018 at 11:30 am #63332InvSol
ParticipantMany thanks for your very quick response. I’ll give this a go and let you know if i have any further queries.
Best RegardsJanuary 16, 2018 at 10:50 pm #63392wensolutions
KeymasterHello @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!!
January 18, 2018 at 8:02 am #63586InvSol
ParticipantHi 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,
DavidJanuary 18, 2018 at 11:12 pm #63658wensolutions
KeymasterHello @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!!
January 19, 2018 at 4:49 am #63689InvSol
ParticipantThat’s perfect – many thanks!
January 19, 2018 at 5:02 am #63690wensolutions
KeymasterHello @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 !!
January 19, 2018 at 5:47 am #63691InvSol
ParticipantTheme rating just provided. Best Regards,
January 19, 2018 at 6:14 am #63695wensolutions
KeymasterHello @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!!
-
AuthorPosts
- You must be logged in to reply to this topic.