Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design overwrite inline CSS Reply To: overwrite inline CSS

#257575
VeroMezo
Participant

that’s how it appears,

// Branding wrapper
$wp_customize->add_setting(
‘branding_bg’,
array(
‘default’ => ‘#fff’,
‘sanitize_callback’ => ‘sanitize_hex_color’,
‘transport’ => ‘postMessage’,
)
);

I have a pic in header background, and that’s why I’d like it to appear through,

about rgba I think it’ would be the solution,
I tried to insert a php loop to rgba, but it made all the site blank,
I’m not that keen at php code,
well ,
quite puzzled toward a solution …