This topic has 2 voices, contains 2 replies, and was last updated by Jeremy Clark 119 days ago.
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.
Home › Forums › Techozoic › Remove the line at the top of the home page and colour of feeds in sidebar
This topic has 2 voices, contains 2 replies, and was last updated by Jeremy Clark 119 days ago.
| Author | Posts |
|---|---|
| Author | Posts |
| January 13, 2012 at 11:15 am #1832 | |
|
edteach3r |
Hi Jeremy, I am a techno-noob and I love the intuitive nature of your theme admin. I have been able to achieve almost everything I wished to do; so thank you very much I have one question though, and that is how to remove the thin line (that normally appears under the title of each page) only on my home page. I like the line on every other page, but as I do not have a title on my home page, I would like to remove the line on my home page only. Is that possible by inserting some code into the custom CSS box to remove the line? As I don’t really know what I am doing, this makes me nervous! I posted the following script into the CSS custom box already as I wanted to change the colour of the feeds, which were too close to my background to read. It worked, but I don’t know if it is actually correct (I made it up based on advice you had provided in other posts). Any help on these 2 topics would be appreciated. Many thanks Jeremy, Ed |
| January 13, 2012 at 12:03 pm #1833 | |
|
edteach3r |
PS my website is http://www.teach3r.ca |
| January 19, 2012 at 4:00 am #1834 | |
|
Jeremy Clark |
In your custom css of the Techozoic Setting page you can add this.
.home .entry{
border: none !important; } This should take care of the problem. |
You must be logged in to reply to this topic.