1

Topic: Theme help

I am looking to replace the Board title with an image. I have got the image working fine but I have no idea how to remove the text. The site will not let me enter a blank Board title.

http://i.imgur.com/g9kl7.jpg

You can see the text above the yellow arrow.

Thank you!

Re: Theme help

You'll need to do it via .css in theme .... just
1. 'inspect element' when marked (google chrome) and
2. then modify to 'display: none;' in oxygen.css at the relevant place....

3

Re: Theme help

When I use 'display: none;' is also hides my banner image.

Re: Theme help

Did you hide

brd-head

or
brd-title
brd-description

5

Re: Theme help

Thank you, you pointed me in the right direction and with some CSS3 magic I got it set up how I want.

Thank you.

Re: Theme help

Happy to have been of assistance.
Good luck with your forum!