Topic Resolution: Resolved
  • Closed
  • efrain rodriguez
    Spectator
    June 27, 2015 at 9:46 pm #18551

    Is there any way to customize the mobile menu like color?. There is nothing in the docs. Thanks

    Imran
    Spectator
    Posts: 402
    July 1, 2015 at 12:20 pm #18600

    Hi Elihah,

    You can achieve that by using a CSS code. Please add following code under Appearance > Theme Options > Custom CSS:

    #search-text-top {
    width: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    text-indent: 0px !important;
    background-color: #fff;
    font-size: 12px !important;
    font-weight: normal !important;
    }

    Thanks.

    Elijah Everson
    Spectator
    Posts: 4
    July 2, 2015 at 2:23 am #18603

    Thanks, very helpful. I am just starting out in website design and trying to learn.

    Imran
    Spectator
    Posts: 402
    July 2, 2015 at 12:51 pm #18613

    You’re welcome! 🙂