Using and styling Hooks
Hi I wish to use Page hooks Content before: mfn_hook_content_before
I have a few questions
What css would i need to use to target that?
Do I need to style for each device, if so what targeted css would i need to use?
thanks
Comments
if you are using a hook then you can insert any html code inside. Just wrap the content in a <div> and give it a custom class, then you will target it. You can either style it globally in theme options>custom css&js>css or locally on the page edit options.
thanks