Jump to content

Archived

This topic is now archived and is closed to further replies.

atlast

Simple Button Section?

Recommended Posts

atlast

I am new to DMS and have relatively little experience with CSS and HTML. I have been trying to create a few buttons similar to what this site has done on the bottom right hand corner but have not been able to figure it out. http://www.stpeterscosmeticandfamilydentist.com/

 

I am wondering if there are any sections that I can use in order to create these buttons.

It looks like this site is specifically using HTML added to in the TEXT widget but I would think that something as simple as a BUTTON section might be available in DMS.

 

Thoughts? 

 

I see that a section available called hooker... Would this make it easer to input HTML and CSS in specific locations like a button without too much understanding of the structure of the CSS?

Share this post


Link to post
Share on other sites
jmad

Just add your button html to either a text box or pl next box.  It's easy enough and you can either add content before or after the button or use a button in it's own component.  

 

Here is how to build your button.  Use the html way instead of shortcode - more customizable.

http://support.pagelines.me/docs/customization/create-custom-buttons/

 

This is to the shortcodes for buttons.  You can grab the class to create the different type of buttons.  Adding a line an image to the button is something you could use :before/:after for maybe in the content section of the button.  http://docs.pagelines.com/tutorials/shortcodes

 

<a href="#" class="btn btw-large ol-link">Text or content here</a>  this should create a button with the outline link color.

Share this post


Link to post
Share on other sites

×