I want to ask how can I avoid the transitions in the portfolio of my home. I don\'t want the hover effect, I\'ll prefer just the title of the project (like the finisihed transition). It is more clear (much more for mobile navigation).
There is any easy way to change it via css?
Also I have one problem with the responsive design with one title (http://masiarosas.com/col%C2%B7laboradors-2/), as you can see when the page be responsive the title is too long and breaks the design. Can I make the titles more small in the mobile css?
only one question more: Now I have the home portfolio -section- with the slide hover effect (changed) but in the page with the portfolio template I have the overlay hover effect. Where can I change this? I try in the Theme Options / Portfolio options and only changes the home section not the page.
Hi,
I want to ask how can I avoid the transitions in the portfolio of my home. I don\'t want the hover effect, I\'ll prefer just the title of the project (like the finisihed transition). It is more clear (much more for mobile navigation).
There is any easy way to change it via css?
Also I have one problem with the responsive design with one title (http://masiarosas.com/col%C2%B7laboradors-2/), as you can see when the page be responsive the title is too long and breaks the design. Can I make the titles more small in the mobile css?
Thanks in advance!
Hello, nice website!
add this to your theme options Styling Options -> Custom CSS
.portfolio-item:hover .portfolio-image-new {
background-position: center center;
}
.project-info-new {
bottom: 0px;
}
to disable the hover effect in portfolio
add a media query for the screen max-width you consider in the same place for h1 (font-size)
https://developer.mozilla.org/en-US/docs/Web/Guide...
thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Thanks!
The css changes fit perfect with what I was looking for.
only one question more: Now I have the home portfolio -section- with the slide hover effect (changed) but in the page with the portfolio template I have the overlay hover effect. Where can I change this? I try in the Theme Options / Portfolio options and only changes the home section not the page.
Thanks!
Sorry, I omitted the portfolio page :)
for the portfolio page use
.portfolio-item:hover .portfolio-image {
background-position: center center;
}
.project-info {
bottom: 0px;
}
let me know
Thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy