Home Forums Pro Themes Myself Pro Remove “Hire Me” Button & Adjust Height of the Top Section on Pages

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #182788
    Chris VanAnda
    Participant

    Hi, is it possible to remove the button that defaults to say “Hire Me” on the introduction section? Also, is it possible to adjust the height of the area where a featured image would appear on pages? Either make it smaller or remove that area altogether? Thanks again!

    #182820
    sanam
    Keymaster

    Hello @CVANANDA,
    Please use this bellow CSS

    #introduction-section a.btn.btn-1 {
    display: none;
    }

    #page-site-header {
    padding: 153px 0px;
    }

    For the height of featured image you can adjust the padding number as per your need.

    Regards,
    Themepalace

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.