Can Text Box be made transparent?
-
Featured Image is covered mostly by text box, and I want All of my featured image to appear… currently only a slice of the image is available. I use Pena Theme. Thanks :)
The blog I need help with is: (visible only to logged in users)
-
Hi there, I’m not seeing a text box with a background color on your site main page. Are you wanting to hide the text itself? If so, go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS.
.homepage .content-caption { visibility: hidden; }If that is not what you are wanting, please let me know.
-
Thank you for your reply, I was referring to the WEDDING page ( it’s a menu link from the main page). The featured image is barely visible at all on the WEDDING page. Thanks again :)
~Alvin -
Hi, the white section below the header images on your Wedding pages isn’t covering the image. The image height is controlled by top and bottom padding. Add the following and adjust the 5% value and see how that goes for you. I’ve also included the background position declaration and moved the image down 100px, and that will have to be played with as well along with the padding. This is likely to be a bit of trial and error.
.page .section.pages, .page.standard-menu .section.pages {
padding: 20% 0;
background-position: center 100px;
}`
See how this goes and let me know. By the way, the white below the image is actually the body color, so we can’t make it transparent. -
One question, on the wedding pages, are you going to have text content below the images, or just the images?
- The topic ‘Can Text Box be made transparent?’ is closed to new replies.