Comments Eugene Ling started the conversationMay 18, 2021 at 12:32pmHi I would like to change the layout from 2-col to 3-col. How can I do this? Another edit, to remove the header title 'Triana Studio' from the home page, so I only see the logo at the top. Thank you 1,973Support repliedMay 18, 2021 at 2:42pmHello Eugene,If you inspect the portfolio grid tiles you will see@media only screen and (max-width: 1466px){ .classic-grid .item { margin: 70px 40px; width: calc(50% - 80px); height: 24vw; }}These are the attributes you need to change if you want to change the number of columnsRemoving the title: disable hero section in portfolio grid page options and then disable also the default page title in customizer -> general settingsThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support PolicyEugene Ling repliedMay 18, 2021 at 4:01pmThank you so much, how about changing the font? Still can't manage to remove the home page title. Any other advice? thank you so much in advance 1,973Support repliedMay 18, 2021 at 6:08pmSend us wp admin access in a private comment if possible so we can try to remove it.Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Eugene Ling replied privately 1,973Support repliedMay 18, 2021 at 6:42pmHello EugeneI've added.hero-hidden { display: none;}in customizer -> additional CSSThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Sign in to reply ...
Hi I would like to change the layout from 2-col to 3-col. How can I do this?
Another edit, to remove the header title 'Triana Studio' from the home page, so I only see the logo at the top. Thank you
Hello Eugene,
If you inspect the portfolio grid tiles you will see
@media only screen and (max-width: 1466px){
.classic-grid .item {
margin: 70px 40px;
width: calc(50% - 80px);
height: 24vw;
}
}
These are the attributes you need to change if you want to change the number of columns
Removing the title: disable hero section in portfolio grid page options and then disable also the default page title in customizer -> general settings
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Thank you so much, how about changing the font?
Still can't manage to remove the home page title. Any other advice? thank you so much in advance
Send us wp admin access in a private comment if possible so we can try to remove it.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hello Eugene
I've added
.hero-hidden {
display: none;
}
in customizer -> additional CSS
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy