What is this? Widget? Or custom programming?
http://www.goodingco.com
Id like to do something like this over the top of my full screen slider. How do I go about doing it?
Hi lengleson!
You can’t create portfolio over a fullscreen slider. However, you can use the Color Section. Apply a background image on the section then insert the Portfolio Grid element.
Regards,
Ismael
Would you happen to know how they created the portfolio look?
When creating a text frame over a full image/color section is there a way to make the background of that text box a color (white) not clear?
http://eliengleson.com/wordpress/?p=734
Still in progress… I’d like to be able to put a white box under the the type on the right side. As well Id like to use a caption under the photos…and timed scroll. Any ideas?
Hey!
They have another page loading into that section through an iframe. What you can do on your site is give that color section a unique ID in the developers ID field (at the bottom of the color section options when editing its information.
Then add a background to that ID with css. For example:
#my-custom-colorsection {
background-color: #fff;
}
Regards,
Devin