Viewing 2 reply threads
You must be logged in to reply to this topic.
Hi,
I installed the specular theme, with the creative content.
The top menu on the firstpage has no background, but on the demo, there is the transparency background shown.
What I have :
What I see on the demo
https://codeless.co/specular/creative/
I don’t understand why the transparent class is present on my version. If I remove this class, the background is displayed correctly like in your version.
I don’t see any option in the admin that could help me
Thank you in advance.
Julien Gustin
Hello,
Please go to file header.php and find this line:
<?php if($cl_redata['header_transparency'])
$transparent='transparent';
else $transparent='';
?>
Replace with this:
<?php if($cl_redata['header_transparency'])
$transparent='transparent';
else $transparent='';
?>
<?php if($header_class == 'header_1') $transparent=''; ?>
Now go to your Header Options > Make Transparency Header, set it ON. In the option below “Background” Set the transparency gradient you want the header to have.
Let us know.
Best regards!
You must be logged in to reply to this topic.