Home › Forums › Weaver Xtreme Theme › How to remove gap between menu and Featured Image ?
- This topic has 3 replies, 2 voices, and was last updated 2 months, 1 week ago by
nandreas.
-
AuthorPosts
-
July 25, 2023 at 15:18 UTC - Views: 25 #73227
nandreas
ParticipantThe 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:
July 25, 2023 at 16:20 UTC - Views: 21 #73228scrambler
ModeratorThe 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;}
July 25, 2023 at 16:30 UTC - Views: 18 #73229scrambler
ModeratorAlso, 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
July 26, 2023 at 07:31 UTC - Views: 10 #73231nandreas
Participantthanks, it works perfect
-
AuthorPosts
- You must be logged in to reply to this topic.