Okay
  Public Ticket #1777819
back button in project
Closed

Comments

  • federaldesign started the conversation

    Hi ! Ty very much for your great theme. I have 2 requests :

    1/ I need to put a  back button when a project is loaded to return to the home slider. Maybe just under the logo..

    Is that possible ?

    2/ I have put this code in my child style.css to reduce my logo because it is too bigger

    #logo img.white-logo {
     height: 50%;
    }

    but neither #logo img.white-logo nor .white-logo (or just logo) are working.

    What is the good path ?

    Thanks a lot

  •  1,974
    Support replied

    Hi there,

    1. Keep in mind that the logo link will return to the home page

    to add a button or other element, open /sections/header_section.php and add 

    <a class="ajax-link" data-type="page-transition" href="link to the home page">
    This is the link to the slider page    
    </a>

    after line 25

    Replace the text 'This is the link to the portfolio page ' with a fontawesome icon for example

    2. try


    .light-content #logo img.white-logo {
        width: 60%;
        height: 60%;
    }


    to change the size of the logo (change the width and/or height)

    Add the code to customizer -> additional CSS

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy