I’m wondering how to change the color of the hamburger menu that is displayed on mobile devices. Thank you
]]>Please how can i change the breadcrumb text to white. Even if it’s only the page name?
]]>I created a child theme but the images are stretched and the parent style.css does not load. what could be the problem?
this is my script
add_action( ‘wp_enqueue_scripts’, ‘child_theme_enqueue_styles’ );
function child_theme_enqueue_styles() {
wp_enqueue_style(
'hb-charity-style', // Handler/key
get_parent_theme_file_uri( 'style.css' ), // URL
['bootstrap'] // Dependencies (bootstrap is enqueued by parent them)
);
wp_enqueue_style(
'hb-charity-style-css', // Handler/key
get_stylesheet_uri(), // URL
['hb-charity-style'], // Dependencies
wp_get_theme()->get('Version') // version
);
}
]]>
Hi!
First of all, thanks for creating this great theme!
Now coming to the question, I wanted to understand:
1) How to remove the text that is displayed over the carousel images in the frontpage. I have changed my carousel images but I wasn’t able to find anyway to remove the text that displays over them. My blog portion is empty. (https://believesportsfoundation.in/blog)
2) How to edit the content in the Causes Section.
3) Infact, how can the content of all the sections be edited?
Many thanks!
]]>Child theme is installed with stylesheet and functions. Stylesheet is enqueued and styles work but when activating the child theme we can not get the original parent theme Customizer options to show in the child site.
Sections like testimonial and reviews are missing from the parent theme settings when activating the child theme. Do I have to copy any other file over, or is there some snippet to put in the functions file to get the Customizer options to become active from HB-Parent to HB-Child?
]]>The view more button just links back to home, instead of the page that it highlights. Please help.
]]>