Slider image caption background opacity

  • Author
    Posts
  • #5037
    Chris

    With the slider images how do I make the caption background less opaque? The slider is working very well and I am using images from a selected category. The caption on the images is the name of the post within the category.

    I want to reduce the opacity to see more of the image.

    My site: http://headless.id.au

    #5065
    Zed
    Cryout Creations mastermind

    Use this custom CSS – adjust the value to suit your needs:
    .nivo-caption {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter:alpha(opacity=80); }


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #5078
    Chris

    Thanks Zed, that works a treat!!

    Tell me, is there a way to just have the caption showing without the caption background? In other words can I reduce the opacity to zero and still have control over the caption text.

    Thanks for the help.

    Chris

    #5247
    Zed
    Cryout Creations mastermind

    `.nivo-caption { background: none !important; }`

    should probably do it.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Slider image caption background opacity’ is closed to new replies.