Hey! I’m a noob too ^^
I found the section to change. It’s in “sticky-header/class-sticky-header.php”
public function generate_css() {
$plugin_settings = thsp_sticky_header_get_settings(); ?>
<style type="text/css">
#thsp-sticky-header {
background-color: <?php echo $plugin_settings['background_color']; ?>;
}
#thsp-sticky-header,
#thsp-sticky-header a {
color: <?php echo $plugin_settings['text_color']; ?> !important;
opacity: 0.9;
}
</style>
I added “opacity” and chose 0.9, 0 being transparent and 1 opaque. Works just fine for me!
I hope what I said makes sense lol.
the-numi.com