• Resolved annmariano83

    (@annmariano83)


    I’m new to this theme so my apologies. I’m using scribble which I believe is a variation of primer.

    I had removed the search button from the header so that I can extend the words in my header and tag line across the top. But it seems to be limited to 2 columns and I’m not sure how to extend it all the way.

    Also how do I remove the word home from the image on the homepage. And lastly I just want simple text pages on the Faq and contact us with no images. Thanks for any help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @annmariano83,

    How did you remove the search bar from the header? Was it through child theme customizations, CSS or another method?

    If you hid the search form using CSS, you can tweak the width of the .site-title-wrapper element to adjust its width.

    Something like the following should do the trick:

    
    .site-title-wrapper {
       width: 100%;
    }
    

    To remove the text/button inside of the hero on the homepage you just need to remove the ‘Hero Text’ widget inside of the ‘Hero’ widget area.

    From the dashboard, if you go into ‘Appearance > Widgets’ you can remove the widget from inside of the ‘Hero’ widget area. You can also tweak this widget from within the customizer.

    Here is a walkthrough we setup demonstrating this process:
    https://cldup.com/bZOWtgWAho.gif

    Let us know if that helps out at all.

    Evan

    Hi @annmariano83,

    I’m going to close this due to inactivity. If things still are not working on your end, feel free to comment here and we can try and help out a bit more.

    Evan

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘columns for header’ is closed to new replies.