• Resolved chrismeng

    (@chrismeng)


    This is the site I am running with WordPress, I use Wilcity theme for this site.
    The issue is that on the top right side, there should be a account icon (or signup icon) appears, but now it is disappeared. Even when the music cursor hover over it, it does show something there, but cannot see it.
    Does anyone know what’s the issue?
    Can I add some css code to make this small section show up?

    Video reference link: https://www.awesomescreenshot.com/video/807665?key=d6f46d3755382e378d56304d5b30eafc

    Thanks,

    Chris

    • This topic was modified 4 years, 6 months ago by chrismeng.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello Chris,

    The issue the there is image used for Profile/User icon image which is broken/undefined so that is the reason it is not showing up.

    It can be solved with CSS temporarily.

    .header_avatar__3lw1r.bg-cover {
        background-image: url(https://i.ibb.co/Y8shWkR/User-account-Login-free-icon-1-1.png) !important;
        width: 32px !important;
        height: 32px !important;
    }

    Note : Change the Image URL with the image you wish to keep.

    Hope this helps.

    Thanks.

    Thread Starter chrismeng

    (@chrismeng)

    Hi Kartik,
    Thanks for your code, I added it with my icon, it seems visible at beginning, but after I move to homepage, it disappeared strangely.
    See link here https://www.awesomescreenshot.com/video/820969?key=6c796a43d2cbe4de346ce6459280e9ab

    Thread Starter chrismeng

    (@chrismeng)

    Hi Kartik Shukla, do you think you can help me on this issue?
    Thanks,

    Thread Starter chrismeng

    (@chrismeng)

    Okay guys, the theme support team reached out to me, I will update the theme.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How can make my account avatar icon shows up?’ is closed to new replies.