How can i make my boxes to have a custom border/frame that i draw myself? Like this one
I guess its css-again and im not sure where to do it. Thanks in advance! Best regards/Jon

Posted 12 February 2013 - 03:28 PM
How can i make my boxes to have a custom border/frame that i draw myself? Like this one
I guess its css-again and im not sure where to do it. Thanks in advance! Best regards/Jon

Posted 12 February 2013 - 03:34 PM
You can try using this image border generator:
It writes the CSS for you and you just have to find the appropriate selector for whatever box you want to add the borders to. For further insight on how to find the CSS selector, please see:Posted 12 February 2013 - 03:37 PM
You can try using this image border generator:
It writes the CSS for you and you just have to find the appropriate selector for whatever box you want to add the borders to. For further insight on how to find the CSS selector, please see:
Could you please show me where to put it and how i do it? I understand how to generate the code but not sure how i create a background for it even though im in the css- document.
I think its in the block box media-pad or fboxinfo-fix.. But it stops there :/
Posted 12 February 2013 - 10:17 PM
Once you have your code, drop it in Dashboard > PageLines > Site Options > Custom Code in the CSS Rules area anyplace under body {}.
You'll want to create the images using a graphics editor such as Photoshop.
If you use
, you can test it. This link will tell you how to add a background image .
The link Catrina provided to a generator will help you to craft the CSS.
Posted 13 February 2013 - 09:51 AM
Could you please help me specify what i should add to change the box background? I understand the other stuff now
Posted 13 February 2013 - 11:19 AM
If you wish to add a background to a box, you will need to inspect the box using either Firebug or your browsers built-in web dev tools. Then inspect your box, from here you can find the right selector to add your background.
Like above me, I recommend you visit and read our custom CSS documentation, this will assist you. However, if you are still unsure or not comfortable with custom CSS, you can contact one of our Pros, who will be happy to help.