[cXF] Hide forum title only on forum list

DIY [cXF] Hide forum title only on forum list

Currently reading:
DIY [cXF] Hide forum title only on forum list

BassMan

Staff member
Administrator
May 18, 2015
463
161
2,072
BassMan submitted a new resource:

Hide forum title only on forum list - ... with CSS

To hide forum title only on forum list you can add this code to your extra.less template:
CSS:
/*** Hide forum title on forum list ***/
[data-template="forum_list"]
{
    .p-title-value {
        display: none;
    }
    .p-title {
        float: right;
    }
}
/**********/


To float the New posts and Post thread buttons to the left add this code:
CSS:
/*** Hide forum title on forum list ***/
[data-template="forum_list"]
{
    .p-title-value {
        display: none...

Read more about this resource...
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Welcome to customizeXF

We are running default XenForo style customized by cXF
Registration is free!

Search forums

Back
Top