Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383
Hi, is it possible to remove the project name from the header of a project? I have added a quote (“) project and have given it a name for identification. I don’t want that name to show on the portfolio page though. Does that make sense?
in the “quote” format projects, the title of the project is used for the author of the quote and displays automatically under the quote text. In case you want to hide this on the portfolio page, you can use a line of custom CSS: .page-portfolio .post-quote-author { display: none; }
Insert this CSS into the “Style: Add Custom CSS” tab of the Theme Options panel and save the changes.