Home › Forums › Pro Themes › WEN Corporate Pro › Size of caption in featured slider and transparency
- This topic has 11 replies, 2 voices, and was last updated 6 years, 5 months ago by wensolutions.
-
AuthorPosts
-
May 22, 2018 at 4:46 am #72204Bruno FRICKParticipant
Hi,
I’d like to know how to change the size of the text in featured slider and how to keep transparency color when you change the default color ?
Many thank’s
BFMay 22, 2018 at 6:08 am #72209wensolutionsKeymasterHello @cielmonoride,
First of all thank you very much for using the pro version of the theme.
The theme itself does not have the feature to manage the no of text to display in the slider. But in case if you chose to use post, category, tags then you can control the no of text by entering the text in the excerpt field of the individual post.
Screenshot:
Also, we are not quite clear about your second query so can you explain it with a proper screenshot so that we can help you further.
Thank you.
Best Regards!!
May 23, 2018 at 2:16 am #72299Bruno FRICKParticipantHi
Thank’s for you quick answer.
For my first question it’s not the number of words I want to display but it is the size of the box and the size of the font . I’d like to define a smaller bow and/or a smaller font to display the caption.
For my 2nd question I’d like to change the color of the box and and keep the transparency of the color of the box
Best regards
May 23, 2018 at 6:59 am #72453wensolutionsKeymasterHello @cielmonoridi,
To change the size of the text that appears inside the box of featured slider paste below given CSS.
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste the CSS.
#main-slider.design-2 h3 { font-size: 26px; } #main-slider p { font-size: 16px; }
Change the size as per your requirement.
Now to change the color use below given CSS.
#main-slider.design-2 .cycle-caption { background: rgb(33, 159, 205) none repeat scroll 0 0; }
Change the color as per your requirement.
Hope this helps.
Best Regards!!
May 24, 2018 at 12:49 am #72506Bruno FRICKParticipantHi,
Thank’s for you answer.
I’ll try ans let you knowBF
May 24, 2018 at 1:53 am #72510wensolutionsKeymasterHello @cielmonoridi,
Yes do try the CSS and let us know.
Thank you.
Regards!!
May 26, 2018 at 4:31 am #72681Bruno FRICKParticipantHi,
Sorry for my late answer
So I’d paste the code (both) but nothing changes see my website : http://www.cielmonordi.fr/lecif
The size of the caption is still the same and ther’s no transparencey.Many thank’s in advance
BFMay 27, 2018 at 8:14 am #72739wensolutionsKeymasterHello @cielmonordi,
Please replace above given CSS with CSS given below.
#main-slider .cycle-caption h3 a { font-size: 38px; } #main-slider .cycle-caption { background-color: rgba(18, 9, 100, 0.58)!important; }
Hope this helps.
Best Regards!!
May 28, 2018 at 2:11 am #72783Bruno FRICKParticipantHi,
Thank’s its ok !!And last question : Now I can change the size of the caption, how can I change the size of the box ?
Best regards !!
May 28, 2018 at 2:36 am #72784wensolutionsKeymasterHello @cielmonordi,
To change the size of caption box use below given CSS.
#featured-slider .cycle-caption { left: 19%; padding: 70px; width: 62%; }
Here adjust the size as per your requirement.
Hope this helps.
Thank you 🙂 .
May 28, 2018 at 11:08 am #72798Bruno FRICKParticipantHi,
That’s perfectMany thanks ????
May 28, 2018 at 11:20 pm #72834wensolutionsKeymasterHello @cielmonordi,
Glad we could help you.
If you have any issues further then please let us know.
Also, we would be really thankful to you if you could help us by rating our theme by following the link given below:
https://wordpress.org/support/theme/wen-corporate/reviews/#new-post
Thank you.
Regards!!
-
AuthorPosts
- You must be logged in to reply to this topic.