Dear CSS Forum Members,
I have created a WordPress blog at http://www.thefundraisingcoach.wordpress.org.
The template is Ten Twenty and the home page articles are displayed in gallery mode.
When the standard Ten Twenty template displays the gallery list, each article listing contains the photo and the first few lines of the article. Additionally, on top of the cell with article’s first sentences is a cell that will say, “This gallery contains 1 photo.”
The info about the number of photos is irrelevant for my purposes. I was able to get rid of “This gallery contains 1 photo” by inserting the line below into the WordPress Edit CSS function.
div.format-gallery div.entry-content p em {display:none;
The question now is how (using the Edit CSS function) do I get rid of that photo information cell so that the cell with first few sentences of the article will be moved up? In other word, I would like to delete the cell or better yet merge the cell hold the place for “This gallery contains 1 photo” with the cell below containing the beginning sentences of the article.
Any thoughts?
W Walker
The blog I need help with is walterwalker.wordpress.com.