Home Forums Weaver Xtreme Theme How to remove gap between menu and Featured Image ?

Topic Resolution: Resolved
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #73227
    nandreas
    Participant

    The main menu is fixed to top on scroll generally.

    For some pages I am using a fixed Featured Image covering the complete screen (as BG Image, Parallax Full).  For such pages I hide Site Title/Tagline and replace them by H2 / H3. These pages don’t have neither a Title, it is replaced by an H1 in a text widget (Site Origin Editor).

    I would love to have the Featured Image reach up to the menu.

    Sample:

    #73228
    scrambler
    Moderator

    The proper way to do that is to use a CSS rule to replace the Overall background image with the new one on any page.

    In the case of that page, if you remove your current image, you can make it the fixed background of that page using the rule below, added to the Theme Global Custom CSS Rule box

    body.custom-background.page-id-4709  {background-image: url(//no-stop.de/wp-content/uploads/2022/09/Workshops-im-Aftersales-Maschinenbau-20220908-scaled.jpg);background-attachment:fixed;background-size:cover;}

    #73229
    scrambler
    Moderator

    Also, the proper way to hide the site title and tagline is to use either of the two options below

    • Globally using the hide option in the theme title tagline options
    • Locally, using the per page option found in the page editing page > Xtreme Option for this page  > Visibility TAB > Hide site title and tagline.

    The improperly hidden Title and tagline is what is causing the space with the method you are using

    #73231
    nandreas
    Participant

    thanks, it works perfect

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.