Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter doucheface1

    (@doucheface1)

    I have tried this ins a text element

    Button Code

    Request Data Capture

    CSS Code

    .btn {
      -webkit-border-radius: 10;
      -moz-border-radius: 10;
      border-radius: 10px;
      font-family: Arial;
      color: #ffffff;
      font-size: 18px;
      background: #20242d;
      padding: 10px 10px 10px 10px;
      text-decoration: none;
    }
    
    .btn:hover {
      background: #fc4605;
      text-decoration: none;
    }

    button appears but doesnt take the css

    Thread Starter doucheface1

    (@doucheface1)

    so far got this to kind of work by changing CSS to below but still cant find a way to change color when mouse hovers

    -webkit-border-radius: 10;
      -moz-border-radius: 10;
      border-radius: 10px;
      font-family: Arial;
      color: #ffffff;
      font-size: 18px;
      background: #20242d;
     padding: 10px 10px 10px 10px;
      text-decoration: none;
    Thread Starter doucheface1

    (@doucheface1)

    can this be done? we also want to make it so on mobile site it resizes text and images so they dont look tiny. we would pay you to get this working lets say a donation of £300

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘button in slider’ is closed to new replies.