XenForo 2.0 How to customize custom theme css

audacity

Member
Registered
Joined
Dec 17, 2022
Messages
21
Points
13

Reputation:

I have a theme solfege on my website, There are few things which are not displayed correctly and I want to fix it but I cannot find a way to customize its css.
Does anybody know how can I do that? I have tried making new css changes in to extra.less but it doesn't works
 

Zer01ne

Collaborate
Collaborate
Registered
Joined
Nov 25, 2022
Messages
665
Points
253

Reputation:

Did you check the style where you adding those css?
1686020021997.png


If you selected and made the changes on your activated theme then It should works.

However, sometimes it may require using !important; on your CSS Value
 

audacity

Member
Registered
Joined
Dec 17, 2022
Messages
21
Points
13

Reputation:

View previous replies…

audacity

Member
Registered
Joined
Dec 17, 2022
Messages
21
Points
13

Reputation:

use !important; on your CSS Value and check if it works or not
Zer01ne
1686020316058.png

\ This is the before

1686020355810.png

\ This is the after result I want, by adding margin to the button to create some space

and here is my extra.less css values
1686020478975.png


but nothing changes
 

Zer01ne

Collaborate
Collaborate
Registered
Joined
Nov 25, 2022
Messages
665
Points
253

Reputation:

audacity

Member
Registered
Joined
Dec 17, 2022
Messages
21
Points
13

Reputation:

Are you sure that you're adding these in your activated Style?
Is there any child style?
Zer01neI see, so it won't work if it is not activated? I disabled it because I wanted to test it before allowing users to see it, now that I have activated the style, it works.
 
Top