Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #622955

    Hello,
    How can I make TITLE and CONTENT text transparent?
    Thank you!

    #622979

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #622996

    Here it is . Thank you!

    #623008

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .iconbox_content {
        background: transparent!important;
        box-shadow: none!important;
    }

    Regards,
    Yigit

    #623081

    Hi,
    It made the icon box transparent.
    I wanted to have the transparent text inside the box.
    Thanks

    #623085

    Hi!

    Please add following code to Quick CSS

    .iconbox_content .iconbox_content_title, .iconbox_content_container * {
        color: transparent!important;
    }

    Best regards,
    Yigit

    #623088

    Thanks! It did what I inquired about.
    I see now it becomes transparent to the color of the Icon Box. Is there a possibility to make it transparent all the way to color section ?

    #623094

    Hey!

    It is not possible as there is background on iconbox content. You can use an image to do such thing.

    Regards,
    Yigit

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