I just would like to add a button on the bottom of the portfolio page template (home page), that links to the BLOG page. The point is that every element I create (on visual composer as on txt editor) is no displaied on the home page. Looks like the template overrides the modifications i make. Is there a way to achieve that?
How can I change the colors of the filters? I need them to became red when mousehover!
Plus: is there a way to reduce the space between sections ? I'd like to have the whole thing more compact ( I mean the space between hero-small and filters; and between filters and portfolio items).
Hi there!
I just would like to add a button on the bottom of the portfolio page template (home page), that links to the BLOG page. The point is that every element I create (on visual composer as on txt editor) is no displaied on the home page. Looks like the template overrides the modifications i make. Is there a way to achieve that?
Thanks in advance
Carlo
Hello, Use portfolio Mixed page template which displays also the page content underneath portfolio item thumbnails.
Thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hi there!
How can I change the colors of the filters? I need them to became red when mousehover!
Plus: is there a way to reduce the space between sections ? I'd like to have the whole thing more compact ( I mean the space between hero-small and filters; and between filters and portfolio items).
Thanks a lot!
Carlo
Hi,
plz add this to theme options -> styling options -> custom css
#filters li a:hover {
color: red;
}
or other color you prefer
#filters li {
margin: 0px 10px 150px;
}
.page-template-portfolio-mixed-page #main {
padding: 200px 0;
}
decrease 150px - to decrease the space between filters and thumbnails
decrease 200px - to decrease the space between filters and hero section
Thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Ok it works perfect! Great!
Also: do you know if is there a easy css code to have a black nd white map instead of the colored one? I mean a 100% desaturated version.
I was checking google suggestions, but no css i see, just java (i think)
Thanks again
Carlo
Hello, it is possible to fully customize the google map
https://developers.google.com/maps/documentation/javascript/styling
take a look at one of our themes:
http://clapat.ro/themes/holver-wordpress/contact/
you can achieve similar effect by opening /js/scripts.js
and adding your styles in var settings, line 1521
styles: newstyle
where newstyle is the array holding the styles
Thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy