please
in intro text of "e non ti basta" I write this <p style="text-align: center;"><span style="font-family: bad script, helvetica, sans-serif; font-size: 36pt; color: #98c2d6;">Non ti basta? </span></p>
<p style="text-align: center;"><span style="font-family: roboto, helvetica, sans-serif; font-size: 18pt; color: #033d74;">E ancora...Piscina, Spettacoli, Escursioni. Con noi non ci si annoia...</span></p>

it is nice but I would a back ground as the attach, I try to insert .home-spa .sbg-image.image-dark .section-title .section-intro {
background:rgba(0,0,255,0.5);
} in css custom but it non works.
can you help me?

    librandi Hi. Please try using a style like this:

    .home-spa .sbg-image.image-dark .section-title {
        background: rgba(255,255,255,0.6);
    }

    thank you but I would a style container , it is full screen

      librandi
      Hi
      You can use this code

      .home-spa .sbg-image.image-dark .section-title {
          background: rgba(255,255,255,0.9)!important;
          max-width: 900px;
          margin: 0 auto;
      }

      It reduce the width of title to max 900px.

      Write a Reply...
      You need to Login to view replies.