Title: Orange Web Dev's Replies | WordPress.org

---

# Orange Web Dev

  [  ](https://wordpress.org/support/users/orange-web-dev/)

 *   [Profile](https://wordpress.org/support/users/orange-web-dev/)
 *   [Topics Started](https://wordpress.org/support/users/orange-web-dev/topics/)
 *   [Replies Created](https://wordpress.org/support/users/orange-web-dev/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/orange-web-dev/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/orange-web-dev/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/orange-web-dev/engagements/)
 *   [Favorites](https://wordpress.org/support/users/orange-web-dev/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/users/orange-web-dev/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/orange-web-dev/replies/page/2/?output_format=md)

 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [duplicate functions.php renamed diff folder.](https://wordpress.org/support/topic/duplicate-functionsphp-renamed-diff-folder/)
 *  Thread Starter [Orange Web Dev](https://wordpress.org/support/users/orange-web-dev/)
 * (@orange-web-dev)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/duplicate-functionsphp-renamed-diff-folder/#post-5911156)
 * [@catacaustic](https://wordpress.org/support/users/catacaustic/) Thanks.
 * I’m sure it isn’t to hard to find. I just thought someone on here might know 
   off hand.
 * I am using a child theme. But I’d like for this file to be called to outside 
   of theme if possible.
 * I know it’s the proper WP way. But I still don’t like the idea of something more
   back-end being associated with a front end theme. because i’m not changing the
   front end theme.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to change menu colors and footer color in Vantage theme](https://wordpress.org/support/topic/how-to-change-menu-colors-and-footer-color-in-vantage-theme/)
 *  [Orange Web Dev](https://wordpress.org/support/users/orange-web-dev/)
 * (@orange-web-dev)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/how-to-change-menu-colors-and-footer-color-in-vantage-theme/#post-5716909)
 * Could you provide a link to the website?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [removing sidebar](https://wordpress.org/support/topic/removing-sidebar-16/)
 *  [Orange Web Dev](https://wordpress.org/support/users/orange-web-dev/)
 * (@orange-web-dev)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/removing-sidebar-16/#post-5716407)
 * Could you provide a link to the website?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Notice: Undefined index: body …](https://wordpress.org/support/topic/notice-undefined-index-body/)
 *  [Orange Web Dev](https://wordpress.org/support/users/orange-web-dev/)
 * (@orange-web-dev)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/notice-undefined-index-body/#post-5716400)
 * Could you please provide us the code from the relevant file and line, so we can
   examine it?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Fourteen] Exact code to put in Child themes functions.php for enqueueing all stylesheets](https://wordpress.org/support/topic/exact-code-to-put-in-child-themes-functionsphp-for-enqueueing-all-stylesheets/)
 *  [Orange Web Dev](https://wordpress.org/support/users/orange-web-dev/)
 * (@orange-web-dev)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/exact-code-to-put-in-child-themes-functionsphp-for-enqueueing-all-stylesheets/#post-5715099)
 * I would suggest taking a look at this thread:
    [http://stackoverflow.com/questions/19263390/wordpress-loading-multiple-scripts-with-enqueue-noob](http://stackoverflow.com/questions/19263390/wordpress-loading-multiple-scripts-with-enqueue-noob)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Nulis] Social Link (Minor) Problems](https://wordpress.org/support/topic/social-link-minor-problems/)
 *  [Orange Web Dev](https://wordpress.org/support/users/orange-web-dev/)
 * (@orange-web-dev)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/social-link-minor-problems/#post-5638357)
 * My bad this is the correct place.
 * For some reason it wasn’t showing on my computer the first time I checked this
   thread.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Nulis] Social Link (Minor) Problems](https://wordpress.org/support/topic/social-link-minor-problems/)
 *  [Orange Web Dev](https://wordpress.org/support/users/orange-web-dev/)
 * (@orange-web-dev)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/social-link-minor-problems/#post-5638350)
 * What Theme are you using?
 * This is general theme support.
 * We can inform you how to fix the code if you give us a link.
 * But we can’t fix the theme, for that you will need to message the theme creator.
 * And the Theme creator won’t see this. You need to contact them directly through
   the page you got it from.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Mobile only background Oxygen](https://wordpress.org/support/topic/mobile-only-background-oxygen/)
 *  [Orange Web Dev](https://wordpress.org/support/users/orange-web-dev/)
 * (@orange-web-dev)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/mobile-only-background-oxygen/#post-5637914)
 * You can. You just need to use Media Queries.
 * i.e. put in a css file
 *     ```
       @media screen and (max-width: 736px) {
       /* insert css code here */
       }
       ```
   
 * i.e. any screen smaller then 736px use this css.
    736 is the Iphone 6 Plus
 * If you wanna choose an in-between you could do
 *     ```
       @media screen and (min-width: 500px) and (max-width: 736px) {
       /* insert css code here */
       }
       ```
   
 * i.e. above this and below this.
 * Then your site will use that code only when being viewed from that screen size.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Centering sidebar widget & font change](https://wordpress.org/support/topic/centering-sidebar-widget-font-change/)
 *  [Orange Web Dev](https://wordpress.org/support/users/orange-web-dev/)
 * (@orange-web-dev)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/centering-sidebar-widget-font-change/#post-5633583)
 * This only happens in Firefox from what I can see.
    Not sure why though.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Albar] Auto resizing header doesn't work](https://wordpress.org/support/topic/auto-resizing-header-doesnt-work/)
 *  [Orange Web Dev](https://wordpress.org/support/users/orange-web-dev/)
 * (@orange-web-dev)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/auto-resizing-header-doesnt-work/#post-5635194)
 * Your link does not work for me.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Minamaze] Move the logo](https://wordpress.org/support/topic/move-the-logo/)
 *  [Orange Web Dev](https://wordpress.org/support/users/orange-web-dev/)
 * (@orange-web-dev)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/move-the-logo/#post-5635189)
 * Could you provide a link to the website?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Removing the THICK black widget line](https://wordpress.org/support/topic/removing-the-thick-black-widget-line/)
 *  [Orange Web Dev](https://wordpress.org/support/users/orange-web-dev/)
 * (@orange-web-dev)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/removing-the-thick-black-widget-line/#post-5633459)
 * Anytime, I just answered another one of your post. haha.
 * Good luck!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Centering sidebar widget & font change](https://wordpress.org/support/topic/centering-sidebar-widget-font-change/)
 *  [Orange Web Dev](https://wordpress.org/support/users/orange-web-dev/)
 * (@orange-web-dev)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/centering-sidebar-widget-font-change/#post-5633457)
 * Add the following code to style.css or where ever you are putting custom css 
   changes.
 *     ```
       aside#recent-posts-10 {
       text-align: center!important;
       font-family: Georgia!important;
       }
       ```
   
 * And it should now look like you want it.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Removing the THICK black widget line](https://wordpress.org/support/topic/removing-the-thick-black-widget-line/)
 *  [Orange Web Dev](https://wordpress.org/support/users/orange-web-dev/)
 * (@orange-web-dev)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/removing-the-thick-black-widget-line/#post-5633452)
 * Place this in your style.css or where ever you are putting in custom css changes
 *     ```
       h3.widget-title {
       border-bottom: none!important;
       }
       ```
   
 * And it should be gone.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Removing the THICK black widget line](https://wordpress.org/support/topic/removing-the-thick-black-widget-line/)
 *  [Orange Web Dev](https://wordpress.org/support/users/orange-web-dev/)
 * (@orange-web-dev)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/removing-the-thick-black-widget-line/#post-5633449)
 * The website has up the offline page. So I can’t see what you are talking about.

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/users/orange-web-dev/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/orange-web-dev/replies/page/2/?output_format=md)