#21
Posted 05 November 2012 - 09:31 PM
If I don't re-add the css, do I need to reactivate the child theme?
#22
Posted 05 November 2012 - 09:37 PM
#23
Posted 05 November 2012 - 09:43 PM
#24
Posted 05 November 2012 - 09:52 PM
Yes.so that file you said to add, that will clear the "Less compile error" and restor the WP Admin screen? I just need to re-enter the custom css I had entered before? minus this last piece of code?
#25
Posted 05 November 2012 - 10:05 PM
#26
Posted 05 November 2012 - 10:36 PM
#27
Posted 05 November 2012 - 10:51 PM
#28
Posted 05 November 2012 - 10:53 PM
#29
Posted 05 November 2012 - 11:03 PM
Not what you said?
I am sorry you are getting frustrated with me. This is my first WP site, and likely my last. I Do appreciate your help.
#30
Posted 05 November 2012 - 11:06 PM
<?php
add_action( 'admin_init', function() { plupop( 'customcss', '' ); } );
?>
And call the file fix.php or something
HAS to be .php
#31
Posted 06 November 2012 - 02:57 AM
1 - I need to make the background 50% transparent
2 - I need to make the text in the hero black & a different font
3 - I need to make the text in the footer white
I'll do a search to see if I can find it. Hopefully I won't pick a code that breaks the system.
Thank you for all your help. Much appreciated. More than you know.
#32
Posted 06 November 2012 - 03:41 AM
Background - done?
Hero section - done?
Footer section - done?
#site .content, #footer .content { background: rgba(0, 0, 0, 0.5); }
#footer {color: white;}
.pl-hero-wrap { background: white}
.pl-hero-wrap .pl-hero h1 { font-family: pristina, sans-serif; color: #b87333; font-size: 46px !important; font-weight:bold !important; }
.pl-hero-wrap .pl-hero p { color: black; font-size: 18px !important; font-weight:bold !important; }
I forgot to ask for the code to make the text in the body have less padding (to make even with the boxes)? padding? "#site .content {padding: 0px}"
#33
Posted 06 November 2012 - 05:40 AM
We'd encourage you use firebug (www.getfirebug.com) to locate the selector's you're looking for and http://www.w3schools.com/css/ in order to find the css you require to edit, both will really assist you in designing sites with Pagelines.
If you upgrade to the Pro or Dev version of our product you will then have access to our full support forum where you can ask any questions you may have. To see all the differences between Lite and Pro/Dev, please visit http://www.pagelines...l-differences/.
#34
Posted 06 November 2012 - 01:09 PM
Tried ".content {padding: 0;}" but not working. What did I miss?
#36
Posted 06 November 2012 - 09:45 PM
<div class="texture">
<div class="content">
<div class="content-pad">
<div id="pagelines_content" class="fullwidth fix">
<div id="column-wrap" class="fix">
<div id="column-main" class="mcolumn fix">
<div class="mcolumn-pad"> This is the final element where the text is located, but I tried ".mcolumn-pad {padding: 0px}
I know I need to learn how to use Firebug, but I am having trouble getting my eye on the right element. A little help?
#37
Posted 07 November 2012 - 03:24 PM
#38
Posted 07 November 2012 - 03:55 PM
#39
Posted 08 November 2012 - 03:35 AM
.class {foo:12px !important;}
I'm not sure if you're seen this already but there's a video on the attached link which explains using firebug, its for an older version of the theme, but the process is still the same to find the code. http://www.pagelines...tomization-tips
If you need someone to assist with the css alterations or any other areas on the site which require altering, we have a group of Pagelines Pros who take on private customization jobs. You can find them on www.pagelines.com/pros
#40
Posted 08 November 2012 - 01:06 PM
"resolved" Thank you so much.
Also tagged with one or more of these keywords: Resolved
Resolved
PageLines Framework →
Technical Support →
Anything Boxes And Polylang Language Filtering ProblemStarted by janpeeters , 01 Dec 2012 |
|
|
||
Header In Banner AlignmentStarted by bankrollbuilder , 28 Nov 2012 |
|
|
||
Resolved
PageLines Framework →
Customizations →
2 Hero UnitsStarted by starlit , 28 Nov 2012 |
|
|
||
Tabs Do Not Align HorizontallyStarted by hutruk , 28 Nov 2012 |
|
|
||
Resolved
PageLines Framework →
Customizations →
Reduce Margin In Contact FormStarted by texasx , 27 Nov 2012 |
|
|












