This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Template for text widget possible?

11 years ago · Last reply by Andrew Misplon 11 years ago

Hey guys,

is it possible to create a new or modify an existing template for the text widget (or maybe others aswell) that I can add in the Page Builder? It would be great if the style of this widget would match the rest of my site.

Cheers

Philipp

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 11 years, 7 months ago

    Hi Philipp

    Unfortunately not. The Visual Editor widget: http://wordpress.org/plugins/black-studio-tinymce-widget/ will give you more control than the Text widget though.

    What are you looking to do?

  2. Philipp 11 years, 7 months ago

    Hi Andrew,

    what I am trying to achieve is that the normal text field looks a bit more like this: http://prntscr.com/48ccvj

    It’s just an with in the middle and colored text on it.

    I was thinking about using the editor widget you suggested and then simply try html in there instead of normal text. Need to have a look if that works :D

  3. Andrew Misplon Staff 11 years, 7 months ago

    For sure. You could use the Text widget or Visual Editor. Give your container a div class name like:

    <div class="custom-text-box">
    Text goes here.
    </div>

    And then insert CSS into Appearance > Custom CSS to match:

    .custom-text box {
    background: lightBlue;
    padding: 10px;
    }

    Hope that gets you started.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread