Hide text on Orvis theme portfolio page
-
Hello!
I was just wondering if there is a way I could hide the left text on my portfolio home page and all subsequent portfolios.
Help?
The blog I need help with is: (visible only to logged in users)
-
Hi!
When I clicked through to https://kelseyshirley.com/ I didn’t see any text on the left side of your home page. Did you get your problem figured out?
-
@shirlkel,
It looks like you’ve resolved the issue by hiding the page title of the front page (portfolio page template) at Customize > Portfolio and leaving its content empty.
-
So all I did was insert some photos into the text area. They don’t function the same way as the portfolio photos.
I want to have the portfolio images go all the way across the page. Without the left text box.
Also, when you click on one of the portfolios, I want the image to be centered and fit the screen. How do I do that?
-
@shirlkel,
I see what you mean now. That would, I think, require CSS customization. You may either submit a separate topic to the CSS Customization forum, or add a “modlook” tag to the sidebar of this topic to call for staff attention, or do both.
-
-
hey @shirlkel!
@musicdoc1 is right, you’d want to use Custom CSS to make that kind of change to the theme.
With a Premium Plan or Business Plan you can add the following snippet under My Site > Customize > CSS to hide the portfolio text, and expand the images to the full width:
.portfolio-content { display: none; } .portfolio-projects, .portfolio-media { width: 100%; }If you try that code out, let us know how it works :)
-
staff-loquaciousloon,
Thanks. See also the second request by shirlkel:
Also, when you click on one of the portfolios, I want the image to be centered and fit the screen. How do I do that?
-
Thanks musicdoc1!
The above CSS will allow the image to fill the content area, so it should accomplish both of shrilkel’s goals
- The topic ‘Hide text on Orvis theme portfolio page’ is closed to new replies.