Grey bar removal?

Need help with your forum? Ask away. Remember though that there's always http://www.phpbb.com/community

Moderator: Experts

Post Reply
Graham
Posts: 76
Joined: Mon Oct 20, 2008 3:31 am
Location: UK
Contact:

Grey bar removal?

Post by Graham »

Hi David

I've added a new style to my forum and all is fine but there is a grey bar and the title in the portal blocks.
I've asked at phpbb but no one seems able to help and I've tried using Firebug but I don't fully understand how it works.

Below is an image of what I'm after removing al I need to know is which file do I need to edit?
I want to remove the word Recent and the grey bar that it sits on.

Thank You

Image
DavidIQ
Site Admin
Posts: 619
Joined: Thu Sep 07, 2006 4:31 pm
Location: Earth
Contact:

Re: Grey bar removal?

Post by DavidIQ »

Can you post a link to the topic on phpbb.com?
Graham
Posts: 76
Joined: Mon Oct 20, 2008 3:31 am
Location: UK
Contact:

Re: Grey bar removal?

Post by Graham »

DavidIQ
Site Admin
Posts: 619
Joined: Thu Sep 07, 2006 4:31 pm
Location: Earth
Contact:

Re: Grey bar removal?

Post by DavidIQ »

Try this in styles/jardin/theme/colours.css:

Find:

Code: Select all

   background-image: url("{T_THEME_PATH}/images/bg_list.gif");
Replace with:

Code: Select all

  /*background-image: url("{T_THEME_PATH}/images/bg_list.gif");*/
For that you'll need to refresh your theme afterwards unless you've been making theme changes through the styles tab in admin.
Graham
Posts: 76
Joined: Mon Oct 20, 2008 3:31 am
Location: UK
Contact:

Re: Grey bar removal?

Post by Graham »

Thanks David,

But no luck, as far as I can see no change at all.
Refreshed the Theme, purged the cache and pressed F5 after page had loaded.
Have returned the colors.css back again.
DavidIQ
Site Admin
Posts: 619
Joined: Thu Sep 07, 2006 4:31 pm
Location: Earth
Contact:

Re: Grey bar removal?

Post by DavidIQ »

Hmmmm...it worked when I did it with dev tools. You refreshed the theme through the ACP after you did the change? Theme and Template are 2 different things. If anything just remove the line then.
Graham
Posts: 76
Joined: Mon Oct 20, 2008 3:31 am
Location: UK
Contact:

Re: Grey bar removal?

Post by Graham »

Well give me a slap and colour me stupid. I commented out the wrong line. :?

All sorted now grey bar gone. ;)
Off now to remove the titles, well I think I am? might be back yet!

Thanks a lot David

Hope you and your family enjoy the New Year celebrations.
Post Reply