We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

How to change "Welcome to our Community" text on crayon theme | Forum

Topic location: Forum home » Support » General Questions
Sean
Sean Feb 26 '14
I'd like to change the text of the crayon theme that says welcome to our community. I like the font and would just like to change some of the words around to say: "Welcome to (insert name of my site)". Any help is appreciated. Thank you. 
Alia Team
Alia Feb 27 '14
Topic was moved from Themes.
ross Team
ross Feb 27 '14
This is an image

you can go to your admin panel/appearance/edit theme/css

paste this code to your own image in the edit css area: 


.ow_header_pic;{

background-image: url (path to your image)

}

The Forum post is edited by ross Feb 27 '14
Ernesto Neyra
Ernesto Neyra Jul 20 '14
Hello guys,


I try what you said, paste this in Edit CSS


.ow_header_pic;{background-image:http://www.windsorparklakes.org/...es/theme_image_7.png}


and still the old image, what am I missing?


Thanks!

ross Team
ross Jul 21 '14
please remove semicolon after .ow_header_pic and try again.