Site name and update theme

Hi @ingword,

I hope you are well today and thank you for your questions.

1. Site name have difference font-weight on main page and another pages. For example: — Main page: https://yadi.sk/i/VN8zHdIann8B3 — Another pages: https://yadi.sk/i/yPz1_p7nnn8ET

I could confirm this issue on my test site therefore notified the theme developer about it so that it can be fixed.

The issue will be fixed in the future version of theme.

In the meanwhile you can try fixing this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

#logo .site-name {
    font-weight: bold;
}
2. I changed many position on the site (style.css/header/footer) and when i got new update for theme all of my changes were lost! How to avoid this? Do not update?

If they are CSS changes then you can do so by adding CSS code in the Custom CSS option of theme as described above.

If they are not CSS changes then you have to develop child theme of Sparkling theme and make changes in it.

If you make changes in the Sparkling theme file then you have to make these changes again after theme updation as changes made in the theme files get lost on theme updation.

How to put slider on page with post?

You can try using the custom solutions posted in the following threads to achieve it.

https://colorlibsupport.com/t/adding-slider-on-all-pages/#post-10734
https://colorlibsupport.com/t/how-to-activate-sidebar-in-sparkling-when-the-slider-for-all-pages-is-activate/#post-40010

Best Regards,
Movin