How do I just have the terms in my footer?
#1
Posted 15 January 2012 - 08:40 PM
#2
Posted 16 January 2012 - 04:45 PM
#3
Posted 17 January 2012 - 04:18 AM
#4
Posted 22 January 2012 - 12:19 AM
#5
Posted 22 January 2012 - 08:33 AM
Then, go to Dashboard > Appearance > Widgets and apply a text widget to the sidebar.
Inside the text widget, create a div and within the div, add your link to the privacy statement and anything else you wish. Close the div. Make sure the div ID is bottomnav.
Go to Dashboard > PageLines > Settings > Custom Code > CSS Rules and add:
#bottomnav {
border-bottom: 1px solid #DDDDDD;
border-top: 1px solid #DDDDDD;
clear: both;
font-size: 0.9em;
margin: 1em 3px 0.5em;
padding: 4px;
}
Make adjustments as you wish for color, sizes, etc.
#6
Posted 22 January 2012 - 05:04 PM
#7
Posted 22 January 2012 - 05:18 PM
#8
Posted 22 January 2012 - 05:30 PM
#9
Posted 22 January 2012 - 05:49 PM
#10
Posted 22 January 2012 - 06:16 PM
#11
Posted 22 January 2012 - 06:46 PM
#12
Posted 22 January 2012 - 06:50 PM
#13
Posted 23 January 2012 - 02:33 AM
#14
Posted 23 January 2012 - 03:05 AM
#15
Posted 23 January 2012 - 04:11 PM
#16
Posted 24 January 2012 - 02:36 AM
#17
Posted 24 January 2012 - 03:41 AM
#18
Posted 28 January 2012 - 06:26 PM
#19
Posted 29 January 2012 - 12:15 AM
#footer {
display: none;
padding: 10px 0 5em;
}











