Hi, I would like to change the background color of my navbar on my first page to transparent and can't seem to get it to work. Any ideas?
my site i ulfholgersson.se
1 reply to this topic
#1
Posted 09 October 2012 - 12:32 PM
#2
Posted 09 October 2012 - 02:11 PM
You’ll need to use Custom CSS (in Site Options > Custom Code > Custom CSS). CSS that changes the style of a page element consists of two parts: the selector and the attribute.
Selector: Used to select the page element you want to change (in this case, the page element you want to change is your navbar background color).
Attribute: Property that determines what kind of change you want (you’re changing the background color, so the attribute you want to use is background).
To find the selector for navbar, 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 background attribute, please see these instructions: http://w3schools.com/css/css_background.asp (instead of using a hex code color you'll use: none)
Selector: Used to select the page element you want to change (in this case, the page element you want to change is your navbar background color).
Attribute: Property that determines what kind of change you want (you’re changing the background color, so the attribute you want to use is background).
To find the selector for navbar, 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 background attribute, please see these instructions: http://w3schools.com/css/css_background.asp (instead of using a hex code color you'll use: none)
Also tagged with one or more of these keywords: navbar, background color
PageLines Framework →
Technical Support →
Changes to text in NavbarStarted by entrysoftware , 09 May 2013 |
|
|
||
Issue with background color on pageStarted by ppsonline , 27 Apr 2013 |
|
|
||
PageLines Framework →
Customizations →
Background color for full widthStarted by desmolly , 21 Apr 2013 |
|
|
||
Type in navbar blotchy in FirefoxStarted by suerama , 05 Apr 2013 |
|
|
||
Navbar offset to the left since upgradeStarted by stedun8 , 02 Apr 2013 |
|
|










