Jump to content
Sign in to follow this  
thewinngrouptx

Help with adding hooks in functions.php

Recommended Posts

thewinngrouptx

'm new to using child themes and custom hooks. I have a site that is using the Pagelines theme. http://74.53.161.98/~connally/ I'm trying to get a transparent png of a right and left curly bracket on either side of the feature slider. I've tried using the hooks pagelines_inside_bottom_feature and pagelines_after_feature but I can't get it past the width of the feature slider to position it in css. I'm using a Full-Width Design Framework too. Any ideas on how to make this work? Is there anyway I could use a hook to add this in the body tag and then position it with margins?

Share this post


Link to post
Share on other sites
kastelic

I would use something like

pagelines_inside_top_feature
or
pagelines_inside_bottom_feature
and then set it to
position:absolute
. You will have to set its container, proabably
#feature
, to
position:relative

in order for its origin to be the feature box. If you insert the code, then we can help you with the CSS rules if you need it.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×