site problems
Started by
yoed
, Aug 07 2012 06:27 AM
13 replies to this topic
#1
Posted 07 August 2012 - 06:27 AM
Hello
I build a web site (www.Maor.info) and i have a problem with the gap between the Header pic and the navigation bar
how i can cancel this gap?
How can i change the color of the navigation bar fonts
and why in the explorer the site doesn't look right
Thank's
Yoed Agmon
Israel
#2
Posted 07 August 2012 - 08:27 AM
Hi Yoed,
1. Add this to your custom CSS and see if this works for you.
Adjust the value 345px If you wish to have a large or smaller gap.
2. Add this to your custom CSS.
Again, change the value to whichever colour you like.
3. I am not quite sure what you're referring to when you say "the explorer". Are you referring to the Browser, Internet Explorer ?
1. Add this to your custom CSS and see if this works for you.
#branding { height: 345px; }
Adjust the value 345px If you wish to have a large or smaller gap.
2. Add this to your custom CSS.
.navbar .navline > li > a { color: red; }
Again, change the value to whichever colour you like.
3. I am not quite sure what you're referring to when you say "the explorer". Are you referring to the Browser, Internet Explorer ?
#3
Posted 07 August 2012 - 02:54 PM
Where do i put them?
In insted of what?
The Browser Internet Explorer under explorer 8 have a problem
thanks
#4
Posted 07 August 2012 - 03:04 PM
You add this CSS to Custom Code > Custom CSS in PageLines > Site Options. For further insight on custom CSS, please see here: http://www.pagelines...wiki/Custom_CSS
Also, would it be possible for you to take and post a screenshot of your site on Internet Explorer?
#5
Posted 07 August 2012 - 09:03 PM
thanks!
I change the nav font colore, how can i make it bold?
do you have all the scripts in one place?
as you can see there still a problem withe the gap it's just nerowing the nav bar
How can i uplode the screenshot?
all the best
yoed
#6
Posted 07 August 2012 - 10:53 PM
Hi
To make it bold
You can try add in
PageLines > Site Options > Custom Code > CSS Rules
It is advisable to learn how to do this on your own too.
Check out http://www.pagelines...wiki/Custom_CSS
To make it bold
You can try add in
PageLines > Site Options > Custom Code > CSS Rules
.navbar .navline > li > a { font-weight: bold;}
It is advisable to learn how to do this on your own too.
Check out http://www.pagelines...wiki/Custom_CSS
#7
Posted 07 August 2012 - 11:05 PM
Hi again
Adjust the value 375px If you wish to have a large or smaller gap.
Modify in
PageLines > Site Options > Custom Code > CSS Rules
Adjust the value 375px If you wish to have a large or smaller gap.
Modify in
PageLines > Site Options > Custom Code > CSS Rules
#branding { height: 375px; }
and see if resolve the gap
#8
Posted 08 August 2012 - 04:25 AM
Thank's
still there is a problem with the gap
this is not the code i need
this code dos't nerowing the gap
Can i cahnge the nav color as well? (other then the 4 colors)
#9
Posted 08 August 2012 - 11:03 AM
Hi,
OK, please try the code below.
OK, please try the code below.
#branding .content { background: transparent; }
#branding { height: 355px; }
#10
Posted 08 August 2012 - 11:59 AM
Thank's
Can i cahnge the nav color as well? (other then the 4 colors)
#11
Posted 08 August 2012 - 12:41 PM
If you mean the NavBar background color, yes you can have it any color you like if you use custom CSS.
There is also a product on the store called CrackBar which has multiple style options if you prefer to have it done for you via an option rather than mess around with CSS.
http://www.pagelines...tions/crackbar/
#12
Posted 08 August 2012 - 08:02 PM
Ok what is the code to cahnge the NavBar background color?
and where can i find all the code?
#13
Posted 08 August 2012 - 09:02 PM
Yoed, you find code using Firebug or Chrome Inspection Tools.












