@DownPW said in Bottom footer navbar button extend:
Oh my god, it’s beautiful mark
I liked this design so much, I’ve implemented it here. I intend to do a lot more with the footer in due course, so hiding it makes a lot of sense. Thanks @DownPW for the idea and initial concept
@phenomlab
I love it too
@phenomlab said in Blinking text Effect:
Has that “broken neon light” look that you see in films.
It’s exactly that, kind of old neon signs of bar or pubs a bit cyberpunk too
@DownPW hi. Sorry for digging up an old post, but I’m going through items still unresolved and was looking to get an understanding of where you are currently with this?
@pwsincd welcome to sudonix, and thanks for the comments. What your looking for is here
https://sudonix.com/topic/195/nodebb-welcome-message/3?_=1648295651358
@phenomlab said in tag icon in front of tags:
@crazycells Are you using Font Awesome Free ? If so, try this
span.tag:before {
content: "\f02b";
font-family: "Font Awesome 5 Free";
margin-right: 5px;
margin-left: 5px;
font-weight: 900;
}
yeap, this worked thanks a lot.
@cagatay you’ll need to define this in the body tag (or another element if you want greater or more granular targets) - for example
body {
font-family: "Poppins";
font-size: 16px;
}
Essentially, you use the font-size CSS directive.
@DownPW the ‘js’ code for the banner takes the time from the client, so what it displays really depends on the regional settings for the operating system.
I’ve not seen this issue myself but would like to see some examples of screenshots if possible.
@jac said in Avatar on Topic Header:
@downpw said in Avatar on Topic Header:
Great Plugin
I make it a bit cleaner via this CSS code:
/*------------------------------------------------------------------*/
/*---------------- nodebb-plugin-browsing-users -----------------*/
/*------------------------------------------------------------------*/
/*Space between the avatar and the RSS icon */
.topic [component="topic/browsing-users"] {
margin-bottom: -5px;
padding-left: 10px;
}
/*Space between avatars*/
.pull-left {
float: left!important;
padding-right: 5px;
}
Do you have a screenshot of how this looks with the CSS change?
Just added this change, thanks @DownPW
@DownPW as discussed in PM
Seems to have been solved with the new JS code that you added allowing the version CSS file change!!
Cache problem therefore with the JS of the Switcher theme
Based on this, I will close this thread and reference
https://sudonix.com/topic/207/nodebb-help-for-my-custom-css/27