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

Darklets | Forum

Topic location: Forum home » Development » Themes
Don Houston
Don Houston Oct 10 '16
Yes I am using the Darklets theme, and I am trying to take off the Welcome to our Community site.  Is there a way I can do it.  Site right now is located at social.kdsocial.com.  Any help would be appreciated.'

Thanks Don
ross Team
ross Oct 10 '16
it is the header picture. 

you either need to use other image, which you can upload via theme customizer in the admin panel or remove it via css: 


apply these styles in the theme customizer-> css edit section


.ow_header_pic{

display: none

}

Don Houston
Don Houston Oct 10 '16
where do I apply it at?  Where in the CSS
ross Team
ross Oct 10 '16
Here: social.kdsocial.com/admin/appearance/customize/css
Don Houston
Don Houston Oct 10 '16
It says it is read only
ross Team
ross Oct 10 '16
scroll down to Edit css text area
Don Houston
Don Houston Oct 10 '16
How do I go about centering my images now.  I do not know css that well.  site is social.kdsocial.com
ross Team
ross Oct 10 '16
Topic was moved from General Questions.
Don Houston
Don Houston Oct 11 '16
just a quick update for those who may be wanting to help, I have moved the site to www,kdsocial.com

Thank you Ross for moving my post to the correct area
The Forum post is edited by Don Houston Oct 11 '16
Darryl B Leader
Darryl B Oct 11 '16
Looks like you have added special code to display your header image. Currently in the element style the "background-position-x" is 0. You can try the setting below to center the image over the container.

background-position-x: 25%;