Hi
Can someone tell me how to delete the search icon in the menu?
Also is it possible to align the text left, under testimonials (where the name is)?
Thanks
Go to Enfold (or Enfold Child) in the WordPress Menu.
Then Header > Extra Elements
Unclick the box that says “Append search icon to main menu”
Hey @onedesignprint,
Did you try @losting’s suggestion and did you have any luck with it?
Best regards,
Rikard
Thanks losting ;)
Rikard, any ideas on my homepage:
Also is it possible to align the text left, under testimonials (where the name is)?
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home .avia-testimonial-meta {
margin-left: 0;
}
Best regards,
Yigit
Brilliant, thanks Yigit!