Dear Daniel!
Please, help me solve three issues:
1. May I use this custom css to make gaps between header and footer in page with boxed layout?
.page .site-content {
margin-top: 40px;
margin-bottom: 40px;
}
2. May I somehow change the size of mega menu and colors of links in it? I have three sections and lot of space…
3. And question about pages for slides (or blog where gathered all posts)… How to exclude them from sitemap and hide from search engines?
One more question…
Can I add breadcrumbs in header without using bootstrap shortcodes?
1. The default top margin is 60px so if you want to give it an extra 40px you’ll have to go with this code:
.page .site-content {
margin-top: 100px;
margin-bottom: 40px;
}
2. Yes, it’s pure CSS, although I am not going to take the time and explain how to do that. Besides, I haven’t seen your website so I can’t guess your particular needs.
3. Yoast SEO can help you do that as well as display breadcrumbs.
I’m sorry for that. I will show the sitesite later when I finished customizing.