• Hi, how do I add a subheading underneath the homepage heading above the call to action buttons (line of text in your site that says “it all started with a single step”) as per this video https://www.youtube.com/watch?v=UeLXh8vk_nc.
    The heading itself is not showing as a customizable block.

    Also, the top menu seems off centre and i am unable to shift it. Is there a way around this?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Atanas Yonkov

    (@nravota12)

    Hi,

    1. Subheading on header image – you can add subheadings on each page, all you need to do is setup a page excerpt text. See my detailed answer on how to do that in the WordPress editor: https://www.ads-software.com/support/topic/banner-43/#post-14555048
    2. Unfortunately, the link you have sent me is not accessible but you can add custom css and play around with the width percentage. Adjust the following custom css in appearance => customize => additional css:

    @media (min-width: 40em){
       .main-navigation {
          float: right;
          width: 70%;
       }
    }

    Hope this solves your issues.

    Thread Starter gbwebedits

    (@gbwebedits)

    Beautiful! Thanks mate

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Subheading on header image and header menu’ is closed to new replies.