Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1108425

    Hi,
    i would to hide caption in my fullscreen slider element just for desktop view. can you provide me the css code please?

    #1108523

    Hey DesignProvider,

    Is it on the page in private? If so then which part do you want to hide?

    Best regards,
    Rikard

    #1108776

    hi, yes… the caption upon buttons.. “AÇAI BERRY
    Energetico, Antiossidante
    0% Glutine 0% Lattosio
    100% NATURALMENTE DELIZIOSO”
    want to hide on desktop view

    #1108814

    Hi,

    Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (min-width: 1025px) {
    .home .avia-caption-title, .home .avia-caption-content p {
      display:none;
    }
    }

    Best regards,
    Rikard

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