Topic Resolution: Resolved
  • Closed
  • aj
    Spectator
    June 11, 2015 at 5:34 am #18181

    How do I remove “Job Description” from the portfolio post pages? I don’t want to modify the .php code. In one of the previous posts, you mentioned that this can be done with custom CSS rule – how do I go about that?

    Denzel Chia
    Moderator
    Posts: 2656
    June 11, 2015 at 7:38 am #18194

    Hi,

    In Theme Options -> Custom CSS Please use the following.

    .single-alora_portfolio .title {
    display: none;
    }

    Thanks!
    Denzel

    Neue Arbeit Vogelsberg gGmbH
    Spectator
    Posts: 1
    July 27, 2015 at 12:20 pm #19204

    Thanks.
    It works for me too.