-
custom color for menu element
How can I make a link from menu show on different colour so it can get more attention and generate more clicks?
-
Go into Socrates>Styling
You change different colors, including links.
-
That is not what I need.
I want to change just one link color to make it stand out from the rest of the menu
-
It's always helpful if you can provide as much info as possible..
I'm going to assume you're referring to the primary navbar under the header and you're asking if you can make just one link on that nav menu a different color.
If I wanted to do this I would wait until I had my navbar configured completely and then I would edit this graphic.
http://socratestheme.com/downloads/w...pleteNavBg.png
Obviously it would be with your path, not ours. We give you the psd file to do this.
All you do is locate the area you want to highlight and change the color or accentuate it in some way.. that should give you the effect you want.
-
what I want is to change the color of the text/menu link not the background. this has worked well for me before in terms of sending people where I want
you understood where I want the change done
-
Using the same code that you used before for a different color link goto
Appearance > Editor > header.php
Look for this and add the bolded text... Your only option is to make it first link or last link... before or after the php code.
<div class="im-nav">
<?php
socrates_generate_nav_links($primaryNav, '');
?>
<a href="your link">your link</a></div>
Once again, you'll need a different css for link of course.. if you've done this before I would use same.
-
this is what i needed. thanks
Similar Threads
-
By Dan Nickerson in forum Custom Mods
Replies: 82
Last Post: 01-29-2012, 08:02 PM
-
By Hansjoerg in forum Feature Requests
Replies: 23
Last Post: 05-16-2011, 08:45 PM
-
By Ybimbalanced in forum Community Support
Replies: 6
Last Post: 04-18-2011, 08:20 PM
-
By kempie in forum Official Support
Replies: 1
Last Post: 08-07-2010, 03:45 PM
-
By Kelvin in forum Graphics and Design
Replies: 2
Last Post: 07-16-2010, 08:12 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|