Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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!

    #1469929

    Hey Eduardo,

    Could you post a link to where we can see the element in question please?

    Best regards,
    Rikard

    #1469957

    Sure.

    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.

    #1469958

    Hi,

    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,
    Ismael

    #1470029

    Thank 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.

    #1470051

    Here’s the URL:

    #1470058

    Hi,

    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,
    Ismael

    #1470177

    Thank you Ismael!

    Best regards.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Hiding only logo in home page’ is closed to new replies.