Reputation:
Reputation:
Go to your ACP - Appearance - Style Properties - Make sure you edit the correct style properties.
Reputation:
i do but i can't find option to change that
.block.block--category {
.block-header {
text-shadow: 0 0 1px rgba(0,0,0,.7);
position: relative;
transition: ease-in .15s border-bottom-left-radius, ease-in .15s border-bottom-right-radius;
&:after {
content: '';
background: url(@xf-uix_imagePath/io/images/swirl.png);
background-size: cover;
background-position: center;
position: absolute;
height: 100%;
width: 100%;
z-index: 1;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: block;
mix-blend-mode: overlay;
pointer-events: none;
}
}
Reputation:
Can be modified in the io.less file of the corresponding theme.
Search for:
Less:.block.block--category { .block-header { text-shadow: 0 0 1px rgba(0,0,0,.7); position: relative; transition: ease-in .15s border-bottom-left-radius, ease-in .15s border-bottom-right-radius; &:after { content: ''; background: url(@xf-uix_imagePath/io/images/swirl.png); background-size: cover; background-position: center; position: absolute; height: 100%; width: 100%; z-index: 1; top: 0; bottom: 0; left: 0; right: 0; display: block; mix-blend-mode: overlay; pointer-events: none; } }
You might create a template modification for it.
Reputation:
its worked.can i also change background colour
&:nth-child(1n) {
.block-header {.m-io_catGradient(@io-nodeColor1, 0%);}
.node--unread .node-icon i {.m-io_catGradient(@io-nodeColor1, 0%);}
.block-body a:hover {.m-io_catColor(@io-nodeColor1, 30%);}
}
&:nth-child(2n) {
.block-header {.m-io_catGradient(@io-nodeColor1, 60%);}
.node--unread .node-icon i {.m-io_catGradient(@io-nodeColor1, 60%);}
.block-body a:hover {.m-io_catColor(@io-nodeColor1, 90%);}
}
Reputation:
It is in the same file, but it will be calculated with the SPIN function of LESS which is defined behind "m-io_catGradient"
Less:&:nth-child(1n) { .block-header {.m-io_catGradient(@io-nodeColor1, 0%);} .node--unread .node-icon i {.m-io_catGradient(@io-nodeColor1, 0%);} .block-body a:hover {.m-io_catColor(@io-nodeColor1, 30%);} } &:nth-child(2n) { .block-header {.m-io_catGradient(@io-nodeColor1, 60%);} .node--unread .node-icon i {.m-io_catGradient(@io-nodeColor1, 60%);} .block-body a:hover {.m-io_catColor(@io-nodeColor1, 90%);} }
The color which will be used is the one behind: uix_primaryColor
View attachment 25874
Reputation:
View attachment 25857
guys how can i edit that background image and colour.
style = themehouse io dark mode