Remove the paragraph from image

Home Forums WordPress Theme Support BfastMag Pro Remove the paragraph from image

This topic contains 6 replies, has 2 voices, and was last updated by  Raja CRN 5 years, 12 months ago.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #9372

    admin12
    Member

    Hi there,

    I have managed to remove the date and author from the images on the home page but i would like to remove the paragraph and have a title only? How do i lower the title to the lower left corner of the image also?

    I used the following.

    .cat-links {
    display: none!Important;
    }

    .author, .entry-author {
    display: none!important;
    }

    .date, .entry-author {
    display: none!important;
    }

    Can you please assist with the css code?

    Thanks in advance

    #9373

    admin12
    Member

    Also, How do i remove the title from the full width page template?

    #9378

    Raja CRN
    Keymaster

    Hello,

    Also, Use the following code to remove the paragraph,

    .entry.tp-post-item p{
    display:none;
    }

    Just use the following code in the template-parts/ content-page.php

    Replace the the_title code with following one.

    <?php if(!is_page_template('template-fullwidth.php')) the_title( '<h1 class="entry-title">', '</h1>' ); ?>

    #9379

    admin12
    Member

    Thanks for that.

    Also, how do i remove the meta data information and add advertisement widgets to the post page?

    #9380

    admin12
    Member

    How do i lower the title to the lower left corner of the image also?

    #9411

    admin12
    Member

    Hello?

    #9413

    Raja CRN
    Keymaster

    Hello,

    1. wp-admin/widgets.php

    Use Post Above Ad Sidebar, Post Below Sidebar Ad. Drag and drop the advertisement widgets.

    2. Single post settings ..

    Go to customizer > Single post settings > disable the Post Date author

    3. Can’t understand your question. need more details.

    Thanks.

Viewing 7 posts - 1 through 7 (of 7 total)

Only Verified Customer of this Theme Can post reply to this Support Topic! .