Title: Theme Changes
Last modified: October 30, 2020

---

# Theme Changes

 *  Resolved [beholdthe1trueking](https://wordpress.org/support/users/beholdthe1trueking/)
 * (@beholdthe1trueking)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/theme-changes-4/)
 * Greetings,
 * The built in customization tool only allows me to alter so much with it so I’m
   trying to make some changes to it with code but I have limited code knowledge,
   and the websites I’ve worked on were outside of WordPress. I’m working on a WooCommerce
   store that I’m essentially modeling after [http://www.givenchy.com](http://www.givenchy.com).
   I’m going step by step but right now a change I need is to center the logo on
   mobile like it is on desktop. I also would like to be able to mess around with
   the food of the header categories, perhaps making them bold. If you could please
   lead me in the direction of what code I should add, and where/how to ad it, it
   would be greatly appreciated.
 * Thank you in advance.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftheme-changes-4%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/theme-changes-4/#post-13601230)
 * Hello [@beholdthe1trueking](https://wordpress.org/support/users/beholdthe1trueking/),
 * Please **add** the following **CSS code** in the **Appearance > Customize > Additional
   CSS** section of your **WordPress Admin dashboard**:
 *     ```
       /*--- CENTER ALIGN LOGO ON MOBILE --- 
       -----------------------------------*/
       @media (max-width: 768px) {
       	.navbar .title-logo-wrapper {
       		margin: 0 auto;
       	    padding-left: 43px;
       	}
       	.navbar-toggle-wrapper {
       	    margin-left: 0;
       	}
       }
       ```
   
 * Could you please explain what you mean by **_the food of the header categories_**?
   Do you mean **_the font_**? If so, you can make the menus in the header bold 
   by **adding this code** to the **Customizer**:
 *     ```
       /*--- HEADER NAV TYPOGRAPHY ---
       ------------------------------*/
       .navbar .navbar-nav>li a {
       	font-weight: bold;
       }
       ```
   
 * Keep in mind that some **themes** will allow you to make **additional changes**,
   such as changing the font weight (e.g., from normal to bold), through the **Customizer**.
   One example is [https://wordpress.org/themes/astra/](https://wordpress.org/themes/astra/).
 * Also, I recommend asking for **help** in future at [https://wordpress.org/support/theme/hestia/](https://wordpress.org/support/theme/hestia/)
   so the theme’s **developers** and **support community** who know the **Hestia
   theme** best can help you.
 *  Thread Starter [beholdthe1trueking](https://wordpress.org/support/users/beholdthe1trueking/)
 * (@beholdthe1trueking)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/theme-changes-4/#post-13602975)
 * Thank you very much this is what I was looking for.
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/theme-changes-4/#post-13603458)
 * You’re welcome! Happy to help!

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

The topic ‘Theme Changes’ is closed to new replies.

 * In: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
 * 3 replies
 * 2 participants
 * Last reply from: [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * Last activity: [5 years, 7 months ago](https://wordpress.org/support/topic/theme-changes-4/#post-13603458)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
