Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey Actionredaction,

    You could do this using some CSS.

    If you want to get rid of the whole section use this:

    .text-slider{display:none;}

    If you Just want to get rid of the header and description use this:

    .text-slider h2{display:none;}
      .text-slider p{display:none;}

    Then if you want to keep your “check out my services” you may want to add this so it is not on top of your other words:

    a#scroll_to {padding-top: 20%;}

    Hope that helps!

    Thread Starter actionredaction

    (@actionredaction)

    Thank you so much Danbzly!
    It solved my problem!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘(theme: One Engine) How to delete blog info from header?’ is closed to new replies.