Home Forums Pro Themes WEN Corporate Pro Size of caption in featured slider and transparency

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #72204
    Bruno FRICK
    Participant

    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
    BF

    #72209
    wensolutions
    Keymaster

    Hello @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:

    http://prntscr.com/jl27ae

    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!!

    #72299
    Bruno FRICK
    Participant

    Hi

    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

    #72453
    wensolutions
    Keymaster

    Hello @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!!

    #72506
    Bruno FRICK
    Participant

    Hi,
    Thank’s for you answer.
    I’ll try ans let you know

    BF

    #72510
    wensolutions
    Keymaster

    Hello @cielmonoridi,

    Yes do try the CSS and let us know.

    Thank you.

    Regards!!

    #72681
    Bruno FRICK
    Participant

    Hi,

    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
    BF

    #72739
    wensolutions
    Keymaster

    Hello @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!!

    #72783
    Bruno FRICK
    Participant

    Hi,
    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 !!

    #72784
    wensolutions
    Keymaster

    Hello @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 🙂 .

    #72798
    Bruno FRICK
    Participant

    Hi,
    That’s perfect

    Many thanks ????

    #72834
    wensolutions
    Keymaster

    Hello @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!!

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