• Resolved sher21

    (@sher21)


    used following code to add menu text next to mobile version menu

    .btn-navbar {
    width:          90px;
    height:         30px;
    vertical-align: top;
    }
    
    .btn-navbar:after {
    content:        "Menu";
    float:          right;
    margin:         -16px 0 0 0;
    }

    but as we know that new wordpress cant use double quotes in the code now…so how do i display menu text ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter sher21

    (@sher21)

    i tried child method also but could-not understand where to place the code

    i have activated the child theme …now what?

    Thread Starter sher21

    (@sher21)

    damn problem solved……sorry for the un-necessary thread

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘mobile version menu issue- cant use double quotes’ is closed to new replies.