Customization FAQ
Quick answers to styling and appearance questions.
Colors
How do I change site colors?
- Appearance > Customize > Site Skin
- Choose a Color Preset (10+ options), OR
- Set custom colors in Color Scheme
- Click Publish
How do I enable dark mode?
- Appearance > Customize > Skin
- Toggle Enable Dark Mode to Yes
- Configure dark mode colors
- Click Publish
A toggle icon appears in your header for visitors.
Fonts
How do I change fonts?
- Appearance > Customize > Typography
- Set Body Typography for main text
- Set Heading Typography for H1-H6
- Choose from 800+ Google Fonts
- Click Publish
Can I use custom fonts (not Google)?
Yes. Upload font files and add via child theme CSS:
@font-face {
font-family: 'MyFont';
src: url('path/to/font.woff2') format('woff2');
}
body { font-family: 'MyFont', sans-serif; }
Custom CSS
Where do I add custom CSS?
Recommended: Appearance > Customize > Additional CSS
- Live preview before publishing
- Survives theme updates
- No child theme needed
My CSS isn’t working
- Check specificity – Add
!importantif needed - Clear all caches – Browser + plugin cache
- Verify selector – Use browser inspector (F12) to find correct class
Header
How do I change the header layout?
- Appearance > Customize > Site Header > Header Layout
- Choose Layout 1, 2, 3, or 4
- Click Publish
See Header Layouts for visual comparison.
How do I make the header sticky?
- Appearance > Customize > Site Header > Sticky Header
- Toggle Enable Sticky Header to On
- Click Publish
How do I hide header icons?
- Appearance > Customize > Site Header > Header Elements
- Toggle off: Search, Cart, Notifications, etc.
- Click Publish
Logo
How do I change the logo?
- Appearance > Customize > Site Identity
- Click Select Logo
- Upload your logo (recommended: PNG, 200x60px)
- Adjust Logo Width if needed
- Click Publish
My logo is too big/small
Adjust the Logo Width slider in Site Identity, or add CSS:
.site-logo-wrapper img {
max-width: 180px !important;
}
Sidebar
How do I remove the sidebar?
- Appearance > Customize > Sidebar
- Find the page type (Blog, Pages, Shop, etc.)
- Select No Sidebar
- Click Publish
Can I have different sidebars per page?
Yes. When editing a page, use the Sidebar meta box to override the default.
Footer
How do I customize the footer?
- Appearance > Customize > Site Footer for layout/background
- Appearance > Widgets to add footer content
- Add widgets to Footer 1, 2, 3, or 4 columns
How do I change copyright text?
- Appearance > Customize > Site Footer > Copyright
- Enter your text
- Use
[current_year]for auto-updating year - Click Publish
Related
Need Help? Email support@wbcomdesigns.com
