• Closed
  • Supero Art
    Spectator
    May 25, 2016 at 7:29 am #27990

    I used this code for Evolve Plus:
    .carousel-caption {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    }

    But the background is still dark. The Evolve free theme has no this issue!!
    I purchased Evolve Plus is because that the front page of Evolve free is good, and I need keep the design. But after I upgrade from the Free to the Evolve Plus, I lost many designs, and the new front page is much worse. The title and description line are short and dark. The page-change arrow is also different and bad. See the image link below:
    http://prnt.sc/b84las

    Here is the old Evolve Free front page:
    http://prnt.sc/b84q8g

    How can we get back to the look of Evolve Free front page?
    In here, both themes have the same code above, but the results are different. Thanks!

    Denzel Chia
    Moderator
    Posts: 2672
    May 26, 2016 at 1:44 am #28001

    Hi,

    Please use the following in Theme Options -> Custom CSS

    
    

    .carousel-caption h2, .carousel-caption p {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    }

    In the future, Please open a new thread for your question.
    Please do not post in other users thread.

    By the way, the free and premium Evolve theme uses the same bootstrap slider since a few versions ago.

    Thank you.

    Supero Art
    Spectator
    Posts: 17
    May 31, 2016 at 5:35 am #28093

    Hi Denzal,
    Thanks for the support!
    1. After we added this code, there is no more background for the title and description. It became completely transparent. But we still like some background, just to be lighter. Please advise.
    2. For the looking of Bootstrap Slider, we understand both free and Plus should be the same, but they are just different in this case. Compare these image links:
    Evolve Plus: http://prnt.sc/b84las
    Evolve Free: http://prnt.sc/b84q8g
    Note we upgrade and transferred the web theme directly from Free to Plus with the same setting. But the title and descriptions design are changed as above images.
    Thanks!

    Denzel Chia
    Moderator
    Posts: 2672
    May 31, 2016 at 6:03 am #28097

    Hi,

    Please use the following.

    .carousel-caption h2, .carousel-caption p {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0 !important;
    }

    Change the 0.1 to a higher value, if you want the background to be darker.

    As I had mentioned before, The bootstrap sliders has been changed for free and premium theme.
    I do not have a solution to reverse back the changes.

    Thank you.