Home › Forums › Bold Magazine WordPress Theme › Background not display on sub-pages
This topic contains 1 reply, has 1 voice, and was last updated by thangtt.kopasoft 2 months, 1 week ago.
amelinkp
I have a problem with the background. On the homepage it is visible, on the other pages it’n not. How can i get the background on all my pages?
Open file: wp-content\themes\bold\kopa\custom.php
Find:
if (count($bg_images) > 0 && (is_home() || is_front_page())):
Change to:
if (count($bg_images) > 0):
You must be logged in to reply to this topic.