Some logo and nav help

Permalink Browser Info Environment
Ryan,

I've read through many of these pages but not found an answer to this question. I've just started playing with the new c5 so experiencing a bit of a learning curve.

First of all, thanks for this template. It's perfect for a non-profit I am doing a freebie for.

My issues are:

I am trying to get my logo in the header area. I was able to remove the text via the header.php file and replaced it with my logo. The problem is that it seems to move the logo higher than I'd like (less white space under the logo) and it moves the nav up which I'd like to see the baseline the same as the bottom of the logo. Ideally, I would like to add a block for the logo so I have more control but struck out doing that.

The other thing has to do with navigation. I would like the active page side menu to be in bold. I assume it's some CSS in main.css but can't find it.

Thanks for your help.

Jeff

Type: Discussion
Status: New
jfuqua
View Replies: View Best Answer
cannonf700 replied on at Permalink Reply
cannonf700
Jeff,
You should have been able to leave the header.php file alone and added a image or content block via the scrapbook/stack feature of concrete5. I'm traveling all day and tomorrow but will try and get you a better answer in a day or so. I would do some research about editing site name via a global stack.
Thanks
Ryan Vars
Aka cannonf700
jfuqua replied on at Permalink Reply 1 Attachment
jfuqua
Thanks for the reply.

Actually, I found another message which said to create a stack, add the logo and give it an specific name but it didn't work for me. I'll leave up my results for you to see...

http://www.childcarefranklin.org...

What I am shooting for is much less space between the logo and the top of the green area. I've attached something closer to my goal.

Is there a way to create an area so that I can add a content block as I did the nav and the social media icons on the right?
jfuqua replied on at Permalink Reply
jfuqua
Through trying out a few things, I added this code to the header area replacing the logo code:

<div id="logo">
<!--
--><a><?php
$a = new Area('Header');
$a->display($c);
?></a>
</div>

This got things pretty close to the position I was going for.
jfuqua replied on at Permalink Reply
jfuqua
Last question:

I'm wanting the active page to be highlighted in bold in the side nav menu. I'm not seeing any CSS code to control this but I'm n00b so might be missing it.

My goal is for the current page to be bold.

Thanks.
jfuqua replied on at Permalink Reply
jfuqua
I've added this code to main.css:

#column .subnav a:current{font-weight:bold;}

No luck so far. Any ideas? Thanks.
cannonf700 replied on at Permalink Reply
cannonf700
Can you send me a link to your site? I'll take a look and shoot you the solution.
Thanks
jfuqua replied on at Permalink Reply
jfuqua
http://www.childcarefranklin.org

Thanks.
cannonf700 replied on at Permalink Best Answer Reply
cannonf700
The Concrete5 autonav uses a special class for the current called .nav-selected.
Try something like:
#column .subnav .nav-selected {font-weight:bold;}
jfuqua replied on at Permalink Reply
jfuqua
I need to study up on CSS. Your suggestion worked perfectly.

Many thanks!

concrete5 Environment Information

Browser User-Agent String

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You have not specified a license for this support ticket. You must have a valid license assigned to a support ticket to request a refund.