Creating a Static Icon

Support Area Forums Selfie Creating a Static Icon

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://www.different-perspective.co.uk
  • Author
    Posts
  • #22769
    David Pearce
    Participant

    Hi Bill

    Thank you for your excellent support earlier today. I have been going through the support forums have changed a few things. However there is one item I cannot find:-

    What CSS code do I need to make my logo in the top left corner only appear on my home Hero page? I don’t want it to be on the others as I scroll down.

    The obvious answer is to place it on my hero image before uploading but I plan to change the image quite often. Is there any code to do this?

    Thank you

    #22773
    Bill Robbins
    Moderator

    Dan,

    Always happy to help out. You can set the logo so that it will scroll away naturally like page content typically does. Here’s how:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      #logo,
      #text-logo {
      	position: absolute;
      }
      
    3. Update your settings.

    Let me know if that gives you any trouble.

    Take care,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Creating a Static Icon’ is closed to new replies.