Page 1 of 1

Warcraft Guild Recent Activity Block

Posted: 31. December 2014 15:12
by gazmon
Hello,

I have the above block on my guilds page, and we've recently changed styles. Unfortunately the background for the block is pulling in the border colors which makes it very difficult to read.

How could I add a set background color? I've tried adding a background color to the html file but it didn't seem to pick this up.

Any help would be appreciated.

Re: Warcraft Guild Recent Activity Block

Posted: 31. December 2014 18:10
by talonos
have you a link to your portal so i can look into it for you.

Re: Warcraft Guild Recent Activity Block

Posted: 31. December 2014 18:51
by gazmon
Sure it's www.conquest-wow.com

thanks :)

Re: Warcraft Guild Recent Activity Block

Posted: 31. December 2014 19:52
by talonos
ok heres a fix.

in styles/wowwarlords/template/portal/modules/wow_recent.html

find

Code: Select all

<div class="panel bg1" style="margin-bottom: 0px">
	<div class="inner"><span class="portal-corners-top-inner"></span>
		<div class="postbody" style="width: 100%">
near the bottom of that file

and replace with

Code: Select all

<div class="panel bg2" style="margin-bottom: 0px">
	<div class="content"><span class="portal-corners-top-inner"></span>
		<div class="postbody" style="width: 100%">
clear your styles cache and it should be good to go.

Re: Warcraft Guild Recent Activity Block

Posted: 1. January 2015 10:44
by gazmon
Ah that's amazing thank you so much!

Re: Warcraft Guild Recent Activity Block

Posted: 1. January 2015 17:38
by talonos
glad to see it working right on your forums now :)