remove 'line' in 'our team'
Hi Betheme,
I want the line under the team photo to be removed, see: https://poten.cetroen.nl/leer-ons-kennen/
Is there an css for this?
Hi Betheme,
I want the line under the team photo to be removed, see: https://poten.cetroen.nl/leer-ons-kennen/
Is there an css for this?
Comments
Hello,
Please paste that CSS code into Theme Options -> Custom CSS & JS -> CSS
.team hr{ display:none !important; }thanks
thanks!
I have another question/ Is it possible for the responsive menu not only to click on the '+' on mobile for the tab menu, but also on the text it self?
Hi,
You can make the whole field clickable with this CSS:
#Side_slide #menu ul li.submenu .menu-toggle::after { position: absolute !important; right: 10px !important; } #Side_slide #menu ul li.submenu .menu-toggle { width:100% !important; }Thanks