Theme Palace » All Posts https://themepalace.com/forum/free-themes/pet-care/feed/ Mon, 26 Feb 2024 15:12:27 +0000 https://bbpress.org/?v=2.6.9 en-US https://themepalace.com/topic/text-in-header/#post-189374 <![CDATA[Reply To: Text in header]]> https://themepalace.com/topic/text-in-header/#post-189374 Tue, 18 Apr 2023 12:49:41 +0000 fosterkittycats Ah, that worked! Thank you again for your time.

]]>
https://themepalace.com/topic/text-in-header/#post-189353 <![CDATA[Reply To: Text in header]]> https://themepalace.com/topic/text-in-header/#post-189353 Tue, 18 Apr 2023 03:48:22 +0000 Psink @FOSTERKITTYCATS, you can add this CSS

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

]]>
https://themepalace.com/topic/text-in-header/#post-189347 <![CDATA[Reply To: Text in header]]> https://themepalace.com/topic/text-in-header/#post-189347 Tue, 18 Apr 2023 03:42:16 +0000 fosterkittycats @PSINK thank you for taking the time to respond with the script. The first script works great and removes the larger text in the header image overlay.

The second script removes the entire though. If you visit https://fosterkittycats.com/current-fosters/ you will see it shows HOME/Current Fosters over the image, how to disable that?

Also for whatever reason my “homepage” won’t use the same image that is defined in the settings, therefore I had to enable the slider, create a page to point to and use that. I hope that makes sense, I want to use a static home page and maybe I have not configured it properly, but it won’t use the same header image as the rest of the website so I set up the slider and created a page to point to.

]]>
https://themepalace.com/topic/text-in-header/#post-189337 <![CDATA[Reply To: Text in header]]> https://themepalace.com/topic/text-in-header/#post-189337 Mon, 17 Apr 2023 03:42:47 +0000 Psink @ALLI, Could you please share your site URL? We will provide you with a CSS to align the text center

]]>
https://themepalace.com/topic/text-in-header/#post-189323 <![CDATA[Reply To: Text in header]]> https://themepalace.com/topic/text-in-header/#post-189323 Sat, 15 Apr 2023 04:23:06 +0000 alli Hi, and is it possible to align the text in the header image to the centre?? Or is this only and option in the pro version?

]]>
https://themepalace.com/topic/text-in-header/#post-189239 <![CDATA[Reply To: Text in header]]> https://themepalace.com/topic/text-in-header/#post-189239 Fri, 07 Apr 2023 04:06:55 +0000 Psink You can add this CSS to eliminate the header overlay text

– TO ELIMINATE PAGE TITLE ONLY
#page-site-header .page-header {
display: none;
}

– TO ELIMINATE WHOLE OVERLAY TEXT
#page-site-header {
display: none;
}

You will get the following color options in the pro version
https://themepalace.com/instructions/themes/pet-business-pro/#doc-how-to-manage-colors-6

]]>
https://themepalace.com/topic/text-in-header/#post-189233 <![CDATA[Text in header]]> https://themepalace.com/topic/text-in-header/#post-189233 Fri, 07 Apr 2023 03:16:12 +0000 fosterkittycats can someone explain or point me in the direction to either adjust or eliminate the overlay text in the header image? I’ve attached a screenshot to demonstrate what I am talking about.

Also the option for colors is not in the customize menu, are certain features only available on the paid version? This way I can stop spinning my wheels trying to figure out options that are not there.

Text overlay in the header image:

It looks like I can’t paste in images but it is the text overlay from the Menu field that displays over the header iamge, then the text below that shows where you are in the web directory Home/(Page you are on) You can see what I am referring to by going to https://fosterkittycats.com/past-fosters/

]]>
https://themepalace.com/topic/text-in-header/#post-189235 <![CDATA[Reply To: Text in header]]> https://themepalace.com/topic/text-in-header/#post-189235 Fri, 07 Apr 2023 03:15:52 +0000 fosterkittycats From searching the site I tried some suggestions others had with this similar issue, lastly tried to modify the script below adjusting the beginning but still can’t get it to work.

body.woocommerce .custom-header .custom-header-content-wrapper{
display: none;
}

]]>