Theme Palace » All Posts https://themepalace.com/forum/free-themes/sociable/feed/ Mon, 26 Feb 2024 15:40:00 +0000 https://bbpress.org/?v=2.6.9 en-US https://themepalace.com/topic/header-image-on-frontpage-homepage/#post-150142 <![CDATA[Reply To: Header image on frontpage/homepage]]> https://themepalace.com/topic/header-image-on-frontpage-homepage/#post-150142 Wed, 12 May 2021 04:55:15 +0000 Psink Hello

It is not available for the free version. You will require to get a pro license

regards,

]]>
https://themepalace.com/topic/header-image-on-frontpage-homepage/#post-150111 <![CDATA[Header image on frontpage/homepage]]> https://themepalace.com/topic/header-image-on-frontpage-homepage/#post-150111 Tue, 11 May 2021 20:27:07 +0000 mmtpcrum Hi there,

I want to keep the header image on the homepage of this theme but when I set a page to the homepage the header image is automatically removed.

Is it possible to keep the header image on the homepage?

Thanks

]]>
https://themepalace.com/topic/how-do-i-get-rid-off-huge-header/#post-148824 <![CDATA[Reply To: How do I get rid off huge header?]]> https://themepalace.com/topic/how-do-i-get-rid-off-huge-header/#post-148824 Mon, 19 Apr 2021 11:33:15 +0000 Psink Hello there,

Add this css to totally remove big gray part from all pages


#page-site-header {
    display: none;
}

or add this css to remove only from latest post page ( Blog page )


.blog #page-site-header {
    display: none;
}

Regards,
Psink

]]>
https://themepalace.com/topic/how-do-i-get-rid-off-huge-header/#post-148817 <![CDATA[Reply To: How do I get rid off huge header?]]> https://themepalace.com/topic/how-do-i-get-rid-off-huge-header/#post-148817 Mon, 19 Apr 2021 09:47:58 +0000 Waveride Hello there,

Thanks for your reply. It was a useful CSS addition but I actually meant the big grey part underneath where it says “Blog”. I dont need that area and I dont need the title there. Can I somehow remove that whole grey part?

]]>
https://themepalace.com/topic/how-do-i-get-rid-off-huge-header/#post-148803 <![CDATA[Reply To: How do I get rid off huge header?]]> https://themepalace.com/topic/how-do-i-get-rid-off-huge-header/#post-148803 Mon, 19 Apr 2021 05:52:20 +0000 Psink Hello There,

Please add this css in the additional css


body:not(.home) #masthead {
    padding: 0px 0;
}

p.site-title {
    font-size: 32px;
}

in the above CSS I have slightly lowered the font size of the site title and remove top button padding space

To add this in the theme Please GO to admin panel >> appearance >> customize >> additional css, paste the above code there and click the published button.

Hope this will help

regards,
psink

]]>
https://themepalace.com/topic/how-do-i-get-rid-off-huge-header/#post-148802 <![CDATA[How do I get rid off huge header?]]> https://themepalace.com/topic/how-do-i-get-rid-off-huge-header/#post-148802 Mon, 19 Apr 2021 05:29:49 +0000 Waveride Hello guys,

I was wondering if anyone knows how I can get rid of this header. The reason for this is that im trying to get this website done now that I have some time off, and I want the website to be easy to read for visitors. Since this header is just a big ugly area, taking alot of space, I dont want it. I dont really mind if thats taking the pagename out of there aswell. I just cant figure out how to get rid of it. It’s a latest posts page and I cant really change much about the layout of that specific page.
https://www.mylifeasbas.com/blog

The theme is Sociable Pro.

I know I have dealt with this problem in the far past but WP got updated so many times, I cant find some features anymore. I also sort of doubt whether there is a easy fix for it, but I hope you guys know one.

Greetz

]]>