Academica: Removed header, how to remove orange line too?
-
Hi,
I made some css changes that resulted in removing the header and making the post slider on the home page run across only 2 columns. This has resulted in the full width orange line that run above the content area to remain full length and run through the right sidebar. How to I remove this orange line? You can see this at: http://eornetwork.wordpress.com/about-3/Is there a way to remove this from all pages?
Thanks!The blog I need help with is: (visible only to logged in users)
-
-
Hello there,
There are many waiting for CSS editing assistance. Please be patient while waiting. -
Thanks, just trying to bump it up as don’t know how you order them. I also had a request the other day that was answered within hours. All of you are amazing and so helpful. Also needed to do another post to mark the “notify me of followup” box as I forgot it the first time. Now I can sit back and wait. :)
-
We work their way through forum threads by dealing with those that have the earliest date and timestamps first, then moving forward to deal with those that have the most recent date and time stamps.
-
-
Hi there, add the following to your custom CSS and it will get rid of that pesky orange line. :)
hr.sepinside { display: none; } -
thank you! I didn’t notice the one below also causing problems on some pages. Can you share the css to get rid of that one as well?
-
You are talking about the one above the footer, correct? If so, this will get rid of that one for you.
#footer { border-top: none; }
- The topic ‘Academica: Removed header, how to remove orange line too?’ is closed to new replies.