Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1485165

    I thought this would be simple for me to figure out, but it is not.

    My CSS skills are limited and when I view the code (in my browser) I can’t tell which classes I should use to format certain specific things.

    On this page:
    https://2p4twjkbl5.papa-view.com/

    I would like to have a black gradient behind the white text and also be able to format the text. I’ve tried a few CSS things which haven’t worked.

    I’ve searched the forum in as many ways as i can think of, have watched youtube videos about Enfold and of course started with Enfold documentation. Enfold is a great theme, but I cannot find a way to do these simple things.

    Any help or pointing me to resources would be appreciated.

    #1485187

    Hey bbarasa,
    Do you mean gradient like this:
    Screen Shot 2025 06 07 at 1.03.16 PM

    .page-id-76 .avia-builder-el-0 .av_textblock_section p {
    	    background: linear-gradient(186deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, -0.6) 100%);
    }

    To format the text try this:

    .page-id-76 .avia-builder-el-0 .av_textblock_section p {
    	font-weight: bold;
        font-size: 36px;
        font-style: italic;
    }

    Screen Shot 2025 06 07 at 1.13.17 PM

    Best regards,
    Mike

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