Fatal error: Cannot redeclare excerpt() (previously declared in wp-content/plugins/addon-so-widgets-bundle/addon-so-widgets-bundle.php:168) in /wp-content/themes/skt-healing-touch-pro/functions.php on line 593
Hi
I’m struggling with adding codes to the header.php on the bakery pro theme.
Most codes I added into the header weren’t detected, so I used plugins to implement them.
The Facebook code is on there, but I would prefer not slowing down my site with all the plugins. Even after the plugin implemented the pixel I can’t see it in the header.php.
Could you please advise where to insert or find the pixel?
Thanks
1. Arrows in the footer menu
It is an image, you have to change the image color for this.
2. Header email color
Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code:
.headertop .left a:hover{color:#f44611 !important;}
3. Space between Menu and Page title
Add this code in Custom CSS Box
.innerbanner{display:none !important;}
4. Translation in a posts
Kindly go to content.php and translate the text
5. Color,size in the boxes
Kindly go to Appereance>>Theme Option>>Basic Setting
You will find the slide title and description font change options.
6. same color as the main text to the letter ‘O’
Add this code in Custom CSS Box
.cols-3 h5{color:#f44611 !important;}
My client would like to display his mobile phone number and his home number in the footer of his website http://www.schilderwerken-terapel.nl/
I could add another phone section to the footer.php but can’t add the phone number that way.
I would like your support on how to do this.