XF 1.5 A Few Questions - Finishing Touches

KierzT

Member
Hello Guys,

I'm using a custom skin which has not been updated in a long while.

So far so good, not too many problems however I have the following problem:

missing corner.webp

Does anybody know how to resolve the missing left corner?

Whilst I am here I would really like to brighten up these toolbars/buttons - does anybody know how?

text controls.webp


Thanks for any help you guys can offer!

Kieran
 
Hello Guys,

I'm using a custom skin which has not been updated in a long while.

So far so good, not too many problems however I have the following problem:

View attachment 162264

Does anybody know how to resolve the missing left corner?
There is the problem
1511314383657.webp
Change it to:
CSS:
.cw_bl, .cw_bl2 {
    background: url(@imagePath/custom/content/bl.gif) bottom left no-repeat;
}
If you do not know what template is, you can find with the search templates in the ACP
1511314804689.webp
 
Last edited:
Top Bottom