Page headings, change size and removal
Modern e-commerce WordPress theme to build successful online store with WooCommerce support.
- GK User
- Tue Nov 12, 2013 8:16 am
Hi there,
How do I change the size of the heading(the big Services heading example below)? Also I might remove it, so I how do I do that?
Example here:- http://www.beautyroomscrosby.co.uk/?page_id=3320
Thank you.
How do I change the size of the heading(the big Services heading example below)? Also I might remove it, so I how do I do that?
Example here:- http://www.beautyroomscrosby.co.uk/?page_id=3320
Thank you.
-

- Fresh Boarder
- GK User
- Tue Nov 12, 2013 8:41 am
Please edit: wp-content/themes/ShopAndBuy/css/override.css
Reduce the padding to reduce top gap.
Remember to enable "Use the override.css file" in theme settings (item in admin menu, under comments section, advanced tab).
- Code: Select all
#gk-head {
padding: 64px 0 0 0;
}
Reduce the padding to reduce top gap.
Remember to enable "Use the override.css file" in theme settings (item in admin menu, under comments section, advanced tab).
-

- Moderator
- GK User
- Tue Nov 12, 2013 8:41 am
To remove header completely (with menus logo etc, use this code:
- Code: Select all
#gk-head {
display: none;
}
-

- Moderator
3 posts
• Page 1 of 1
