Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1469675

    Good morning,

    I would like to know if it is possible to put a white border on the writing METTI LA PSORIASI FUORIGIOCO on the photo in the HOME. It is a change that I would like to apply only to this portion of text

    Thanks,
    Mariarita

    #1469700

    Hey Mariarita,

    Please try the following in Quick CSS under Enfold->General Styling:

    .av-csfzhy-f690435c7a4f1368fea2bacd1626ec2f {
      border: 1px solid #fff;
    }

    Best regards,
    Rikard

    #1469710

    the border must be to the text itself. I don’t want a box around the text

    #1469744

    Hi,

    Thanks for the update. Do you mean that you want the text to be underlined?

    Best regards,
    Rikard

    #1469745

    Good morning,

    I’ll send you a photo, maybe I can’t make myself understood well.
    https://prnt.sc/x96qERqZwC2Q

    Thank you,
    Mariarita

    #1469773

    Hi,

    Please try this instead:

    .av-csfzhy-f690435c7a4f1368fea2bacd1626ec2f {
      border: 3px solid #fff;
      padding: 50px 20px;
    }

    Best regards,
    Rikard

    #1469774

    Unfortunately this is not what I asked for, see photo
    https://prnt.sc/gVbSkYJfX-8t

    Mariarita

    #1469803

    Hi,

    Thank you for the screenshot.

    You can try this css code instead:

    #top .av-special-heading.av-csfzhy-f690435c7a4f1368fea2bacd1626ec2f {
        text-shadow: -1px -1px 0 white,  
                     1px -1px 0 white,  
                     -1px 1px 0 white,  
                     1px 1px 0 white;
    }
    

    Best regards,
    Ismael

    #1469824

    Thank you very much, I solved my problem

    #1469833

    Hi,

    Thanks for the update. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Home page text’ is closed to new replies.