can you give me step by step instructions of how to make the background transparent once a child theme is set up please?
is there anyway to make the background transparent by using a custom css plugin?
I have the same problem as OP and I rather not change anything in the themes code
actually i dont think that works, anybody else know how to fix this?
if you get rid of the colour value (#fff) in this line of code it should make it transparent when set to default, not sure about translucent
// Site title background
$wp_customize->add_setting( 'site_infobg', array(
'default' => '#fff',
'sanitize_callback' => 'puresimple_sanitize_hex_color',