• Closed
  • CJ Millar
    Spectator
    December 15, 2015 at 5:24 pm #23074

    Hi – The copy for the bootstrap slider is covering the core images and I need to move them but I can’t see how to do this. All of this was fine with the older versions of Evolve, so I am concerned about the changes since the update since there seems to be nowhere that I can make these changes.

    Also the buttons on the top left of the sidebar (one orange, three green) are much smaller prior now than they were before and I can’t see where else to change this either.

    Please help! Site is http://caringvets.com/

    Concerned that the upgraded theme caused these changes and now hesitant to make the change to my other site (http://clermontnyef.com/) for the same reasons as I am having the same issue with sliders and button colors there (still on free version of theme for the moment).

    CJ Millar
    Spectator
    Posts: 17
    December 15, 2015 at 5:37 pm #23075

    Also, how can I change the size and font of the button text across the site (but especially in the bootstrap slider) to make it larger/bold? Thanks!

    CJ Millar
    Spectator
    Posts: 17
    December 17, 2015 at 10:29 pm #23132

    Does anyone know how to do this? I can’t seem to figure it out and it is definitely causing some issues with the website. Thanks!

    James Bozeman
    Spectator
    Posts: 1
    December 29, 2015 at 9:06 pm #23289

    We just updated our theme to Evolve Plus and we are having the same issue with Bootstrap Slider. Has there been any resolution to the ability to change the settings of the buttons or the text on the slider?

    Denzel Chia
    Moderator
    Posts: 2672
    December 30, 2015 at 5:43 am #23293

    Hi,

    Theme options -> Bootstrap Slider
    You can find option to set title or description font.

    Use the following in Theme Options -> Custom CSS

    .bootstrap-button {
    background: red none repeat scroll 0 0 !important;
    }

    To change bootstrap button color to red.

    Thanks!