- This topic has 27 replies, 2 voices, and was last updated 4 years, 8 months ago by Skandha.
-
AuthorPosts
-
August 9, 2019 at 2:06 am #179104reneecarlson94Participant
Hello,
How can I remove the header on certain pages?
Eg on my destinations page I would like to remove the header and change the text at the top of the page?https://backpackfullofmaps.com/destinations/
Thank you 🙂
August 9, 2019 at 3:36 am #179111SkandhaParticipant@destinations: Do you mean remove the header image? Also let me know which text you would like to change on that particular page.
Kind Regards,
SkandhaAugust 9, 2019 at 5:43 am #179130reneecarlson94ParticipantYes sorry I would like to remove the header image and then change the text inside the header to something else.
August 9, 2019 at 7:37 am #179138SkandhaParticipant@reneecarlson94: To disable the header image
Go to => Appearance => Customize => Header Media => Enable On => Select Disabled.To change the text inside the header to something else you can change the title of the post/page.
Let me know if this is helpful.
Kind Regards,
SkandhaAugust 18, 2019 at 12:01 am #179794reneecarlson94ParticipantHello,
Go to => Appearance => Customize => Header Media => Enable On => Select Disabled.
Thank you but this then leaves a big grey space at the top of the page once header is disabled. I would like to completely remove this space and have headers only on certain pages.
Please see an example of grey space in this link https://backpackfullofmaps.com/privacy-policy/
Cheers
ReneeAugust 18, 2019 at 3:37 am #179800reneecarlson94ParticipantSorry, I have a few more questions. As you can see below I have done a lot of googling to find css code to make some changes. There are just a few things I can’t seem to find.
Please refer to the link below to see what I am talking about.
https://backpackfullofmaps.com/privacy-policy/1. How can I get rid of the white line above the copyright text?
2. I have social icons above the Instagram widget however you cant see them as the colour of the icons are black. How can I change the icon colours to white?
3. How can I reduce the space between copyright text and the above about us, contact, us ect?(This is all the code I have added to “Additional CSS” from googling)
please let me know if any of it is unnecessary?.footer-widget-area .widget:not(.widget_text) ul > li {
display: inline-block;
padding: 20px;
}
.footer-widget-area .widget-area:nth-child(1):nth-last-child(2) {
margin-right: 6%;
width: 100%;
}
.widget:not(.widget_text) ul{
list-style: none;
margin: 0;
text-align: center;
}
.entry-container,
.widget,
#supplementary .wrapper,
#supplementary .widget {
padding-top: 0;
padding-bottom: 0;
}
.site-footer {
background-color: #000;
color: #ffad8f;
}
.site-footer a {
color:#ffad8f;
}Thank you in advance 🙂
August 19, 2019 at 12:36 am #179869SkandhaParticipant@reneecarlson94: Hello Renne,
You seem to be using an old version of the theme. Please update your theme to the latest version.Let me know on which pages you would like to remove the grey spaces.
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
/* To get rid of the white line above the footer copyright */ .site-info { border: none; } /* To change the color of social icons above instagram widget */ .widget.menu-social-container a { color: #fff; } /* To reduce the space between copyright text and the above about us */ .widget-column.footer-widget-1 { padding-bottom: 0; }
Let me know if this helps you out!
Kind Regards,
SkandhaAugust 19, 2019 at 3:10 am #179886reneecarlson94ParticipantAwesome Thank you for those css codes.
Do you have some code to get everything in the footer to be in the center?
I have everything in the center except for the logo and the affiliate disclosure. Also how can i change the text colour for “affiliate disclosure”At the moment I would like the grey spaces removed from the following pages
https://backpackfullofmaps.com/destinations/
https://backpackfullofmaps.com/privacy-policy/
https://backpackfullofmaps.com/affiliate-disclosure/
https://backpackfullofmaps.com/terms-of-service/With updating the theme, i am currently using a child theme so im not sure how to update to newer version of the theme? Could you please give me some advice on how to do this?
Cheers
ReneeAugust 19, 2019 at 4:27 am #179892SkandhaParticipant@reneecarlson94: Hello Renne,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code./* To center the logo and text Affiliate Disclosure */ #media_image-4, #text-15 .widget-title { text-align: center; } /* To remove the grey spaces on the pages you mentioned */ .page-id-1246 .custom-header-content, .page-id-364 .custom-header-content, .page-id-1334 .custom-header-content, .page-id-1266 .custom-header-content { padding: 0 !important; } .page-id-1246 .custom-header-content .entry-summary, .page-id-364 .custom-header-content .entry-summary, .page-id-1334 .custom-header-content .entry-summary, .page-id-1266 .custom-header-content .entry-summary { margin-top: 0; } body.page-id-1246:not(.no-header-media-text) .custom-header::after, body.page-id-364:not(.no-header-media-text) .custom-header::after, body.page-id-1334:not(.no-header-media-text) .custom-header::after, body.page-id-1266:not(.no-header-media-text) .custom-header::after { background-color: rgba(255,255,255,1); } .page-id-1246 .custom-header-content .entry-title, .page-id-364 .custom-header-content .entry-title, .page-id-1334 .custom-header-content .entry-title, .page-id-1266 .custom-header-content .entry-title { color: #000 !important; }
You will need to update the parent theme. For that you’ll need to first download the theme from your https://catchthemes.com/my-account/ page. Then install Catch Web Tools plugin and activate Catch Updater Module. https://wordpress.org/plugins/catch-web-tools/
Please check the tutorial video in the link below:
https://www.youtube.com/watch?v=W95SuabDZi8
For more, check out theme instructions at https://catchthemes.com/frequently-asked-questions/#question-general-1Let me know if you this works out!
Kind Regards,
SkandhaAugust 19, 2019 at 5:50 am #179894reneecarlson94ParticipantHi
Legend! Thank you
Can I get rid of the text “renee carlson” under each header also?I have watched the video however there is nothing available in my downloads section on my catch themes account page.
In WordPress when I go Dashboard > Updates > Theme updates and select the theme to update I get the following message
” An error occurred while updating Catch Wheels Pro: Update package not available.”August 20, 2019 at 12:58 am #179964SkandhaParticipant@reneecarlson94: Hello Renne,
To get rid text “renee carlson” under each header
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..custom-header-content .author.vcard { display: none; }
Maybe your theme subscription has expired and you will need to renew your subscription.
Can you check the date when you bought the theme? If it has exceeded 1 year you will have to renew your subscription to get latest updates.Let me know if this helps you out!
Kind Regards,
SkandhaAugust 20, 2019 at 1:59 am #179970reneecarlson94ParticipantAhh, I see it has expired on July 9th. I will renew the subscription. Thank you
Thank you
You have been a great help
Much appreciated.August 20, 2019 at 2:36 am #179971SkandhaParticipant@reneecarlson94: Hello Renne, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
https://wordpress.org/support/theme/catch-wheels/reviews/#new-post
Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂Kind Regards,
SkandhaAugust 22, 2019 at 1:44 am #180127reneecarlson94ParticipantI have just submitted a review 🙂
I have one more question.
Are you able to tell me some CSS Code to get the hazy overlay off my header image? See example below in link.https://backpackfullofmaps.com/about/
This picture is actually a very bright clear picture but seems to be hazy looking on the header image.
Cheers
ReneeAugust 22, 2019 at 4:30 am #180131SkandhaParticipant@reneecarlson94: Hello Renne,
Thank you for the wonderful review.To remove the overlay off the header image
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.body:not(.no-header-media-text) .custom-header::after { background-color: unset; }
Let me know if this works out!
Kind Regards,
SkandhaDecember 10, 2019 at 11:53 pm #229427reneecarlson94ParticipantHello Again,
So I have only just now (a few months later) updated my theme.
I followed the steps in the video you sent in a previous message. The theme successfully updated but now all of the changes I had made in child theme are gone! How can I have the most up to date version of the theme and get back all the changes I had made to the child theme?
December 11, 2019 at 12:02 am #229428SkandhaParticipant@reneecarlson94: Hello Renne,
You seem to have activate parent theme on your site right now.
Can you please activate your child theme and see if the child theme customization you made using the child theme appear?Kind Regards,
SkandhaJanuary 27, 2020 at 10:03 pm #234208reneecarlson94ParticipantHello Again,
Could you please help me with this query.
I would like to change the normal bullet points in my post to ARROWS like the one I have listed below. Could you please give me the css code? I founf this site with css/html code. But having trouble making it work.
https://lonewolfonline.net/html-character-codes-ascii-entity-unicode-symbols/#8
10140 âžś ➜ \00279c 0x279c Heavy round-tipped rightwards arrow
I appreciate your help 🙂
January 28, 2020 at 4:12 am #234237SkandhaParticipant@reneecarlson94: Hello Renne,
Can you let me know where you are adding the bullet points so that I can provide CSS to to change the bullets into arrows?Kind Regards,
SkandhaJanuary 28, 2020 at 11:56 pm #234330reneecarlson94ParticipantHello,
Anything on this post that has a dot point I would like to change to arrows.
-
AuthorPosts
- The topic ‘Remove Header’ is closed to new replies.