CSS issue on Recent Thread block

kankan

Well-known member
Hello,

Where and how do i define the width of the recent thread title bar ?
Where and how do i modify the font used in the recent thread title bar so that it looks like my theme block title fonts ? (flexile).

Big thanks
 

Attachments

  • recent.webp
    recent.webp
    70.7 KB · Views: 65
There are cell widths on this page (first page):

Admin CP -> Appearance -> Style Properties -> Discussion List

Screen shot 2012-12-08 at 4.36.59 AM.webp

The longest cell for the title occupies the remaining width. Only the smaller cells have fixed widths.

You can specify a font-family in this property:

Admin CP -> Appearance -> Style Properties -> Building Blocks -> Sub-Heading
 
Hello Jake,
Thank you for your answer.
In fact the bloc "Recent thread" is a XenPorta bloc and when i check
Admin CP -> Appearance -> Style Properties -> Building Blocks -> Sub-Heading
It 'just' plays on default flexile theme and not the specific bloc.
 
Well i would want the Red css looking like the Green Css

recent-png.37644
 
May i abuse ?
Do you know how to set up the css around the block "registration" so that it looks like the other side bar blocks? (see capture attached)
 

Attachments

  • connexion.webp
    connexion.webp
    10.3 KB · Views: 20
Fixed. Edited your xenforo_sections.css template. Modified this:

Code:
.section.loginButton .secondaryContent {
    /*background: none;*/
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0 15px 5px;
    padding-top: 10px;
    /* ADDED AT BETA 3 */
}
 
Top Bottom