In 3.2....
I see that you have already figured this one out here. In editing the font size of the Maintitle, my intent is to adjust the size of it on the main forums list and make it larger. However, when viewing an individual forum, that area contains the following:
Recently Updated, Start Date, Most Replies, etc.
When I edit the ".maintitle a { color: #fff; }" properties, I am doing it as follows:
.maintitle a { color: #fff;
font-size: 17px;
font-weight: bold;}
Not only does that affect the size and weight of the text of forum names on my main forum page, but it also changes the size of the buttons for Recently Updated, Start Date, etc.
How do I modify the text of the Forum titles on main page and the text of Recently Updated, etc independently of one another?
Maintitle Font Size Carried over to Topics List
Started By warboc, Sep 29 2011 01:02 AM
5 replies to this topic
#1
Posted 29 September 2011 - 01:02 AM
#2 Re: Maintitle Font Size Carried over to Topics List
#3 Re: Maintitle Font Size Carried over to Topics List
Posted 29 September 2011 - 01:16 AM
www.tigalaya.com
#4 Re: Maintitle Font Size Carried over to Topics List
Posted 29 September 2011 - 01:26 AM
Changes made here:
shouldn't be affecting forum titles as those are controlled by these two:
Quote
.maintitle a {
color: #FFFFFF;
font-size: 17px;
font-weight: bold;
}
color: #FFFFFF;
font-size: 17px;
font-weight: bold;
}
shouldn't be affecting forum titles as those are controlled by these two:
Quote
.category_block .ipb_table h4 {
font-size: 15px;
word-wrap: break-word;
}
font-size: 15px;
word-wrap: break-word;
}
Quote
table.ipb_table tr.unread h4 {
font-weight: bold;
}
font-weight: bold;
}
#5 Re: Maintitle Font Size Carried over to Topics List
Posted 29 September 2011 - 01:32 AM
That made sense out of it for me, appreciate it.















