Status
Not open for further replies.
Hello,

Go to the AdminCP and the styles tab, use the search function (left hand side) to find the class ".recentNews .subHeading a"

Open up the required template file (maybe a few show up, search through them all until you find)

HTML:
.recentNews .subHeading a {
    color: #191411;
}

Edit the color value to #fff or #ccc .

Then run the search function again for ".PageNav a" and edit the color value there also.

HTML:
.PageNav a {
    background-color: #2C261E;
    border: 1px solid #29231B;
    border-radius: 3px;
    color: #3F281A;
    text-align: center;
    text-decoration: none;
    width: 19px;
}

A better patch for the PageNav will be provided in the client files by friday.

Regards,
Scott
 
Status
Not open for further replies.

Legacy DragonByte MMO

XenForo 1.1.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
49
Customer rating
0.00 star(s) 0 ratings
Back
Top