I just figured it out. For anyone who needs this in the future. I added a CSS
override that was:
.navbar.transparent.navbar-inverse .navbar-inner { background: rgba(0,0,0,0.4); }
And my html
syntax looks like:
<div class="navbar transparent navbar-inverse navbar-fixed-top"> <nav class="navbar-inner"> ... </div> </div>
Related Posts:
- Can I change Bootstrap button color?
- Vertical Align Center in Bootstrap
- Bootstrap NavBar with left, center or right aligned items
- Changing the width of Bootstrap popover
- CSS reset – What exactly does it do?
- When to use margin vs padding in CSS [closed]
- SVG center horizontal and vertical line
- Is it bad practice to comment out single lines of CSS with //?
- How to draw a half circle (border, outline only) [closed]
- Customize Bootstrap checkboxes
- Set parent style via child
- How do I change the background color with JavaScript?
- Centering a background image, using CSS
- not:first-child selector
- What is sr-only in Bootstrap 3?
- CSS: center element within a element
- How does the data-toggle attribute work? (What’s its API?)
- what is a parse error and how do I fix it
- Adding images to a Bootstrap Carousel with AJAX
- Bootstrap 4 images thumbnail classes
- What does an “&” before a pseudo element in CSS mean?
- How to set up fixed width for
? - How to push a footer to the bottom of page when content is short or missing?
- Linking to a pdf file with html
- css to make bootstrap navbar transparent
- Bootstrap 4, How do I center-align a button?
- Responsive Bootstrap Jumbotron Background Image
- Why adding version number to CSS file path?
- Hide text using css
- Changing the width of Bootstrap popover
- TypeError: $(…).modal is not a function with bootstrap Modal
- How to center vertically and horizontally a div using Bootstrap?
- CSS background color not working
- How to center content in a Bootstrap column?
- How to center image in carousel
- Bootstrap throws Uncaught Error: Bootstrap’s JavaScript requires jQuery
- How to give spacing between buttons using bootstrap
- how to center form using bootstrap 4
- How can I override Bootstrap CSS styles?
- How to change the background-color of jumbrotron?
- CSS selectors ul li a {…} vs ul > li > a {…}
- vertical divider between two columns in bootstrap
- bootstrap 4 row height
- vertical-align with Bootstrap 3
- Bootstrap change carousel height
- Twitter Bootstrap – add top space between rows
- CSS checkbox input styling
- Is there a CSS selector for elements containing certain text?
- Table fixed header and scrollable body
- Bootstrap Columns Not Working
- Set bootstrap modal body height by percentage
- Bootstrap 3 Glyphicons CDN
- How to place two divs next to each other?
- Background color in input and text fields
- How can I change the Bootstrap default font family using font from Google?
- CSS3 background image transition
- Why is my Bootstrap code not working?
- img-responsive in Bootstrap does not work
- Set textarea width to 100% in bootstrap modal
- Creating Accordion Table with Bootstrap
- How to import Google Web Font in CSS file?
- In a bootstrap responsive page how to center a div
- CSS Equivalent of the “if” statement
- How to make Bootstrap Panel body with fixed height
- Change navbar text color Bootstrap
- Bootstrap Collapse not Collapsing
- How to make div background color transparent in CSS
- WordPress Admin Bar Overlapping Twitter Bootstrap Navigation [closed]
- What is better way to use Bootstrap inside admin panel?
- How to add class to and childs of sidebar widget – WordPress
- How do I get row padding in a post feed?
- Side Menu Icon Expandable
- create bootstrap columns inside editor group block
- Bootstrap and Custom CSS in custom plugin are being overwritten by theme
- WordPress Multiple Navigation bars
- Google yolo one tab signup plugin avilable in wordpress? [closed]
- Grid post page on WordPress with Bootstrap, the_excerpt(); Problem
- WordPress + Bootstrap [closed]
- How to remove the gap on right side of webpage (using Bootstrap with WordPress)?
- How to style bootstrap container in wordpress theme?
- All of my custom Bootstrap styles are not working in my child theme!
- How to implement CSS-defined images from bootstrap site in wordpress theme
- Why I obtain different visualization when I run the website on my local machine and on remote server?
- How to create a WP theme that use BootStrap? [closed]
- Change class names dynamically added to html elements by wordpress
- Modal dialog under the backdrop
- Is there any known plugins that would replace WordPress classes in editor with their Bootstrap 4 equivalent?
- How to reference different css (bootstrap) stylesheets for the header and body of a page?
- Stuck while adding bootstrap navwalker class
- jQuery Validation plugin and Bootstrap 4 CSS classes
- How to create a mobile menu full screen overlay using Understraps Bootstrap 4 theme
- Bootstrap News: Image Modifciation
- Custom Thumbnails [closed]
- WP Media Uploader modal conflicts with Bootstrap modal
- Why the slideshow is not shown in my theme?
- Bootstrap 4 Optimization
- Bootstrap navbar-fixed-top issues [closed]
- How to make this splash page responsive
- How to make a page extend full screen [closed]
- Custom theme – Bootstrap CSS not loading via wp_enqueue_style or otherwise