• I am looking to make one of my menu options look more like the button on the slider as opposed to the standard text like the others. Anything I can do?

    More specifically, I want ‘Book Online’ to be a button instead of the simple link.

    My site is: https://www.companionmaids.com

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • #menu-item-344 {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #8da65a;
    background-image: -moz-linear-gradient(top, #9db668, #768d44);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9db668), to(#768d44));
    background-image: -webkit-linear-gradient(top, #9db668, #768d44);
    background-image: -o-linear-gradient(top, #9db668, #768d44);
    background-image: linear-gradient(to bottom, #9db668, #768d44);
    border-radius: 5px
    }
    
    #menu-item-344 a {
        color: #fff;
    }
    Thread Starter Vectorfsm

    (@vectorfsm)

    You’re doing gods work son!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Button in Home Menu?’ is closed to new replies.