dhirwan
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to hide the blank/empty div of Content Area of Home page?here is the link to the screenshot of the page i am talking about.
http://s019.radikal.ru/i624/1404/bd/7abb2007328a.png
In other pages I have put some content in content area so everything is working fine but on the home page i am trying to go with theme elements like featured images and header image, and NO other content. So for that i left the content area blank and this is how it appears on the page.
PS: this is my first attempt with WordPress so sorry being too much descriptive and out of terminologies.
Thanks
Forum: Themes and Templates
In reply to: [Radiate] Create home page without headerWell.. none of the code worked for me as i posted earlier and i didnt got any response so I had to do it myself..
found this code added it to Custom css field and it worked ..
.entry-header {
display: none;
}Forum: Themes and Templates
In reply to: [Radiate] Create home page without headerHi, I am facing the same problem and I am sure I am using Radiate theme by Themegrill.
I have tried using the code
#masthead { display: none; }both in custom css section of Customize page, and also in style.css but still nothing changed.
Thanks in advance for help and guidance!