Howdy -
I'm having difficulty identifying which class I need to edit in order to change two things.
I'm adding class specifications in the Paglines "Site Options" code window
1) the bottom border of widget titles
#footer li {list-style-type:none; color: #777777;}
#footer li a:hover {text-decoration: underline; color: #c6870d;}
2) the text color and hover color of footer elements
hr, .fpost, .clip_box, .widget-title, .metabar a, #morefoot .widget-title, #site #dsq-content h3, .navigation_wrap{
/** border-bottom: 1px solid transparent; **/
border-bottom: 1px solid #000;
}
Neither of these snippets are effective. Can you help me identify why they aren't working, or which classes I need to customize?
Thanks.
5 replies to this topic
#1
Posted 23 October 2012 - 09:27 PM
#2
Posted 23 October 2012 - 09:49 PM
Hi there,
Can you provide us with an active url, I've looked at the link you have attached to your account and there are no widgets in the footer on that site. Please let us see the url and we'll try and help you track down the css.
Can you provide us with an active url, I've looked at the link you have attached to your account and there are no widgets in the footer on that site. Please let us see the url and we'll try and help you track down the css.
#3
Posted 24 October 2012 - 02:19 AM
Thanks - here's a sample URL from the site:
#4
Posted 24 October 2012 - 02:57 AM
Ok looking at the link the widget titles aren't entered into the 'title' field in the widget, therefore they're appearing along with the text inside the widget and don't have a separate class you can edit. So you'll need to move the headings into the title field in order to apply an underline and edit them separately from the rest of the widget content.
To change the color of the footer text use the below code.
As most of the content in the columns are links, you'll be able to change the color of them using this code
Hope that helps
To change the color of the footer text use the below code.
As most of the content in the columns are links, you'll be able to change the color of them using this code
Hope that helps
#5
Posted 24 October 2012 - 03:53 AM
Thanks very much - that resolves my footer issue.
I didn't clarify sufficiently for the other issue: it's the think stroke (bottom border) that appears beneath the widget title in the "secondary sidebar" area.
I've tried making a stronger bottom border by using:
hr, .fpost, .clip_box, .widget-title, .metabar a, #morefoot .widget-title, #site #dsq-content h3, .navigation_wrap{
/** border-bottom: 1px solid transparent; **/
border-bottom: 1px solid #000;
}
but bottom border for the widget titles in the secondary sidebar is barely legible - I'm not targeting the right class. Any pointers greatly appreciated.
I didn't clarify sufficiently for the other issue: it's the think stroke (bottom border) that appears beneath the widget title in the "secondary sidebar" area.
I've tried making a stronger bottom border by using:
hr, .fpost, .clip_box, .widget-title, .metabar a, #morefoot .widget-title, #site #dsq-content h3, .navigation_wrap{
/** border-bottom: 1px solid transparent; **/
border-bottom: 1px solid #000;
}
but bottom border for the widget titles in the secondary sidebar is barely legible - I'm not targeting the right class. Any pointers greatly appreciated.
#6
Posted 24 October 2012 - 04:15 AM
Ah ok, try this
Also tagged with one or more of these keywords: css, footer
PageLines Framework →
Customizations →
Interesting Footer ConundrumStarted by eglashcreative , Yesterday, 02:24 PM |
|
|
||
PageLines Framework →
Customizations →
site not responding to CSSStarted by akakjb , 20 May 2013 |
|
|
||
PageLines Framework →
Customizations →
Header and Footer expansion customizationsStarted by casseysdesigns , 18 May 2013 |
|
|
||
PageLines Framework →
Customizations →
header image trough header+contentStarted by helvetik_a , 18 May 2013 |
|
|
||
PageLines Framework →
Customizations →
Custom BrandNavStarted by Jarrod H , 17 May 2013 |
|
|










