Topic Resolution: Resolved
  • Closed
  • efrain rodriguez
    Spectator
    27.06.2015 at 21:46 #18551

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

    Imran
    Spectator
    Posts: 402
    01.07.2015 at 12:20 #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
    02.07.2015 at 02:23 #18603

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

    Imran
    Spectator
    Posts: 402
    02.07.2015 at 12:51 #18613

    You’re welcome! 🙂