Spirited-Lite: Please help with customisation
-
Hi
I am using Spirited-lite, but have modified it 9as per the “use and abuse” licence.
I’d like some help with some customizaion please:
1) How can I make the three boxes under the slider display more text? Specifically, the first two? Basically I’d like the “read more” for all 3 boxes to be near the bottom of the box, with maximal text filling the box.
2) I need my phone number in the header over two lines (which I achieved by using `<div class=”icon-left-top bgnone”>
<?php if( ” !== get_theme_mod(‘contact_no’)){ ?>
<a><i class=”fa fa-phone fa-1x”></i><?php echo str_replace (‘^’,'<br /> ‘,get_theme_mod(‘contact_no’, ‘:+1 800 234 568’)); ?>
<?php } ?>
</a></div>`)Problem is, the numbers are now not clickable on a mobile phone. Can I fix this, but still keep the two numbers split over two lines?
3) i added an image to the header by adding a img_src line in header.php. However, the image is not showing on a mobile phone. Can I fix this?
4) The last issue seems to be a flaw with the theme. When I don’t have any blog posts, instead of a “get started here” link, the no-results is displaying the actual href for it instead of just a link. (so instead of “get started here” as a blue hyperlink, it displaying
<a h r e f="https://www.entdocatiya.co.za/wp/wp-admin/post-new.php">Get started here< / a >
Thank you for a great theme.
- The topic ‘Spirited-Lite: Please help with customisation’ is closed to new replies.