Change Transparency of "exerpt box" on Presentation slider?

  • Author
    Posts
  • #26816
    Michael Crowley

    I love the theme, just started setting it up today, My site design was 4 years old, and needed facelift.

    What i’m wondering is how to change the transparency on the Title and Excerpt box that is placed over the image on the Presentation Sliders? I think i looked at every option, and went though the forum questions to see if it had been answered, but have had no luck.

    From what i can tell, the transparency is too high, and it’s difficult to read the text with the current settings.

    I’d like to turn it down a little.

    Thank you.

    #26833
    Kay
    Cryout Creations mastermind

    Hi Mr. Crowley :D,

    Thanks a lot for the feedback. We’ll probably add this as an option in a future update.

    Until then, add this code to the custom CSS area:

    .nivo-caption {
    background-color: rgba(0, 0, 0, 0.7);
    }

    The 0.7 value is the opacity. It ranges from 0 to 1 where 0 is fully transparent and 1 fully opaque. Experiment with it.

    Good luck!


    Before posting consider reading our short theme debugging instructions.
    Please read the FAQs: MantraNirvanaParabolaTempera
    Tutorials: custom menustranslating themeinstalling themecategory page with introdisabling comments Wordpress: child themescategories/posts
    Before making any modifications to your theme we strongly recommend using Child Themes.
    #26849
    Michael Crowley

    Thank you for your help. it worked like a champ!

    #26974
    Murat Asal

    Hi,
    How can I change the size of the “exerpt box” on Presentation slider?
    Thanks

    #27008
    Kay
    Cryout Creations mastermind

    Hi Murat Asal,

    Please start your own thread if your issue is not related to the current one.


    Before posting consider reading our short theme debugging instructions.
    Please read the FAQs: MantraNirvanaParabolaTempera
    Tutorials: custom menustranslating themeinstalling themecategory page with introdisabling comments Wordpress: child themescategories/posts
    Before making any modifications to your theme we strongly recommend using Child Themes.
Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Change Transparency of "exerpt box" on Presentation slider?’ is closed to new replies.