Forum replies created
insert in Custom CSS field:
margin-bottom:0;
}
I can add those classes in the next theme release and the user can decide to modify it by a custom css
those are default font values…
how to translate the alora theme can be found here: http://theme4press.com/alora-documentation/how-to-translate/
it’s not available in this theme…it will be added in the next release….thanks for patience 🙂
you will need to use some additional plugin, because alora doesn’t include any spaces for such ads. it could be added by a custom coding, but we don’t cover such support in our forums.
to the first question, sorry we don’t support any theme modification in our support forum. to remove the previous/next link you need to edit index.php file and remove all this at line # 312:
<?php get_template_part( ‘navigation’, ‘index’ ); ?>
<?php } ?>
will fix that in the next theme release..thank you for the report
for the sharing buttons try this simple CSS code in the Custom CSS field:
margin-bottom: 0;
}