skt-construction-pro : mobile menu change

Home Forums Construction Pro/Build Forum skt-construction-pro : mobile menu change

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #110791
    jang eun jungjang eun jung
    Participant
    • Topics: 1
    • Replies: 0
    • Total: 1
    Member since: March 17, 2017

    I want to change the >> mark on the mobile website
    Where should I change it?

    website : http://neoplatform.co.kr

    #110898
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30632
    • Total: 30632
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    @media screen and (max-width:479px) {
    .header .header-inner .nav ul li ul li a::before { content:""; position:absolute; left:9px; width:6px; height:6px; background:#fff; border-radius:100%; top:12px;}
    }

    Regards,
    Chris

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.