Title: Custom CSS Code For Boxstyle
Last modified: February 20, 2019

---

# Custom CSS Code For Boxstyle

 *  [bayu-angora](https://wordpress.org/support/users/bayu-angora/)
 * (@bayu-angora)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/custom-css-code-for-boxstyle/)
 * Dear All
 * I need custom CSS code for customize my website. Here is the list I need.
 * 1. Logo align center, not align left.
    • Screenshot -> [https://i.postimg.cc/X7XyZXCT/IMG-20190220-125439.png](https://i.postimg.cc/X7XyZXCT/IMG-20190220-125439.png)
 * 2. Dark mode button stay on top, not dropdowned to bottom.
    • Screenshot -> [https://i.postimg.cc/MTdvH8K6/IMG-20190220-124802.jpg](https://i.postimg.cc/MTdvH8K6/IMG-20190220-124802.jpg)
 * 3. Make bottom area all white like above area, not gray.
    • Screenshot -> [https://i.postimg.cc/SK4sGKnQ/IMG-20190220-125022.jpg](https://i.postimg.cc/SK4sGKnQ/IMG-20190220-125022.jpg)
 * Definitely 5 stars for your theme.
 * Regards
    -  This topic was modified 7 years, 2 months ago by [bayu-angora](https://wordpress.org/support/users/bayu-angora/).

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

 *  Anonymous User 16453565
 * (@anonymized-16453565)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/custom-css-code-for-boxstyle/#post-11225351)
 * Hey, [@bayu-angora](https://wordpress.org/support/users/bayu-angora/)
 * can you please provide me URL so, i can guide you to solve it.
 * Thanx.
 *  Anonymous User 16453565
 * (@anonymized-16453565)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/custom-css-code-for-boxstyle/#post-11226057)
 * Hey, [@bayu-angora](https://wordpress.org/support/users/bayu-angora/)
 * **1.Css for Logo align center **
 *     ```
       #header .pad {
         display: flex;
         justify-content: center;
       }
       ```
   
 * 2. In which browser you get this kinda error? Because it’s working fine for me
   in both Chrome [Chrome-browser](https://imgur.com/a/kBi5xXJ) and for Firefox 
   [Firefox](https://imgur.com/a/vB9qtwG).
 * **3. CSS for Make bottom area all white.**
 *     ```
       #footer-bottom #back-to-top {
         background: transparent;
       }
       ```
   
 * To do that, go to Appearance → Customize → Additional CSS and enter the above
   CSS code.
 * Let me know if that does it.
    Thanx
 *  Thread Starter [bayu-angora](https://wordpress.org/support/users/bayu-angora/)
 * (@bayu-angora)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/custom-css-code-for-boxstyle/#post-11227044)
 * 1. It works.
    2. Opera Mini. 3. It only works for scroll up button. I mean, I
   want full bottom footer (that still light grey) become full white. Not only for
   scroll up button.
 *  Theme Author [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * (@alxmedia)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/custom-css-code-for-boxstyle/#post-11236182)
 * 2. Due to the way where the code is placed with the dark switch in the sidebar,
   I would need to move this with javascript/jquery to make it not move down with
   the menu expansion. If anyone else would like to look into this, feel free to.
 * 3. Try this and disable wave style in theme options:
 *     ```
       #footer { background: #fff; }
       ```
   
 *  Theme Author [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * (@alxmedia)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/custom-css-code-for-boxstyle/#post-11239639)
 * The part is still gray because it’s an image. You can disable it in Theme Options
   > Styling > Wave Style > OFF

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

The topic ‘Custom CSS Code For Boxstyle’ is closed to new replies.

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

 * 5 replies
 * 3 participants
 * Last reply from: [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * Last activity: [7 years, 2 months ago](https://wordpress.org/support/topic/custom-css-code-for-boxstyle/#post-11239639)
 * Status: not resolved