Removing the "search" box from my header and CSS for spotlight functionality

  • Unknown's avatar

    Hi there,
    1. I know there was a code given for this and I had it but in the process of changing my theme I have lost the code. I would ideally like to get rid of the search box on my header as it looks awkward. I am using the Elemin theme.
    2. I would really like a spot light section on my blog, one that highlights certain posts…I know it doesn’t come with Elemin but is there a CSS code that you can help me with to include this? I would like it just above the footer. If you can then no worries I may just have to get someone to do me a css sheet for a new look however if you can that would be much appreciated.
    thanks

    The blog I need help with is: (visible only to logged in users)

  • Hi,

    Nice work! I see that you were able to hide the search box in the header with this CSS:

    #branding #searchform {
    	display: none;
    }

    As for your second question, there isn’t a section for that to appear above the footer.

    With Elemin, my best suggestion is to create a custom menu with custom links to posts you’d like to highlight, then add the Custom Menu widget in one of the footer widget areas.

  • The topic ‘Removing the "search" box from my header and CSS for spotlight functionality’ is closed to new replies.