• im trying to insert html and css code inside a row my goal is to have some text with shadow and some images on floating box, but when i exit the editor it does not save anything.
    the css im trying is this one:

    <!DOCTYPE html>
    <html>
    <head>
    <style>
    h1 {
    color: white;
    text-shadow: 2px 2px 4px #000000;
    }
    </style>
    </head>
    <body>

    <h1>Text-shadow effect!</h1>

    </body>
    </html>

    where do i insert the style?

Viewing 1 replies (of 1 total)
  • Plugin Author pootlepress

    (@pootlepress)

    Hi,

    Yes pootle pagebuilder uses the WordPress editor which only allows certain html elements

    But in pootle pagebuilder you can achieve text on a box very easily by setting a background in content settings, here’s a little video https://vimeo.com/186170829

    You can also set css in advanced settings in row settings

    Jamie

Viewing 1 replies (of 1 total)
  • The topic ‘Inserting css code on pootle page builder’ is closed to new replies.