-
AuthorPosts
-
October 27, 2024 at 4:47 am #1469914
Hello.
I am going to put a white logo in the center of a full screen slider with its caption. Don’t want to have two logos at the same time, however I need to leave menu displaying in a fixed header from the begining. Is there any way I could hide only logo in the header, but letting menu links visible, even when scrolling down? Only in the home page; for others I will use a common header with logo at the left and menu at the right.
Thanks you!
October 27, 2024 at 12:23 pm #1469929Hey Eduardo,
Could you post a link to where we can see the element in question please?
Best regards,
RikardOctober 28, 2024 at 1:05 am #1469957Sure.
It is not a full screen slider, but it’s a colour section with a background image at 100% height.
Here is URL:
Thank you.
October 28, 2024 at 3:21 am #1469958Hi,
Thank you for the update.
You can use this css code to hide the logo on the homepage:
.home .logo.avia-standard-logo { display: none; }
Best regards,
IsmaelOctober 28, 2024 at 5:52 pm #1470029Thank you Ismael, it’s done.
Regarding <p> style and Fullscreen Slider text caption, I need some orientation. If open a new thread whith this subject, let me know.
I need typography for <p> element be justify aligned by default. I looked for an option into Enfold Settings and couldn’t find Text Alagnment attribute neither on General Styles / Tipography nor on Advanced Styles. So I’m using this CSS code:
p, li {
text-align: justify;
}It works fine. However, when I center Caption into a Fullscreen Slider, only Caption Title takes centered alignment, but Caption Text does not. I tried adding add html <p style=”text-align: center;> element into caption text field, but the complete page breaks, so this was not a solution.
How could I indicate center alignment only to Text Caption?
As always, thanks in advance. If I have to open a different thread for this topic, let me know.
Best regards.
October 28, 2024 at 10:56 pm #1470051Here’s the URL:
October 29, 2024 at 3:59 am #1470058Hi,
Thank you for the update.
How could I indicate center alignment only to Text Caption?
Try adding this css code:
#top .avia-slideshow .av-slideshow-caption.av-m2fnm33t-7194a2c2891f3e7874849bd5c29c844f__0 .avia-caption-content p { text-align: center; }
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
IsmaelOctober 29, 2024 at 11:57 pm #1470177Thank you Ismael!
Best regards.
-
AuthorPosts
- The topic ‘Hiding only logo in home page’ is closed to new replies.