Title: RTL Support
Last modified: August 22, 2016

---

# RTL Support

 *  [ooobe](https://wordpress.org/support/users/ooobe/)
 * (@ooobe)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/rtl-support-38/)
 * Hello,
 * Thank you alex for the theme.
 * 1) I changed most css codes to flip design from LTR to RTL but I don’t know how
   to flip sidebars.
    2) Is it possible to upload two logos one for this and another
   for another language. 3) I tried to ONLY change the background color of follow
   on top side bar but I wasn’t able to do that by child CSS.
 * Kind regards,

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

 *  Thread Starter [ooobe](https://wordpress.org/support/users/ooobe/)
 * (@ooobe)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/rtl-support-38/#post-5768004)
 * any support. Thank you.
 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/rtl-support-38/#post-5768017)
 * 1. Don’t know.
    2. Don’t know. 3. Try this css:
 *     ```
       /* change Follow sidebar top to yellow */
       .s1 .sidebar-top, .s1 .sidebar-toggle {
         background: #ff0;
       }
       ```
   
 * Change the color to whatever you need.
 *  Thread Starter [ooobe](https://wordpress.org/support/users/ooobe/)
 * (@ooobe)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/rtl-support-38/#post-5768026)
 * I fixed 1 and 2.
 * 3. I changed it by the original CSS because it’s always override the css of child
   theme. that’s why I’m asking if we can change it by the child theme.
 * Thanks
 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/rtl-support-38/#post-5768027)
 * Try adding the !important declaration in the child theme css:
 *     ```
       /* change Follow sidebar top to yellow */
       .s1 .sidebar-top, .s1 .sidebar-toggle {
         background: #ff0 !important;
       }
       ```
   

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

The topic ‘RTL Support’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/hueman/3.7.27/screenshot.png)
 * Hueman
 * [Support Threads](https://wordpress.org/support/theme/hueman/)
 * [Active Topics](https://wordpress.org/support/theme/hueman/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/hueman/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/hueman/reviews/)

## Tags

 * [RTL](https://wordpress.org/support/topic-tag/rtl/)

 * 4 replies
 * 2 participants
 * Last reply from: [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/rtl-support-38/#post-5768027)
 * Status: not resolved