Hi,
how can i change the colour and thickness (like BOLD) for theTop Banner Message?
Hi,
how can i change the colour and thickness (like BOLD) for theTop Banner Message?
I poked around and tested and I actually figured it out. Enter this in custom.css or quick css in the styling panel of your wordpress:
#social_container{
font-size: 26px;
font-weight : bold;
}
I tried putting a number for font-weight and it didn't work for me but bold did.
Glad you got it figured out :) If you ever want to know more about a css attribute, a quick google can usually give you more than you'll ever need to know about how to properly fill in the attributes.
You might find this a good reference: http://www.w3schools.com/css/default.asp
ok cool...thx a lot!
but how i can change the colour?
sorry for the nooby questions :)
can u plz give me the code for the colour change? is that possbile too?
Hi ak-muc,
You need to add the color:#value to the #social_container.
#social_container{
font-size: 26px;
font-weight : bold;
color: #FF0000
}
thank u very much, but this doesnt work. colour stays grey like from begin.
Hi ak-muc,
Try:
.infotext{
color:#ff0000;
]YEAH WORKS !!! THX ALOT ! GREAT SUPPORT !
Hey!
Glad that Devin could help you :)
Best regards,
Peter
You must log in to post.