What is the CSS class or ID I need to use to identify the 404 Error Page so I can make an edit to a particular class within that page?
I've tried .error404.address & .404_page.address, but neither have worked.
Posted 14 March 2013 - 11:27 PM
What is the CSS class or ID I need to use to identify the 404 Error Page so I can make an edit to a particular class within that page?
I've tried .error404.address & .404_page.address, but neither have worked.
Posted 15 March 2013 - 12:30 AM
Try this:
Note the space between the classes. Without the space means you're targeting an element with both of those classes, rather than hierarchically like you want to in this case.
PageLines Framework →
Customizations →
header image trough header+contentStarted by helvetik_a , Yesterday, 11:37 AM |
|
|
||
PageLines Framework →
Customizations →
Custom BrandNavStarted by Jarrod H , 17 May 2013 |
|
|
||
Customizing AccordionStarted by mudgal , 17 May 2013 |
|
|
||
PageLines Framework →
Technical Support →
Left margin on content is clearedStarted by sierrapat , 15 May 2013 |
|
|
||
CSS helpStarted by lroberts00 , 13 May 2013 |
|
|