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.
Hey bbarasa,
Do you mean gradient like this:
.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;
}
Best regards,
Mike