Hiding vs Deleting Logo on Site

Hello,

I have recently re-created my site (still in the process) but have a Slider Revolution Menu now and am having troubles figuring how to “hide” my Logo that is pulled from my Ethos xTheme template in the Cornerstone.

I don’t want to confuse you too much but here is what i’m having troubles with:

  1. Before i did my recent changes - i had somehow removed the uploaded logo from displaying on my home page and it was displaying everywhere else. I’m assuming i did this with a “don’t display on home page” button or a CSS somewhere…i just cant seem to find it.

  2. Now, since i have changed my navigation for the site, i do not want the “cornerstone” uploaded logo to show on any of the pages. Currently I have deleted it from the template so it doesn’t show but that will not work for me because when you use my site link and paste it into facebook, the populated images are random “next level” images where it used to show my logo - terribly i may say - but it was better

  3. the help i need is this. I want to have my logo uploaded again on Cornerstone to fix the facebook image thing but I want to hide it using CSS??? I just don’t know how to do that…or obviously if there a is better way that I cannot figure out, please suggest that.

I have included my information for you to look, Maybe you can see where i did the CSS orginally so my logo was hidden from my main home page (the old navigation i had was two menus =- one on my home page from slider revolution - and i used a widget for the rest of the pages in the site (some are still active with this FullScreen menu option.

Topics I need help on.

  1. add logo back to site but have it hidden
  2. improve what is being pulled from my site in facebook (autopopulated ) website images

The second option would be to display my logo everywhere and not use the logo image in the new slider revolution template but i cannot figure out how to turn it back on for my home page - so i’m stuck. What i have done currently is not going to work…thanks

Hello @samatvayoga,

Thanks for writing in!

  1. add logo back to site but have it hidden
  • In your homepage, you are using the Blank - No Container | No Header, Footer page template. Any other pages should be displaying the logo if you have set up a Logo Text or Logo Image in Cornerstone > Theme Options > Headers > Logo. At the moment, you are using the Logo Text and it is having a transparent color. You also have added this custom CSS to make the navbar as fixed:
.home .masthead, .page .masthead, .single-post .masthead, .blog .masthead, .archive .masthead {
    position: absolute;
    width: 100%;
    background-color: transparent !important;
}

You can remove this CSS code if you want to display the default logo of the theme on any other pages of your site.

  1. improve what is being pulled from my site in facebook (autopopulated ) website images
  • You will need to set a featured image in each of your posts or pages or maybe set up a default image in Cornerstone > Theme Options > Social > Open Graph > Social Fallback. You can then test how it looks by using this Facebook sharing debugging tool:
  • Sharing Debugger - Facebook for Developers

Hope this helps.

Hello,

Thank you for your reply but i don’t think this will work. I want to have the logo on the site but i want to have it hidden. can you better share the changes to the CSS as you have above but to NOT show the logo??? I have the logo being populated in the slider revolution for all the site upgrades (although some pages are still being changed.

I would like to have it on my site so facebook will pull it up until I have a moment to troubleshoot the number 2 you shared.

I only have it set to text right now so it won’t display but I know that isn’t right…

Hello @samatvayoga,

1.) I only pointed out the custom CSS that you are using. We are unable to provide support for customizations under our Support Policy. If you are unfamiliar with code and resolving potential conflicts, you may select our One service for further assistance.

2.) If you want to display your logo in Facebook, you should be adding your logo image in Cornerstone > Theme Options > Social > Open Graph > Social Fallback as the fallback image.

Thank you for your understanding.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.