• Resolved Sing84

    (@sing84)


    I would like to change the colours of the three buttons/icons of the “Services” section in the pro version. I found one answer here on the board, but that didn’t work unfortunately.

Viewing 1 replies (of 1 total)
  • Thread Starter Sing84

    (@sing84)

    I have added this to my style.css and it works.

    .service-box i {
        border: 3px solid #ffffff;
        border-radius: 80px;
        color: #e5d82c;
        font-size: 80px;
        height: 150px;
        line-height: 140px;
        width: 150px;
    	text-align: center;
    }
    .service-box:hover i {
        background-color: #e5d82c;
        border-color: transparent;
        color: #ffffff;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Change color 'Services' icon in Pro version’ is closed to new replies.