Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hey,
So I have a few plug-ins installed (for ads, sharing, etc) but it appears they come BEFORE the page links, which are small and hard to see.
Is there a way I can edit the php to have these appear before?
also I tried to make the font more prominent with custom css using the .page-links class but it doesn’t seem to work?
Page is here: http://www.infusedmusings.com/2014/04/25/brew-loose-leaf-tea-101/
Hi. To change this line “Posted in featured, Teaware.” try the following under Appearance > Custom CSS:
/* Entry Categories */ article.post .entry-categories, article.page .entry-categories { color: #999999 !important; font-size: 0.85em !important; margin-top: 1.5em !important; }And change as required.
To change where your sharing plugin appears and this bottom navigation appears you’d need to create a child theme, put single.php in that child theme and then insert the sharing plugin via php get_shortcode and put that before:
<?php if( siteorigin_setting('navigation_post_nav') ) vantage_content_nav( 'nav-below' ); ?>