I was able to make the navigation bar transparent by adding a new .transparent class to the .navbar and setting the CSS like this:
.navbar.transparent.navbar-inverse .navbar-inner { border-width: 0px; -webkit-box-shadow: 0px 0px; box-shadow: 0px 0px; background-color: rgba(0,0,0,0.0); background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,0,0,0.00)),color-stop( 100% , rgba(0,0,0,0.00))); background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%); background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%); }
My markup is like this
<div class="navbar transparent navbar-inverse"> <div class="navbar-inner">....
Related Posts:
- What is the difference among col-lg-*, col-md-* and col-sm-* in Bootstrap?
- Customize Bootstrap checkboxes
- Does bootstrap have builtin padding and margin classes?
- How to set up fixed width for
? - How to change btn color in Bootstrap
- How to set up fixed width for
? - Bootstrap 4, How do I center-align a button?
- Responsive Bootstrap Jumbotron Background Image
- Changing the width of Bootstrap popover
- How to center vertically and horizontally a div using Bootstrap?
- Flushing footer to bottom of the page, twitter bootstrap
- bootstrap 4 row height
- Bootstrap change carousel height
- Twitter Bootstrap – add top space between rows
- How can I make Bootstrap columns all the same height?
- Set bootstrap modal body height by percentage
- Bootstrap align navbar items to the right
- Why is my Bootstrap code not working?
- img-responsive in Bootstrap does not work
- In a bootstrap responsive page how to center a div
- Responsive Canvas in Bootstrap column?
- WordPress Admin Bar Overlapping Twitter Bootstrap Navigation [closed]
- Load custom css after bootstrap
- Redoing home page but changes not taking effect
- Layout using Bootstrap not aligning correctly
- Bootstrap in theme
- create bootstrap columns inside editor group block
- Google yolo one tab signup plugin avilable in wordpress? [closed]
- CSS – Initial HTML Margin Issue On WordPress Site
- How to remove the gap on right side of webpage (using Bootstrap with WordPress)?
- All of my custom Bootstrap styles are not working in my child theme!
- How to integrate Bootstrap Grid System in WordPress
- Change class names dynamically added to html elements by wordpress
- Modal dialog under the backdrop
- Bootstrap News: Image Modifciation
- Can’t center post thumbnail with bootstrap [closed]
- Bootstrap 4 Optimization
- Parent style messing up with Bootstrap [closed]
- Bootstrap navbar-fixed-top issues [closed]
- How to make this splash page responsive
- Custom theme – Bootstrap CSS not loading via wp_enqueue_style or otherwise
- Making a
- How to override !important?
- CSS center display inline block?
- Define an ‘s src attribute in CSS [duplicate]
- Bootstrap transparent navbar
- Prevent body scrolling but allow overlay scrolling
- What is the proper way to display a logo with CSS?
- What is the difference between Normalize.css and Reset CSS?
- CSS force image resize and keep aspect ratio
- Creating Accordion Table with Bootstrap
- Child themes CSS priority problems without using !important
- Sanitize User Entered CSS
- How can I test how fast or slow my wordpress website it?
- How to Edit the Order of Global Colors in Elementor? [closed]
- CSS in child theme not getting loaded
- How to highlight all current categories when viewing a single post?
- Changing Font-Size based on specific Font thru javascript
- Do I have to use a WordPress specific CSS reset, or is a normal, Eric Meyer style CSS reset fine?
- Relative file paths in CSS when linking directly (not enqueuing)
- Is there a filter for editor-style.css file?
- Custom CSS class or ID on menu items that have a Submenu
- How to insert html/css/javascript code to wordpress plugin
- How to add class to and childs of sidebar widget – WordPress
- How do I get row padding in a post feed?
- Pure CSS to “float” to the right the number of children of an admin_bar child node
- WordPress adding inline style can’t remove it
- Trying to figure out why my child theme is trying to access a file that doesn’t exist
- How to edit the default icon of Add Media button?
- Hide Image On WordPress On Single Page [closed]
- Faster fonts on mobile
- Ordering stylesheet above using functions.php
- How to style bootstrap container in wordpress theme?
- Show class from css in format dropdown
- With over a page of content the footer remains where the bottom of the screen was at top scroll
- How to add/insert a class to a sidebar in single.php?
- Customizing WP-syntax to get custom colors
- Sidebar missing from Homepage
- 2 css files? Theme css file gets override by another css file that I can not edit
- How to insert the current user’s role into the body class in the admin backend
- Need to make sidebar responsive only when screen width is greater than 1024px
- Does anyone know how to make text fade in when scrolling down, that doesn’t require any plug-ins? [duplicate]
- How to change specific menu tab from left to right in My Home Theme?
- Admin bar default color scheme for nonregistered/nonlogged users
- Lines of CSS only being delivered while logged in
- How to Take Logo Out of Navigation Menu? [closed]
- Make different border color gallery items
- Move both sidebars more to their sides [closed]
- Style Switching
- Theme looks ugly – FOUC – stylesheets loaded in footer
- How to target only one element if more elements share the same CSS class
- Can’t override CSS with child theme
- Why doesn’t media(max-width) work on h2 title?
- How to use WordPress 3.8 back-end CSS in front-end?
- How to make a page extend full screen [closed]
- can i custom rendered content from API?
- How to add CSS to WordPress
- How to add arbitrary custom CSS to a WordPress Block Theme using Site Editor?
- Wrap post titles containing slashes on narrow viewports
- Import css file from node_modules using @wordpress/scripts