I want to conceal this description
This is my blog and I am facing an issue where I need to hide the description on the home page. I have tried using color:white
which worked initially, but when I moved the description to the top or left, the black background image made the text visible because it was in white color.
I also attempted using display:none;
but it caused the layout to break, with the title and image shifting around. Can anyone help me find a solution without using CSS like display:none;
or color:white
? Perhaps through jQuery or JavaScript?