Colored background sections with text and photos on top
vividvisuals
Registered Users Posts: 30 Big grins
Hey everybody,
First time poster here.
I'm slowly but surely getting my Smugmug site the way I want it but am struggling to do something that I would think would be rather simple: created colored background sections that can have both text and photos on top.
Here is my site currently (just homepage for now): www.vividvisuals.asia
What I'd like is for sections like this (also a Smugmug site): https://www.renanozturk.com/ (the part that introduced who Renan Ozturk is, below the video).
If I could do literally the same thing but with my own photos / text / logos that would be amazing.
Something a bit more simple would also be okay, but the important bit is that I'm able to overlay responsive text AND a logo / photo or two on top of a section that floats over a background slideshow.
Any help would be super appreciated!
Thanks,
-Alex
First time poster here.
I'm slowly but surely getting my Smugmug site the way I want it but am struggling to do something that I would think would be rather simple: created colored background sections that can have both text and photos on top.
Here is my site currently (just homepage for now): www.vividvisuals.asia
What I'd like is for sections like this (also a Smugmug site): https://www.renanozturk.com/ (the part that introduced who Renan Ozturk is, below the video).
If I could do literally the same thing but with my own photos / text / logos that would be amazing.
Something a bit more simple would also be okay, but the important bit is that I'm able to overlay responsive text AND a logo / photo or two on top of a section that floats over a background slideshow.
Any help would be super appreciated!
Thanks,
-Alex
0
Comments
Looks like you've found out how to make your changes?
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
1. Dictate the color of the background
2. add PNG logos over top
3. Add a bio photo or other photos on top.
4. Have the text be responsive so that it resizes as the window becomes smaller (right now it is static).
Once I have these in place I'll be able to proceed with building out the rest of my website to match the homepage. I'm sort of at a standstill at the moment though because I just can't do what I want.
Again, the bio section of Renan Ozturk's homepage is the closest I've found to exactly what I'm looking for: https://www.renanozturk.com/
Thanks for your attention! :-D
-Alex
www.vividvisuals.asia
Looks like he used a page with an HTML box. Inside the box you can write html to make it look however you'd like.
My Website index | My Blog
Change the color. Currently your background boxes are white:
.hero {background: #fff;}
You already do.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
For your first box. Remove all of the CSS:
Use this instead:
Adding the padding will allow it to be responsive. The
50px
is the top/bottom. Thebackground: #fff;
is the box background color.Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
From his about section.
Add a HTML/CSS Block.
HTML
CSS
You will need to use the Share Feature to get the PHOTO ONLY size.
That should get you closer.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
First step does indeed seem to help with responsiveness of text. Awesome.
For the second step, I've added an HTML / CSS blog and applied the suggested code but it ends up looking kind of whacky (see at bottom: www.vividvisuals.asia). Any idea what I'm doing wrong?
If I could have the exact same bio section that Renan Ozturk's page has and then just replace photos / text and adjust things like color slightly it would work perfectly for me.
Thanks again for your wonderful support and really sorry if this is complicated. I just feel like I'm close to having exactly what I'm envisioning but am at a loss as to how to progress to completion
You bet...
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
I forgot to include the
section
in the CSS:section {padding: 30px;}
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk