Hello @ammar37,
You can hide it with CSS.
Create a new component in admin and paste this in the CSS section:
.topic-list .main-link.focused {
box-shadow: none;
}
Hello @ammar37,
You can hide it with CSS.
Create a new component in admin and paste this in the CSS section:
.topic-list .main-link.focused {
box-shadow: none;
}
But the default light theme looks okay because it’s displaying the line at the far left edge of last-visited topic, as opposed to the Discourse Air Theme which is showing in between user avatar and topic text.
I was trying to identify the CSS too…
Thanks for your help. I tried adding the css into an existing component (which I use to modify css for this theme), the code unfortunately does not seem to work so far.
[EDIT] The code is working, I actually copied your older code (.topic-list .main-outlet.focused) instead of the latest one (.topic-list .main-link.focused)
Thank you so much. Appreciate your help @Don
I tried it now with Discourse Air theme and it works fine for me.
Could you try add it again? I changed the code in the first few minutes maybe you was fast and copy the wrong one.
Nice. It’s working great now… Yeah, I actually copied your old code (.topic-list .main-outlet.focused) instead of (.topic-list .main-link.focused)
Thank you so much. Appreciate your help
Is it possible to change the colour of the dark mode background? I changed it using a different colour palette (as seen here).
Change your color scheme, the circle follows tertiary and tertiary=hover
is there an option for custom HTML to the head in this theme?
Hello again @jordan-vidrine
Is it possible to make this section visible on mobile? Category boxes + Latest post below.
Thank you in advance.
Hey there,
I really would like to use this theme, but on the topics view user avatars are VERY pixellated. Is there any way to make it use a higher quality user avatar image?
The theme isn’t taking the light logo when I switch to light theming. It only retains the dark logo.
The following merged PR fixes the issue with clicked topic list items & selected topic list item styling.
The header text doesn’t contrast off of the background color. Probably a quick tweak of a class name somewhere is needed.
Otherwise, I love the theme!
Thanks for this great theme! But I got one tiny problem here:
It seems that the margins are different. I know nothing about web dev.
My phone is OnePlus 9 pro.
Sorry about that! I believe this may have to do with the new sidebar we have enabled on meta. I have disabled this theme for selection on meta for now.
Well, actually this issue has existed for like 2 months.
Oh wow, sorry about that! I’ll look into it when I get some free space.
Thanks!
Hi, love the theme! One question, not sure if this is the right place to post… but is there a way to put the categories on the left and recent conversation on the right? Would appreciate any help since I am really not technical and have not found a way to change it. Thank you!
Great theme! thanks a lot
Can I change the background to images?
I uploaded the picture, but it doesn’t fit
You will want to add some custom css
:
html .background-container {
background-size: cover;
}