Skip to content
This repository was archived by the owner on Jan 28, 2019. It is now read-only.

Commit 301bfa6

Browse files
author
claudiuvertistudio
committed
#428 Added Siteorigin style
1 parent 1f435b8 commit 301bfa6

File tree

2 files changed

+18
-7
lines changed

2 files changed

+18
-7
lines changed

content-page-no-title.php

+2-6
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,9 @@
1111

1212
<div class="entry-content content-page <?php if ( empty( $page_title ) ) { echo 'parallax-one-top-margin-5px'; } ?>" itemprop="text">
1313
<?php the_content(); ?>
14-
<?php
15-
wp_link_pages( array(
16-
'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'parallax-one' ),
17-
'after' => '</div>',
18-
) );
19-
?>
2014
</div><!-- .entry-content -->
2115

16+
<?php edit_post_link( esc_html__( 'Edit', 'parallax-one' ), '<span class="edit-link">', '</span>' ); ?>
17+
2218
<?php parallax_hook_page_bottom(); ?>
2319
</article><!-- #post-## -->

style.css

+16-1
Original file line numberDiff line numberDiff line change
@@ -5413,6 +5413,22 @@ h2.screen-reader-text {
54135413
z-index: 1;
54145414
}
54155415

5416+
/*----------------------------------------
5417+
** SiteOrigin Page Builder styles -----
5418+
-----------------------------------------*/
5419+
5420+
.siteorigin-panels.page-template-template-fullwidth-no-title #primary {
5421+
margin-top: 0;
5422+
margin-bottom: 0;
5423+
}
5424+
5425+
.siteorigin-panels.page-template-template-fullwidth-no-title .parallax-one-top-margin-5px {
5426+
margin-top: 0px !important;
5427+
}
5428+
5429+
.siteorigin-panels.page-template-template-fullwidth-no-title .widget li {
5430+
list-style: none;
5431+
}
54165432

54175433
/* --------------------------------------
54185434
=========================================
@@ -6878,7 +6894,6 @@ p.edd-alert-error,
68786894
}
68796895
}
68806896

6881-
68826897
/*---------------------------------------
68836898
9.5 WP Product Review
68846899
-----------------------------------------*/

0 commit comments

Comments
 (0)