News:

Wondering if this will always be free?  See why free is better.

Main Menu

NameX

Started by Diego Andrés, August 05, 2022, 11:39:45 PM

Previous topic - Next topic

Diego Andrés

You just have to adjust them accordingly.
The default css is adding the image in the anchor, not the pseudoelement.

.board_icon a {
background-image: none;
display: inline;
color: var(--boardicons-txt-color);
}
You'd have to edit this, or overwrite it again (in the custom_edits.css file).
.board_icon a {
background-image: url();
}
And remove the pseudo element
.board_icon a::before {
  content: "";
  display: none;
}

But care for the classes for each, such as board_redirect, board_on, board_off

SMF Tricks - Free & Premium Responsive Themes for SMF.

DeadMan...

I think my css way actually works. (still in shock over that...)

DeadMan...

Quote from: Diego Andrés on March 04, 2023, 11:59:54 AMcustom_edits.css

I've searched the latest package and still have not found this file.
Could you please post it and let me know if it goes into css or css/custom ?

Diego Andrés

Quote from: DeadMan... on March 05, 2023, 04:29:51 PMI've searched the latest package and still have not found this file.
Could you please post it and let me know if it goes into css or css/custom ?

You add/create it yourself :P
The theme will load it for you, nothing else to do.

It should be added into /css/custom/custom_edits.css
Be aware that it doesn't load after the icons file, only the main css file. It's mainly meant to overwrite stuff from the main file or for... well, custom_edits  :laugh:
However, you can still add custom icons there to avoid editing the icons.css file.

SMF Tricks - Free & Premium Responsive Themes for SMF.

jsx

Quote from: Diego Andrés on March 02, 2023, 10:34:25 AMIt's essentially a font so you can change the color like regular text.

Diego, I meant graphic icons.


Diego Andrés

You'd have to overwrite each of them back to their default state, according to the styles they have in the index.css for main_icons class.
If you want all of them back just delete the icons.css file (but it might break other icons too).

SMF Tricks - Free & Premium Responsive Themes for SMF.

DeadMan...

@Diego Andrés
Is there a way to have Recently updated topics displayed in the info center instead of recent posts?

Diego Andrés

Not without a mod, it's just using the default info center

SMF Tricks - Free & Premium Responsive Themes for SMF.

Advertisement: