Topic Resolution: Resolved
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #28732
    Derrick
    Guest

    I am having trouble with a below header widget from the home page of the Vacation Theme appearing on all of the subsequent pages as a thick black bar across the screen. i.e. on the Technology, About and Contact Us pages In the customization widget tool, the below header widget appears on the home page but does not appear on the other pages. However, this thick black bar appears on all of the other pages as shown. Please tell me how I can remove this from the other pages (ie other than home page). Thank you.

    #28737
    Jesse Owens
    Keymaster

    Hi Derrick-

    You can eliminate that stripe with a little bit of Custom CSS.

    Navigate to Customize > Advanced > Custom JS & CSS and paste this line into your Custom Theme CSS

    .page-template-default .background-pattern { display: none; }

    The .page-template-default is the default template for all of your pages other than your home page, so this should work for all of them as long as you haven’t changed any of your other pages to the Home template.

    #28738
    Derrick
    Guest

    Hi Jesse

    That was easy and it worked! Site looks much better. Thanks for the help!!!

    -Derrick

    #28747
    Jesse Owens
    Keymaster

    Glad to hear it Derrick! Let us know if you have any more questions, we’re happy to help.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘[Resolved] Can’t remove below header widget with Vacation Theme’ is closed to new replies.