Comments 2Candice started the conversationMarch 18, 2017 at 8:02amHi, I recently purchased your 'California' theme and want to know where do I edit the thumbnail icon, titled: "a class show-thumbnails animation-link"Thanks 1,974Support repliedMarch 18, 2017 at 10:47pmHello CandiceThat is a group of four icons.You can style it by modifying one of the styles:.thumb-icon { border: 2px solid #000; box-sizing: border-box; float: left; height: 9px; margin: 1px; opacity: 1; transition: opacity 0.2s ease-in-out 0s; width: 9px; }and then add the custom styles in theme options -> styling options -> custom cssOr you can open /sections/header_button_section.php file (path relative to root theme folder)and modify<a class="show-thumbnails animation-link" href="<?php echo esc_url( $california_showcase_url ); ?>"> <div class="thumb-icon"></div> <div class="thumb-icon"></div> <div class="thumb-icon"></div> <div class="thumb-icon"></div> </a>lines 41-46Let us know if you have any other questions Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy 2Candice repliedMarch 19, 2017 at 12:58amHi, Thanks for replying, but let me rephrase below: 1. What is this icon meant to do? Take you back to the home page? 2. Right now it links to: http://clapat.ro/themes/california-wordpress/Seems like it should be a easy fix under "Customize" or "Theme Options" Do I need to edit the code to change where it points to? Thanks. 1,974Support repliedMarch 20, 2017 at 2:37pmHello Candice,yes that icon is mean to go to a full showcase page, an entire portfolio page or any other link you may consider.To change the url you should in the carousel or showcase page options (Add/Edit page), press 'Showcase Templates' tab and change 'Showcase URL' fieldIf you don't need ti you can hide it with a.show-thumbnails { display: none;}in theme options -> styling options -> custom cssThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy 2Candice repliedMarch 21, 2017 at 4:02amThat worked great, thanks! Sign in to reply ...
Hi,
I recently purchased your 'California' theme and want to know where do I edit the thumbnail icon, titled: "a class show-thumbnails animation-link"
Thanks
Hello Candice
That is a group of four icons.
You can style it by modifying one of the styles:
.thumb-icon {
border: 2px solid #000;
box-sizing: border-box;
float: left;
height: 9px;
margin: 1px;
opacity: 1;
transition: opacity 0.2s ease-in-out 0s;
width: 9px;
}
and then add the custom styles in theme options -> styling options -> custom css
Or you can open /sections/header_button_section.php file (path relative to root theme folder)
and modify
<a class="show-thumbnails animation-link" href="<?php echo esc_url( $california_showcase_url ); ?>">
<div class="thumb-icon"></div>
<div class="thumb-icon"></div>
<div class="thumb-icon"></div>
<div class="thumb-icon"></div>
</a>
lines 41-46
Let us know if you have any other questions
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hi,
Thanks for replying, but let me rephrase below:
1. What is this icon meant to do? Take you back to the home page?
2. Right now it links to: http://clapat.ro/themes/california-wordpress/
Seems like it should be a easy fix under "Customize" or "Theme Options"
Do I need to edit the code to change where it points to?
Thanks.
Hello Candice,
yes that icon is mean to go to a full showcase page, an entire portfolio page or any other link you may consider.
To change the url you should in the carousel or showcase page options (Add/Edit page), press 'Showcase Templates' tab and change 'Showcase URL' field
If you don't need ti you can hide it with
a.show-thumbnails {
display: none;
}
in theme options -> styling options -> custom cssThank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
That worked great, thanks!