Okay
  Public Ticket #1103541
Header Icon
Closed

Comments

  •  2
    Candice started the conversation

    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

  •  1,823
    Support replied

    Hello Candice

    That is a group of four icons.

    You can style it by modifying one of the styles:

    .thumb-icon {

         border2px solid #000;

        box-sizingborder-box;

        floatleft;

        height9px;

       margin1px;

       opacity1;

       transitionopacity 0.2s ease-in-out 0s;

       width9px;

    }

    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

  •  2
    Candice replied

    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.

  •  1,823
    Support replied

    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 {

    displaynone;

    }

    in theme options -> styling options -> custom css

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •  2
    Candice replied

    That worked great, thanks!