The inspector says “inline” which indicates that the CSS is not in a separate file, but instead is inside the HTML itself, probably in a <style>
block at line 39 ( near the top ) – search the whole page source code for #masthead
and you will probably find it.
If you want to know how it is being added to the theme HTML, you will need to search the entire project codebase for a unique string – again #masthead
might bring good results.
Update:
Added grab of the source code of your website, showing line 25 where you will find the #masthead
CSS selector, as described by Inspector – it is much further to the right – but the scroll bar is hidden, as the css is formatted into long lines.
Related Posts:
- Where are Additional CSS files stored
- Cannot figure out how to center div in WordPress theme [closed]
- how can I change the background color of all posts on my server?
- How to customize the WordPress 2014 theme, to have page using less horizontal margin?
- How replace theme styles?
- How do I target this page specifically?
- How do I change the content of an element for a theme without losing the styling?
- Change Background Color For CPT Template
- Why, when it comes to custom background and image, does ‘The first value registered’ win?
- Custom CSS File wont work on second Page
- Post interior margin in twenty eleven theme
- Customizing a WordPress theme without changing it?
- Is there a blank theme framework compatible with WP 3.0? [closed]
- How do register_sidebar() and get_sidebar() work together?
- Looking for a lightweight theme using WP3 new tags and features (not 2010) [closed]
- How to customize the default HTML for WordPress Attachments
- Is it possible to change the attributes of a registered style or script before it fires?
- switch theme on fly
- Show a WP 3.0 Custom Menu in an HTML Select with Auto-Navigation?
- 2 seperate installation 1 theme same server
- Custom CSS for full post vs. excerpt (Content Options)
- Are there any ‘Coming Soon’ themes for WordPress 3.0?
- Show attribute description when filtering by that attribute
- How to get WordPress to accept the tag in articles (or other alternatives)
- How can I & how do I change text displayed in comment via child theme
- How do I copy all “extra” data (menus, widgets, etc) from one theme to another?
- What will happen to the additional CSS when the theme is updated?
- woocommerce Add custom field set like billing fields
- $wp_customize->remove_section for customizer setting?
- Modify a theme to insert custom widgets?
- ‘Customize’ button in admin bar for CSS
- Customizing default Mediaelement player
- CSS to remove “comments count” icon from main page [closed]
- Get page ID outside the loop, matching menu ID
- Putting tag outside tag on generated Menu
- TwentyFifteen: How can it show a different color on every post page?
- Theme licensing and permission on changing content [closed]
- Updates for a private theme
- Is it possible to add a ribbon in the background of h1 on every page?
- For a specific theme, how do I build a list of all the possible theme modification names?
- Child Theme with multiple css files
- Navigation label for page in custom theme
- Background image not appearing
- Different logo on homepage
- CSS Customizations for certain page
- Custom Background by Page IDs
- Custom CSS at Appearance > Edit CSS is missing after update [closed]
- CSS Styling a specific page
- How to remove footer from just homepage
- Why the css in twenteenfourteen-child theme take no effect?
- Moving wp-content folder
- how to add custom logo to my template
- WordPress noob, assign custom stylesheet using @import or if? Didn’t work for me
- How to query details of images in gallery that is attached to a post
- Edit value=”” of a button in child theme
- css media query question [closed]
- Remove header title form page through CSS [closed]
- Centering one product on a single page [closed]
- How to have multiple WordPress Menus
- Create a Page template selector page
- Can’t change theme name
- How to add WordPress JS Script Links
- custom css and javascript not working on page defined as template?
- My blog suddenly can’t find my stylesheet?
- WordPress menu: How to make www.link.com/#name never contain current_page_item class?
- Change default Video Player without Plugin
- How to add Custom Css within the Editor?
- Will WordPress updates remove Gutenberg Additional Classes?
- custom email validation using javascript api with elementor pro and code snippets
- Style WooCommerce Product Search Widget
- why won’t my custom css load with the enqueue method or any other method?
- Lost customization after switching the WordPress theme
- CSS style and app.js not loading
- How to style bootstrap container in WordPress?
- How can I delete the word `Category:` from page titles? [duplicate]
- How to have different background image based on post category
- Delete page titles
- Issue with navigation bar in child theme
- Wrap WordPress Login Form in custom Div
- I can’t override CSS
- How to Password Protect whole site except for some subdirectories
- WordPress Inline Style missing
- Adding separate CSS files for separate pages with functions.php
- How do I move my sites to a child theme without loosing customisation?
- Use another theme template in my theme
- How do I change text of a product template in a WooCommerce theme? [closed]
- How to support extra color options for shortcodes?
- Adding css and js to a blank page created with custom template
- Making custom pages (with an example to explain the goal)
- responsive screen not working [closed]
- Consolidate ‘add-to-cart’ buttons into one ‘add-all-to-cart’ button
- adding new html css to wordpress section from codepen [closed]
- customizing a theme [closed]
- How do I add custom CSS animations for specific Gutenberg blocks?
- Particle.js not loading in WordPress Gutenberg
- I have one page in my WordPress site with a table that needs to be super compact and simple
- Changes to code not displaying
- How to display product variations on same row
- Add custom styles to the Raft theme
- Where did I put this one line of css?