Title: CSS not responding to changes
Last modified: August 31, 2016

---

# CSS not responding to changes

 *  Resolved [seldoviajuno](https://wordpress.org/support/users/chelseyt/)
 * (@chelseyt)
 * [10 years ago](https://wordpress.org/support/topic/css-not-responding-to-changes/)
 * I have an element in my css for a fontawesome character that I would like to 
   not display. No matter what combo of things, and even using the !important rule,
   I cannot get the element to not show.
 * I am using the findscool theme and here is the css included in the template for
   the element.
 *     ```
       #nav-wrapper .menu > li.menu-item-has-children > a:after {
       	font-family: FontAwesome;
           content: "\f107";
       	margin-left:6px;
       	color:#fff;
       	font-size:14px;
       }
       ```
   
 * [here is my website](http://www.chelseythornton.com)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [satvikinfotech](https://wordpress.org/support/users/satvikinfotech/)
 * (@satvikinfotech)
 * [10 years ago](https://wordpress.org/support/topic/css-not-responding-to-changes/#post-7361011)
 * Site link plz ?
 *  [paulwpxp](https://wordpress.org/support/users/paulwp/)
 * (@paulwp)
 * [10 years ago](https://wordpress.org/support/topic/css-not-responding-to-changes/#post-7361014)
 * Do you mean the slash line on hover?
 * If that’s so, use this
 *     ```
       .menu-item a.menu-image-hovered:hover img.hovered-image {
         opacity: 0 !important;
       }
       ```
   
 *  Thread Starter [seldoviajuno](https://wordpress.org/support/users/chelseyt/)
 * (@chelseyt)
 * [10 years ago](https://wordpress.org/support/topic/css-not-responding-to-changes/#post-7361091)
 * satvikinfotech: it is at the bottom of the post 🙂
 * paulwpxp: The line hover was a personal addition but you mentioning it as a potential
   mistake made me remove it, thank you for the unintentional design feedback.
 * The item I mean to remove is the down arrow character next to the categories 
   and follow buttons. I tried the opacity trick you posted just case in the css
   mentioned above but it didn’t effect the character.
 *  [paulwpxp](https://wordpress.org/support/users/paulwp/)
 * (@paulwp)
 * [10 years ago](https://wordpress.org/support/topic/css-not-responding-to-changes/#post-7361114)
 * The DOWN arrow appears only in mobile (small screen situation) and only when 
   the RIGHT arrow on parent item is clicked.
 * If we removed the down arrow, users can not click to close the child menu items(
   because there is no symbol or sign to click on).
 * To remove down arrow, use this code.
 *     ```
       .slicknav_open .slicknav_arrow { display: none; }
       ```
   
 *  Thread Starter [seldoviajuno](https://wordpress.org/support/users/chelseyt/)
 * (@chelseyt)
 * [10 years ago](https://wordpress.org/support/topic/css-not-responding-to-changes/#post-7361115)
 * paulwpxp: I was referring to the main menu not the mobile/slicknav menu. I figured
   out what I needed do to override some css to make the down arrow I was talking
   about in the main menu not appear. When I did I forgot to come in here and update
   my thread. I’m sorry about that, but thank you for your time!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘CSS not responding to changes’ is closed to new replies.

## Tags

 * [code](https://wordpress.org/support/topic-tag/code/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [css-rules](https://wordpress.org/support/topic-tag/css-rules/)
 * [display](https://wordpress.org/support/topic-tag/display/)
 * [FontAwesome](https://wordpress.org/support/topic-tag/fontawesome/)

 * 5 replies
 * 3 participants
 * Last reply from: [seldoviajuno](https://wordpress.org/support/users/chelseyt/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/css-not-responding-to-changes/#post-7361115)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
