Viewing 3 replies - 1 through 3 (of 3 total)
  • On the front page, you need to adapt these 2 selectors:

    .carousel-caption .btn {
      color: #fff;
      font-style: normal;
      font-weight: 400;
    }
    .fp-button.btn-primary {
      background-color: #4b4b4b;
      background-image: linear-gradient(to bottom, #5a5a5a, #343434);
      background-repeat: repeat-x;
      border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
      color: #fff;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }
    Thread Starter richardbk23

    (@richardbk23)

    When I paste this in custom css to try it out, there is no effect. nor when i paste in child theme css.

    What exactly do you want to do?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Colouring menu buttons’ is closed to new replies.