-
-
I am trying to update the top header on my portfolio items. I have changed them on the admin, but they still show up with the demo image that comes with the theme. Please help.
https://www.torusstaging.com/codeless_portfolio/chef-anthony-at-thermador/
-
Also, on mobile, when there are too many characters, the title overlaying the header image gets off centered. Any insite on that as well?
-
Hello,
I checked the portfolio header image via inspect element and i see the image you set up is the one actually showing up. See the image of header in this link: https://www.torusstaging.com/wp-content/uploads/2015/08/s2.jpg This is in your server, not the demo’s. And the screenshot of your portfolio header: https://postimg.org/image/mhqw78dor/
Did you manage to fix it? What do you want to change here?-To adapt the title font size in the mobile version of the header, please add this code into your custom css box in General Options:
@media (max-width: 480px) { .header_page.centered h1 { font-size: 35px !important; }}
Let us know if you need further help.
Best regards!
-
Hello,
The header image IS from the demo as I didn’t even have this website in 2015. Where can I upload a new image to change the headers?
-
Hello,
The portfolio heading image can be set up in Header Options > Default Page Header. Just make sure that the header style set up in General Options > Header options > Default Page Header (screenshot) is the same as the one set up in each portfolio single item’s General Settings > Page Header Options > Page header style (screenshot).
Let me know if you have any question.
Best regards!
-
I put the custom CSS code in and it isn’t changing anything with the mobile version. Any advice?
-
Hello,
Did you add the code into the Custom Css box in General options? I checked again with inspect element and the css does do the job. Please see this screenshot: https://postimg.org/image/3uqn6fbe3/
Do you have any other code in it? perhaps a missing coma or bracket has nullified the code. I can give it a look if you want. Just add some valid wp credentials in your profile data.
Read this article for more information.Best regards!
-
You must be logged in to reply to this topic.