• Resolved yuyounger

    (@yuyounger)


    Hi, I think my page have a problem.

    1) Nav bar icon : I can see my nav bar icon only in my main page. When I click post, page or something, I can’t see my nav bar icon.
    2) Social icon : It’s same problem. I can see my social icon only in my main page.

    Thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • any link to actual page?

    Thread Starter yuyounger

    (@yuyounger)

    I’m sorry, I forgot. My site is https://www.samgyoyu.com ??

    Dipali Dhole

    (@dipalidhole27gmailcom)

    Move all social icons css code in active theme’s style.css file.
    like below

    .social .icon-facebook {
        background: url("images/customfacebook.svg") no-repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);
        font-family: inherit;
    }
    Thread Starter yuyounger

    (@yuyounger)

    Thank you so much. It’s working:) But can you check my site again? Something is on my social icon.

    Dipali Dhole

    (@dipalidhole27gmailcom)

    In theme’s folder there is icon.css file.
    all the icons are managed by css3 property.
    if you dont need this then remove all the social icons css property.
    like

    .icon-feed:before {
      content:"";
    }

    make content blank of every icon in icons.css file

    Thread Starter yuyounger

    (@yuyounger)

    Wow Thank you Dipali! It works great. Thank you!
    But if it’s no inconvenience to you, can you check my mobile navigation icon?
    It’s same problem with social icon. I can see this only at my main page.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘I can't see my nav bar icon and social icon on post page.’ is closed to new replies.