Would like to make couple change to the site

  1. On page: https://wp.polypay.com/about/ towards the bottom, the Community Slider, is there a way to make it just slide one image at a time instead of all three at once?
  2. On the single post page: https://wp.polypay.com/news/small-business-spotlight/. How do I get rid of the Clock icon and also move that section to be at the bottom of the contents? (above the share section)

Comments

  • Hello,

    1) There is no option to slide only one image at once for a simple slider, unfortunately. However, if you would like to see such a feature in future updates, please, let us know on the following topic:

    https://forum.muffingroup.com/betheme/discussion/113/your-suggestions-for-future-updates#latest

    2) To hide the clock icon, you will have to write a custom CSS code and place it in Betheme -> Theme options -> Custom CSS & JS -> CSS. Please, let me know if you need help with writing it.

    You can hide the date entirely and put it in the builder manually so that it will be displayed above the share section.


    Thanks

  • Thanks for the quick response.

    Yes, I do need help on the custom CSS for hiding the clock icon

    I am not sure about putting the date in the builder manually? Do you mean for each post?


    Thank you for your help!

    Yan

  • To hide the clock icon, please, use the following code:

    .single-post .title_wrapper .icon-clock{
       display: none!important;
    }
    

    Do you mean for each post?

    Yes, I meant to put it for each post. If you would like to rearrange posts display you would have to modify the theme files, but we do not provide help with such customization.


    Thanks

Sign In or Register to comment.