Jump to content
Sign in to follow this  
marbie

custom widget styling

Recommended Posts

marbie

I am trying out pagelines using the platformbase child theme, by rebuilding the homepage of my last project. What I am stuck on now how I can implement the the look of the sidebar widgets. This is the site: http://www.variapassievoorslapen.nl/

Share this post


Link to post
Share on other sites
Guest Guest

Let us know specifically what you are wanting to do to stylize the sidebar and we can help point you in the right direction.

Share this post


Link to post
Share on other sites
marbie

What I did was register my sidebar widget areas this way: # Sidebar if (function_exists('register_sidebar')) { register_sidebar(array( 'name' => 'Home Sidebar', 'before_widget' => '<div id="widget2" class="rounded-corners"><div class="ribbon">', 'after_widget' => '</div></div>', 'before_title' => '<h2>', 'after_title' => '</h2></div><div class="inner-widget rounded-corners">', )); And did my styling with css. Can I do this registration part in platformbase too?

Share this post


Link to post
Share on other sites
bryan-hadaway

Sure, using the Base functions.php and base.css. Thanks, Bryan

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  

×