navigation bar: how to set color and give it a bit of transparency
b-grinner
Registered Users Posts: 457 Major grins
I am using the sierra template.
I seem to have lost the bar along the top. I want to make it a pale grey that is transparent like in the theme.
Does this require CSS code? If so your help would be appreciated. I am not very proficient in CSS.
I am also noticing that when using the sierra template, the homepage is same as what the template shows. However as soon as I choose entire site it seems to pick a theme of my own. Which is no where near what the template has. Why would this be happening? Is there somewhere where I have to specify to use the template theme?
Thank you and I look forward to your reply.
I seem to have lost the bar along the top. I want to make it a pale grey that is transparent like in the theme.
Does this require CSS code? If so your help would be appreciated. I am not very proficient in CSS.
I am also noticing that when using the sierra template, the homepage is same as what the template shows. However as soon as I choose entire site it seems to pick a theme of my own. Which is no where near what the template has. Why would this be happening? Is there somewhere where I have to specify to use the template theme?
Thank you and I look forward to your reply.
0
Comments
background-color: rgba(0, 0, 0, 0.9);
}
change the Green numbers to change color 0,0,0, = black - 99,99,99, = white
change the red number to adjust transparency 0.1 to 1.0
mark4pics.com }{ Google + }{ Twitter