#1
Posted 03 October 2012 - 01:07 PM
Here are some examples:
Can this be done? If so I have no idea where to begin. Any help is appreciated.
#2
Posted 03 October 2012 - 02:21 PM
#3
Posted 03 October 2012 - 03:18 PM
#4
Posted 03 October 2012 - 04:05 PM
#5
Posted 03 October 2012 - 04:41 PM
Selector: Used to select the page element you want to change (in this case, the page element you want to change is your brandnav).
Attribute: Property that determines what kind of change you want (you’re changing the brandnav, so the attributes you want to use include link color, background color, etc.).
To find the selector for brandnav, you'll need to use Firebug (or Chrome Development tools). To learn how to use Firebug for CSS customizations, please read and follow these instructions:
For help with the link attributes, please see these instructions: http://w3schools.com/css/css_link.asp
#6
Posted 03 October 2012 - 06:55 PM
I was wondering if you can change a value for an individual menu item. For example have all text to be White on a grey background except for one item that would need black text on a white background.
I have seen an example of this but can't find the website to look at how they did it. Anyone seen this before? If so any idea on how to do the same?
#7
Posted 03 October 2012 - 07:00 PM
Cheers,
Stephen
#8
Posted 03 October 2012 - 11:25 PM
Click Screen Options on the top right then tick the box for CSS Classes.
When you add or edit any menu item, you'll now see where you can place a unique identifier like mymenu3a, b, c, etc. Anything you like.
Then use that CSS class you create to style the individual menu item.
#9
Posted 04 October 2012 - 04:47 AM
.nav #menu-item-76 a {color: blue;background-color: white;}
Rob, thanks for your suggestion. I will give it a try also and post my results here later.
#10
Posted 04 October 2012 - 06:41 AM
Stephen
#11
Posted 04 October 2012 - 07:01 AM
1. Added class "donate" to the menu item I want changed.
2. This is the code I entered to define the class:
It seems that the color definition for #brandnav overrides any color I define in my class. I don't understand the problem here.
Stephen
#12
Posted 04 October 2012 - 08:14 AM
Can you provide a link to your website please, as when I go here -
There is no BrandNav active.
#13
Posted 04 October 2012 - 08:33 AM
Sorry about that. I am developing locally and also at the SA site: . I just updated the remote site with the same content as on the development box, still no change for font color.
Stephen
#14
Posted 04 October 2012 - 09:51 AM
You target the menu item like this:
#15
Posted 04 October 2012 - 09:58 AM
You can close this topic.
#16
Posted 04 October 2012 - 10:06 AM
Also tagged with one or more of these keywords: Resolved
Resolved
PageLines Framework →
Technical Support →
Anything Boxes And Polylang Language Filtering ProblemStarted by janpeeters , 01 Dec 2012 |
|
|
||
Header In Banner AlignmentStarted by bankrollbuilder , 28 Nov 2012 |
|
|
||
Resolved
PageLines Framework →
Customizations →
2 Hero UnitsStarted by starlit , 28 Nov 2012 |
|
|
||
Tabs Do Not Align HorizontallyStarted by hutruk , 28 Nov 2012 |
|
|
||
Resolved
PageLines Framework →
Customizations →
Reduce Margin In Contact FormStarted by texasx , 27 Nov 2012 |
|
|












