Theme Palace » All Posts https://themepalace.com/forum/pro-themes/photo-perfect-pro/feed/ Sat, 15 Jun 2024 11:00:39 +0000 https://bbpress.org/?v=2.6.9 en-US https://themepalace.com/topic/hide-post-dates-and-author/#post-195539 <![CDATA[Reply To: Hide Post Dates and Author]]> https://themepalace.com/topic/hide-post-dates-and-author/#post-195539 Thu, 04 Apr 2024 13:44:39 +0000 soarts This worked great, thank you so much!

]]>
https://themepalace.com/topic/hide-site-title-and-logo-on-inner-pages/#post-195538 <![CDATA[Reply To: Hide Site Title and Logo on Inner Pages]]> https://themepalace.com/topic/hide-site-title-and-logo-on-inner-pages/#post-195538 Thu, 04 Apr 2024 13:43:49 +0000 soarts That worked perfectly, thank you!

]]>
https://themepalace.com/topic/hide-site-title-and-logo-on-inner-pages/#post-195530 <![CDATA[Reply To: Hide Site Title and Logo on Inner Pages]]> https://themepalace.com/topic/hide-site-title-and-logo-on-inner-pages/#post-195530 Thu, 04 Apr 2024 09:41:10 +0000 Psink Please add this CSS in Additional CSS

body:not(.home) .site-branding{
display: none;
}

Let us know if this works

]]>
https://themepalace.com/topic/hide-post-dates-and-author/#post-195529 <![CDATA[Reply To: Hide Post Dates and Author]]> https://themepalace.com/topic/hide-post-dates-and-author/#post-195529 Thu, 04 Apr 2024 09:37:08 +0000 Psink You can simply add ‘.entry-meta’ on the above code like below
.entry-meta,
.single-post .single-post-meta{
display: none;
}

Let us know if this works

]]>
https://themepalace.com/topic/hide-site-title-and-logo-on-inner-pages/#post-195522 <![CDATA[Hide Site Title and Logo on Inner Pages]]> https://themepalace.com/topic/hide-site-title-and-logo-on-inner-pages/#post-195522 Thu, 04 Apr 2024 06:20:46 +0000 soarts Is there a way to hide the site title and logo on the inner pages only of the website?

]]>
https://themepalace.com/topic/hide-post-dates-and-author/#post-195527 <![CDATA[Reply To: Hide Post Dates and Author]]> https://themepalace.com/topic/hide-post-dates-and-author/#post-195527 Thu, 04 Apr 2024 04:40:46 +0000 soarts This partially worked. It worked for the individual pages, as you said, but it doesn’t carry over to the Blog page (I have it in the Post Excerpt view, not the Masonry view). Is there a way to hide them for the whole blog page view?

]]>
https://themepalace.com/topic/hide-post-dates-and-author/#post-195526 <![CDATA[Reply To: Hide Post Dates and Author]]> https://themepalace.com/topic/hide-post-dates-and-author/#post-195526 Thu, 04 Apr 2024 04:19:16 +0000 soarts Great, thank you

]]>
https://themepalace.com/topic/hide-post-dates-and-author/#post-195524 <![CDATA[Reply To: Hide Post Dates and Author]]> https://themepalace.com/topic/hide-post-dates-and-author/#post-195524 Thu, 04 Apr 2024 04:11:15 +0000 Psink The above code will apply to all single posts.

]]>
https://themepalace.com/topic/hide-post-dates-and-author/#post-195523 <![CDATA[Reply To: Hide Post Dates and Author]]> https://themepalace.com/topic/hide-post-dates-and-author/#post-195523 Thu, 04 Apr 2024 04:10:08 +0000 soarts Is there a way to do it for all posts instead of each one individually?

]]>
https://themepalace.com/topic/hide-post-dates-and-author/#post-195521 <![CDATA[Reply To: Hide Post Dates and Author]]> https://themepalace.com/topic/hide-post-dates-and-author/#post-195521 Thu, 04 Apr 2024 03:12:13 +0000 Psink @SOARTS, Is it on the single post? As you can see in the screenshot with the red mark area
https://www.awesomescreenshot.com/image/47247115?key=41686c024304b79114ba0a7d3b244951

You can add this CSS in the Additional CSS to hide the post date and author from single post

.single-post .single-post-meta{
display: none;
}

]]>
https://themepalace.com/topic/hide-all-blog-categories-from-being-visible-above-posts/#post-195517 <![CDATA[Reply To: Hide All Blog Categories from being Visible above Posts]]> https://themepalace.com/topic/hide-all-blog-categories-from-being-visible-above-posts/#post-195517 Wed, 03 Apr 2024 20:02:04 +0000 soarts How do I also hide the blog dates and the blog author?

]]>
https://themepalace.com/topic/hide-post-dates-and-author/#post-195516 <![CDATA[Hide Post Dates and Author]]> https://themepalace.com/topic/hide-post-dates-and-author/#post-195516 Wed, 03 Apr 2024 19:05:32 +0000 soarts How do I hide Post dates?

And how do I hide Post author?

Thank you!

]]>