Custom CSS Not Taking
-
When attempting to write the following custom CSS:
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus { background-color: #A80000; }
It gets converted and does not work:
.navbar-default .navbar-nav&g t;.active>a, .navbar-default .navbar-nav&g t;.active>a:hover, .navbar-default .navbar-nav&g t;.active>a:focus { background-color: #A80000; }
Added a space after &g to show what was happening.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Custom CSS Not Taking’ is closed to new replies.