Jump to content
Sign in to follow this  
switzo

How can I create a content border on my blog?

Recommended Posts

switzo

Hi there...I would like to create a blog like http://gideonshalwick.com. I like that kind of boxes where the blog content is showing. How can I create content border for individual post like the one on his blog? Can i do this with pagelines by default, or do i need a plugin?

Thanks a lot.

Hans

Share this post


Link to post
Share on other sites
catrina

No plugin needed. You’ll need to use Custom CSS (in Site Options > Custom Code > Custom CSS). CSS that changes the style of a page element consists of two parts: the selector and the attribute.

Selector: Used to select the page element you want to change (in this case, the page element you want to change is your individual post area in the blog page).

Attribute: Property that determines what kind of change you want (you’re changing the border, so the attribute you want to use is border).

To find the selector for the individual post area, you'll need to use Firebug (or Chrome Development tools). To learn how to use Firebug for CSS customizations, please read and follow these instructions: http://www.pagelines.com/wiki/Custom_CSS.

For help with the border attribute, please see these instructions: http://www.w3schools.com/cssref/pr_border.asp


Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×