I managed to fix the button issue myself thankfully so I no longer have white text on light beige buttons.
My current issue is that I would love to change the background color on the drop down menus at the top (Subeta, Commerce, Cash Shop etc). Could you help me with that? ^_^
Here you go, main menus, and submenus.
.menu-btn ul {
background: !important;
}
-sub-friends, -sub-pets, -sub-shops, -sub-forums, -sub-vault { background: !important; }
Hi, so this is a very weird question, but I am having some issues with my customCSS and was hoping maybe you know why this is happening and might be able to help me with a solution.
Basically, whenever I'm in a page in which my bookmarks exceed my events, the main page stops abruptly and then my background continues until the end of my bookmarks. I collapsed my events for the screenshot but basically the left dashboard/events thing ends wherever the last widget/event ends.
Image ref of what I mean
1:
Before I had this, I just used one of the site layout options and didn't encounter this issue, but I have customCSS that I commissioned from someone and I've been able to figure out some minor tweaks but otherwise don't really know why this is happening and/or what I can do to fix it. If you would like to see my customCSS code I can always smail you the details etc...
Thanks in advanced for any help or advice you can give me. :)
Thank you ❤
The site has always had weird issues with long pages, but go ahead and send me the code through sMail and I'll try to help. :D
Hi all, question about site links. Is there any way to designate how a specific link opens? Example, I open the Shop Search links in quests in a new tab because it's far easier to quest that way. I'd love to be able to 'set' that link to automatically open in a new tab so I don't have to right click/hover.
No, sorry, we can change the appearance only. You could make a bookmark, those have an option to open in new window/tab.
I was afraid of that, but thank you so much for answering! A bookmark works for a generic shop search, but I was thinking more for the in-quest links specifically so I wouldn't have to manually search each item :|
You can just hold CMD/CONTROL when you click the shop search links.
I'm on a tablet unfortunately. I am able to open them in another tab by long pressing the link and selecting the option from the menu that pops up, but it's tedious to do that for every item, for each quest. It works, but I was hoping there was a go-around :)
Hiya Hope you are well and dont mind me asking a question... Is there any way to 'flip the script' so to speak and change the "Feed to" "Read to" and "Use on" such and such pet, for items? Like how some stat boosters are both, books and food?
Oh tedious indeed, mobile Subeta improvements coming "soon" ;P
I love requests, can you describe more what you want the result to be? Screenshots? 👍
I have a request too! How can I move the Donate More Food button a little lower on the page? I tried modifying the css for shifting the Slots button, but it doesn't seem to do anything. I want it just like 20 pixels lower than it is, so that I can click between donating a food and going back to donate more food without having to yoyo my cursor up and down between clicks.
While I'm asking, can I do the same sort of thing for the Mystery Box links and Fantine's pumpkin drive?
useful threadsThe Giant List of Usability and Random Improvement 2.0 Comprehensive Guide to Battle Opponents (v2) [topic not found]
|
[topic not found] |
Disable these when not in use, they might affect buttons elsewhere, since they are less specific than the "Spin Again" button.
Can you link me to the pumpkin drive thing you want changed.
Anything between /* and */ is ignored.
This code is disabled.
/* donate food /
/a[href='?act=donate'].ui.button.large.teal {
code:here;
}/
/ donate food /
a[href='?act=donate'].ui.button.large.teal {
position:relative;
top:50px;
}
/ mystery box */
a[href='?act=buy'].ui.button.green {
position:relative;
top:50px;
}
Thank you! The Donate Food one definitely works for Charity, and it's easy to comment out when not in use. I'll try the Mystery Box code when it's not on a shop as expensive as All That Glitters.
useful threadsThe Giant List of Usability and Random Improvement 2.0 Comprehensive Guide to Battle Opponents (v2) [topic not found]
|
[topic not found] |
Sweet! :) Please let me know when you are back on here, maybe by then, I will have remembered how to even do a screenie. lol
Bring it on, just need a better idea of how it is now vs how you want it to be :p
Here goes... :P
I hope I did that right and it makes sense. I know very very little about coding. Basically, when someone tells me to do it this way and add this insert whatever code in right there... I can do that. :P It has been a long time, since I made a screenie.
Here we go!
/* use item option always first */
a[href='/inventory.php']+br+br+table.ui.table.border[style='width: 50%; border: 1px solid black'] tbody tr td.ui center {
display:flex;
flex-flow:column;
}
a[href='/inventory.php']+br+br+table.ui.table.border[style='width: 50%; border: 1px solid black'] tbody tr td.ui center a+br {
display:none;
}
a[href='/inventory.php']+br+br+table.ui.table.border[style='width: 50%; border: 1px solid black'] tbody tr td.ui center a[href^='?act=igiver&itemid='] {
order: -1;
}[edit]Since you said you don't know anything about code, paste this at the very end of your custom CSS.
Is there a way to change the look of the scrollbars on my user profile (and pet profiles) that will work when viewing them in Firefox? I recently got FF Quantum installed and I like how it's faster than Chrome and uses less RAM but my webkit codes obviously don't work in FF and so my profiles look messed up because of the much thicker scrollbars (I made them 1px wide in Chrome). I know that FF uses moz instead of webkit but with my limited knowledge of coding I can't make heads or tails of how to make it work... Basically I want to at least be able to change the width and color of the scrollbar (track, thumb etc) if at all possible ^_^