Home Forums WordPress Themes – Premium Encounters Remove page titles and reduce space in posts.

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #42283
    designteam
    Participant

    1. In Encounters the space between breadcrumbs and text is too much…How do I reduce the amount?
    2. How do I remove Titles from pages.

    #42319
    Sushil Adhikari
    Moderator

    Hi Delma,

    Please add this custom on child theme style.css or additional css section of cusotmizer so your changes will not lost on theme update.

    To decrease the space between breadcrum and page title.

    #content-wrapper {
        padding: 10px  0 50px;
    }

    To hide the page title:

    .page h1.page-title{
    	display:none;
    }

    Let us know how it works for you.

    Thanks

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