• MG Donny

    (@daniel-greiner)


    I want to delete the post format link underneath the posttitle. (Like Image, Gallery, Quote, etc.) I tried adding this code in my CSS Stylesheet Editor:

    .entry-format {
    display: none;
    }

    Didnt work out.
    Highly appreciate any help here.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter MG Donny

    (@daniel-greiner)

    Here is a link to the page .

    I want to get rid of the Post format link: “Image” with the camera-icon beneath the title.

    Theme Author Justin Tadlock

    (@greenshady)

    The quickest and easiest way to do this is to add the following line of code to your child theme’s stylesheet.

    .post-format-link { display: none; }

    If you need further help with the theme, I encourage you to check out my professional support forum at Theme Hybrid.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove Postformat link’ is closed to new replies.