• merakimarketing

    (@merakimarketing)


    Hi,

    Please Help.
    My theme was automatically uploaded (Bridge Theme) over the weekend and everything is fine except the logo has disappeared from all areas (homepage and headers). I have tried deleting the logo and re-uploading under a new name and nothing – Please help (in non-technical language if possible :)) Thanks

    http://www.merakimarketing.ie

Viewing 6 replies - 1 through 6 (of 6 total)
  • Archana Solanki

    (@archanasolanki)

    Hey there,

    Hope you are doing great! 🙂

    I just visited your site and found that, in the CSS class

    .q_logo a {
    display: block;
    visibility: hidden;
    }

    The hidden visibility is hiding the logo. When I changed it to

    .q_logo a {
    display: block;
    visibility: visible;
    }

    the logo was displaying fine. You can modify this class and it will fix the issue.

    Thanks,
    Archana.

    Thread Starter merakimarketing

    (@merakimarketing)

    Hey Archana,

    Thanks so much for your reply.

    I’m pretty new to all of this so how to do I get to the Css class where I change that?

    Thanks in advance

    Archana Solanki

    (@archanasolanki)

    Hey there,

    Apologies, I forgot to mention where you can find the code. You can find the CSS class in the stylesheet.min.css file at

    Themes >> Your theme (Bridge) >> CSS folder. Hope this will help you. 🙂

    Thanks,
    Archana.

    I’m having the same problem. I never changed the css file but also have the “visibility:hidden” showing when I inspect. What caused this to change?

    Updating the theme to the latest version seems to have fixed this but still — how did that CSS change in the first place?

    Hi there,

    I have some kind of issue. I’m selling clothes online, after customize products some of them are disappeared periodically. I know people who created my website can easily log in from other site. How I can protect my online store, even If I change password it doesn’t help. Please help me with this problem.

    • This reply was modified 7 years, 1 month ago by costotcost.
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Logo Disappeared after WordPress Update’ is closed to new replies.