• Closed
  • Harald Röh
    Spectator
    December 1, 2015 at 1:40 pm #22625

    With the new evolve release I cannot find an option to adjust the background-color and the font-color for the buttons “read more” in the front page post list and in the front page bootstrap slider. In the new release they have a greenish background withwhite color-fonts. Previously I used a light grey background and middle gray font-color.

    You can see button examples on my current website gfcev.de on the homepage,
    and you see the wrong colored buttons on my test website testclub.r-fotos.de, which employs the new evolve release.

    Thanks and best regards,
    Harald

    Harald Röh
    Spectator
    Posts: 39
    December 2, 2015 at 2:13 pm #22680

    Hi Denzel,

    I found the solution for setting the color of the mentioned buttons.

    You find it under Theme options -> shortcodes -> button.

    I tried to also adjust the button size, because currently it is a bit too large.
    However, changing button size to whatever you select does not do anything.

    Can you check for a solution / bugfix ?

    Kind regards,
    Harald

    Roman
    Spectator
    Posts: 3147
    December 2, 2015 at 7:05 pm #22682

    try Custom CSS:

    #bootstrap-slider .carousel-caption .bootstrap-button,
    .t4p-button-default {
    font-size: 10px;
    padding: 5px;
    height: 20px;
    line-height: 20px;
    }

    we plan to add the option to select the button sizes, thanks