Hello @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/.
Also, I recommend asking for help in future at https://wordpress.org/support/theme/hestia/ so the theme’s developers and support community who know the Hestia theme best can help you.
Thank you very much this is what I was looking for.
You’re welcome! Happy to help!