Forum Replies Created
-
AuthorPosts
-
Thank you, worked 🙂
The dropdown menu is now displayed transparently, but should be displayed with a white background
Would it also be possible to change the hover of the home button separately without changing the settings for the other texts? (Text + Background)
Thank you.
Works almost perfectly. In the dropdown menu is now unfortunately displayed something wrong, see picture.
https://dwv-konstruktion.de/wp-content/uploads/2023/03/Header-changing-new.png
Best Regards
Leon
Thank you Brad 😉
Worked perfectly.
Thanks four your answer. Categories and Archives worked.
With Read more I am not quite sure. how I can change this.
// [skill title="HTML" percent="80" bgcolor="#ff7400"]
// add shortcode for skills
function skills_func($skill_var){
extract( shortcode_atts(array(
'title' => 'title',
'percent' => 'percent',
'bgcolor' => 'bgcolor',
), $skill_var));return '<div class="skillbar clearfix " data-percent="'.$percent.'%">
<div class="skillbar-title"><span>'.$title.'</span>'.$percent.'%</div>
<div class="skill-bg"><div class="skillbar-bar" style="background:'.$bgcolor.'"></div></div>
</div>';
}Which line do I need to change in the above code?
yes, will do this
Thank you, worked 🙂
-
AuthorPosts