• Hello,

    please is it difficult to add title to all types of post? I´d like to use all types of post because of icons and colours but I´d like to have title on the main page in all types of postes (link, status…)
    Is there some possibility to make all the types having the same attributes axcept of the icon and the color of the lower border (same as icon) ??
    Thank you !
    David

    http://wordpress.org/extend/themes/pachyderm/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Caroline Moore

    (@sixhours)

    Yes, this is possible. First create a child theme for your changes so they don’t get overwritten by future theme updates, or you can install Jetpack and use the Custom CSS module.

    Then look for code like this in style.css (not exact, but it will look something like this):

    .format-link .entry-title { display: none; }
    .format-status .entry-title { display: none; }
    .format-aside .entry-title { display: none; }
    .format-quote .entry-title { display: none; }

    Copy the CSS for each post format into your child theme’s style.css or Jetpack Custom CSS and change display: none; to display: block;

    Thread Starter simlik

    (@simlik)

    Caroline, you´re the best 🙂 And I´m lame 🙂
    Thanks it works.

    Theme Author Caroline Moore

    (@sixhours)

    Fantastic, happy to help!

    Shonari

    (@shonari)

    Sadly, this did not work for me (using the jetpack method) as well as changing the code in the style.css

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Could you detail your issues further and in your own thread?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to add title to all types of post’ is closed to new replies.