Shape 5

Wordpress Club Themes => Shenandoah - Club => : reach100 June 08, 2012, 04:40:49 PM



: Border around page content
: reach100 June 08, 2012, 04:40:49 PM
Hi there,
how can I remove the border and title from the center content on each page.
Also, how can I highlight the button on the left nav for the page a user is on. The active state if you will.
I am using Shenendoah. Thank you.
Rich V

http://wordpress.delmarmainstreet.com/contact-us


: Re: Border around page content
: Tristan Rineer June 10, 2012, 07:53:00 AM
Due to consistent failure to post on the correct board, this post will not be answered until Monday. Future mis-placement of posts will result in additional delays.

In other words...  Stop posting in "General" when you know the correct board to post on.

I will be adding a penalty delay to future responses for making me move so many posts.


: Re: Border around page content
: Tristan Rineer June 11, 2012, 09:55:21 AM
Both of your questions are solved by basic CSS edits.

For the border/title issue add the following to style.css:
:
#s5_component_wrap{ border:none;}
#s5_component_wrap .contentheading{display:none;}

To highlight the current page/menu item in your side menu, try something like this:
:
.current-menu-item a, .current_page_item a{ color:green; }

I suggest that you install firebug (linked in my signature), and try "inspecting" the various things you want to change.  It will tell you exactly where in the CSS to go, and let you make temporary changes with a live preview so you know what you want before you edit any files.