• Resolved weijian

    (@weijian)


    1. How to remove the text description box while retaining the hyperlink function? >>I like to display it on as the image by itself and make it clickable and link to the destination web page when we click on it.

    2. How to increase/darken opacity of the slider text description box so that the texts in the description can be read clearly?

Viewing 6 replies - 1 through 6 (of 6 total)
  • I’d like to know how to change the opacity of the slider as well. Any suggestions?

    Theme Author inkthemescom

    (@inkthemescom)

    Hi rdsayles,

    I think you are trying to change the opacity of slider text description box.

    If it is, then we inform you that we use transparent image. You can also set your image in the box. Their is a code to change the background color and opacity of box. You can also change font color. You just find the perfect rgba() color with perfect opacity and put the following code in custom css option.

    .slide .slide-content.entry{
    background: rgba(0, 107, 0, 0.53) !important;
    }
    .slide .slide-content.entry h2 a,
    .slide .slide-content.entry p{
    color: black !important;
    }

    This may resolve your problem.

    hi,

    What settings would I need to make it completely transparent? I do not want the box to show and I do not want any text…I just want my photos in the slider.

    thank you so much for your help!

    Theme Author inkthemescom

    (@inkthemescom)

    Hi,
    Use this code. This will completely remove the box.

    .slide-content.entry.fl {
    display: none !important;
    }

    PERFECT!!

    Thank you so much for your quick response.

    Theme Author inkthemescom

    (@inkthemescom)

    Thank you for using our theme.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Coloway Theme Homepage Slider Questions’ is closed to new replies.