-
-
Is there a way to change the button text (view project) on the portfolio slider?
Is there also a way to delete the zoom button? -
Hi,
1) You can change the button text(View project) from
Through Cpanel
Project folder -> wp-content -> themes -> regn -> template-parts -> portfolio -> style-overlay1.php
OR
Through WordPress Dashboard
wp-admin -> Apeareance -> Theme Editor -> template-parts -> portfolio -> style-overlay1.php2) You can hide the “zoom button” by adding the following code in your Custom CSS field in Appearance -> Customize -> General -> Custom codes.
.cl-portfolio–style-overlay1 .cl-portfolio__list .cl-portfolio-item .cl-portfolio-item__overlay .cl-portfolio-item__links a:first-child{
display: none;
}P.S: Be careful about other settings and not try to change anything more. Moreover, It all comes under customization and all these customizations will go off when you update the theme.
Thanks,
-
First options works perfect, test View project is changed to Lees meer…
The second options doesn’t change a thing.
Text now in custom code is:
.cl_header_button{
height:90px;
padding-top:0 !important;
padding-bottom:0 !important;
line-height:90px !important;
padding-left:50px !important;
padding-right:50px !important;
}.cl-header__col–right{
padding-right:0px;
}.fluid_img{
position: relative;
top: 70px;
}.cl-footer ul li a{
font-weight:400 !important;
text-transform:none !important;
}@media (max-width:991px){
.wpb_column.vc_column_container .vc_column-inner{
padding-left:15px !important;
padding-right:15px !important;
}
}I added:
.cl-portfolio–style-overlay1 .cl-portfolio__list .cl-portfolio-item .cl-portfolio-item__overlay .cl-portfolio-item__links a:first-child{
display: none;
} -
-
-
Hi,
Please check and let me knowP.S: Clear your browser cache
Thanks, -
-
Great :)
If you like our theme and support, leave us a 5-star ratings on Themeforest, it’s very important for us :)
https://themeforest.net/downloads
Thank You so much
-
You must be logged in to reply to this topic.