Stretchy banner in a fixed with page
dipanjan94
Registered Users Posts: 83 Big grins
I have this page - https://www.dipanjanpal.com/Portfolio which is a fixed with page. I want to keep it that way, but I want to make the banner stretchy for both mobile and desktop. How can I do this?
In the same page under the banner, I have listed four galleries. I wish to change the opacity/transparency when the cursor hovers over it, and the font (both font and font size) for this. Can this be done? To give you an idea of what I want to make it look like, please have a look at this - https://www.chrisburkard.com/Pages/Portfolio
I want the same font and similar transparency. How can I do this?
- In this page - https://www.dipanjanpal.com/Recognition I have two pictures, both of them links to a specific URL. Can in the middle of picture, where if someone hovers their mouse, similar effect to the previous questions will be there?
Like on this two pictures, I want "Accolades" and "In the press" written and it should be gone when someone hovers their cursor on it, kinda same like the portfolio page of Chris Burkard. How can this be done?
0
Comments
If you want to use the same font (Pathway Gothic One) that he uses, you will need to add an addition Google font by following this example: https://www.aaronmphotography.com/Customizations/Fonts-Links/Google-Fonts
Once you've done that, you can add this to your CSS:
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Remove the two photo blocks and add ONE HTML/CSS Block and add this to the block:
HTML
CSS
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Add this to your Theme's CSS:
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Hey Mike, thank you so much! You codes have worked perfectly fine.
For the portfolio page, however I decided to get rid of the banner to have a clean and tidy look.
I have one follow-up question - in the CSS code you posted as an answer to Question 2, the font-size is 48px. This looks a bit too large on my phone, could you make the font smaller (say 36px) for mobile devices? Thank you so much in advance!
There you go:
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Thank you so much! Worked perfectly!