You can achieve this using filter provided in Astra:
add_filter( 'astra_has_custom_logo', '__return_false' );
The above filter disables logo on the website. You will have to add this filter in your child theme’s functions.php file inside if conditions of pages where you want to hide the logo.
Related Posts:
- Receiving Stripe Webhooks on a wordpress website
- What would be a PHP command to erase all posts from category X from the last month?
- Add a wp editor to custom plugin and save data
- Walker class: Problems with understanding how walk() method can be called without error
- How to Use the Function is_user_logged_in To Display Different Menus?
- Change comments form title on a page by page basis
- WordPress Customizer: How can you have multiple active callbacks on one control?
- Add value to usermeta without removing previous values?
- Setting up the child theme so as to enable right-to-left WordPress?
- String replace WordPress Site Title
- Type hinting and void return question
- Customized title tag for each page in pagination?
- Add attribute / custom attribute to product in woocommerce
- Why WordPress architecture is not pure object oriented and it don’t use MVC pattern? [closed]
- How to break down importing of feeds
- How to create and work with custom data / tables (i.e., for arbitrary data)?
- PHP can I add line numbers to file_get_contents()
- Multiple choice in a custom taxonomy
- Displaying theme options in css
- Hide wordpress field if data is empty in post!
- Remove one value in dismissed_wp_pointers?
- Accessing data from a non-WP database/table within a page content
- WP dynamic featured image – Can’t get second featured image url
- Selectbox in admin panel function linking to CSS
- How to hide products that do not have an image from a slider carousel for an ecommerce webpage?
- Add New User, extra fields which are required?
- Send an email to specific adress when button is clicked?
- Customizer: active_callback and sanitize_callback incompatibility?
- Redirect specific user role to specific site after login?
- Send multiple attachments with wp_mail in PHP
- custom url rewrite for wordpress
- How to get the value of input hidden html from text editor to custom page template?
- Make a list of sites for each user in WPMU – switch_to_blog (display in SITE_ID: 1)
- Menu jumping when calling it via PHP
- Output Video Download Link in template
- need help with existing code showing subpages
- How do I add a custom css to all posts without affecting homepage css? [closed]
- how to show only specific category for a template
- Advanced Custom Fields not displaying
- How to get private property in parent class into extended class?
- Exclude posts with specific metadata from search?
- Warning: Illegal string offset on theme options page [closed]
- Clickable image link sends people to wrong URL
- Create page template via functions.php?
- How to include custom PHP file both in header and footer files
- Check class_exists before class definition / Doxygen problem
- Extract links from content
- Integrating Yii2 and WordPress
- Custom Registration username_exists / email_exists
- After disabling WPML multi currency, the currency is still handled by the WPML
- get_theme_mod outputs number when using WP_Customize_Cropped_Image_Control
- PHP Helper Class to create shortcodes
- Update if post with specific title exists
- Reusable code that I can store in the function.php and apply to other templates as need. Dry Code
- Is it possible to add a custom page to a free WordPress site? [closed]
- Is there a hack for using is_page() within the function.php file?
- How to Fix an Archive.php That Displays All Posts?
- Assign Custom classes to every Excerpt
- Make next post button link to random post
- pass html code to worpdress
- Site DOES NOT LOAD after 3.1 update
- WP_REST_Response – How to return Gzip answer and add Content-encoding header?
- Customizer control save then return to default
- Create Columns with Custom Walker and CSS Classes
- WP-Bakery – Add custom colors to buttons with template colors
- How can I check that the acf field value is not a duplicate when adding a post?
- Adding an Anchor Link to a wordpress menu using WPBakery Page Builder
- Removing “There is no account with that username or email address.” error message in “/wp-login.php?action=lostpassword”
- update_user_meta as multiple value but with same meta key
- retrieve “Link Color” value
- Delete post meta by serialized meta value
- Dynamic Banner Text based on Subdomain
- How to add a full working piece of website already coded, to a large scale Website design project?
- Redirecting the lost password page request when using a custon login page
- Create custom admin page with custom text fields
- Remove specific javascript when viewing page in Customizer?
- Running local copy of an old WordPress site on MAMP
- Remove node from multisites?
- custom field – changing an element or background of id div – different versions not working
- Customizing WooCommerce with PHP
- Multisite – Display different header content based on which site is accessed
- What image is this pulling?
- How can I customize a WordPress theme before it’s downloaded?
- Why isn’t my custom Javascript showing up in my custom template?
- A Customizer checkbox control that sets the setting to “” or to “blank” and show() or hide() a color control
- PHP call div with function
- How to use PHP code with wordpress page
- if is_bbPress register jquery
- Auto create description in post
- error with WP custom form
- WordPress causing all code to be displayed on line 1. Receiving multiple errors after cleaning cookies and cache
- How can I clear the theme mod settings?
- Custom PHP-coding in MU installs
- Date when the custom field was added
- HTML in PHP problem [closed]
- How to continuously developing a WP site that is already deployed in production without damaging it during development
- WP Custom tables query
- Add multiple HTML attributes to an Elementor button
- Woocomerce custom add to cart button edit functionality [closed]
- fetch from an external api call and display results in page