I never use CSS that has potential to affect another page somewhere, but here's the /* hide pet images on training page */
.container-fluid div.row.w-100 > div.col-3.p-3 > center > img[src^='//img.subeta.net/pets/'], .container-fluid div.row.w-100 > div.col-3.p-3 > center > img[src^='//img.subeta.net/pets/'] + br {
display:none;
}
thank you! o: & the last one didn't seem to affect any other pages but with this one... well, we'll see i guess. the training page is just too long with 30 pets ><;
The chances are very low, but new things come out, and old things get changed, that's all. :p
true! and they've been changing all sorts of things lately, so we'll see how long this one sticks haha
Uhm that new bar on the pet pages that show how much to the next tier. To get rid of it I found this:
.pet_stats.segment.ui > .progress {display:none !important;}
helps.
Holiday Clickables
| |
I love that bar, but I'll add this to the first page when it next gets updated! ?
So this is probably an obvious thing but I'm wondering if someone could share the customcss header tag? The one I found to replace the default header doesn't work for me. I tried using inspect but I must be tired because i'm coming up empty on the way to get this to work.
{
background-position: 0% 48% ;
background-image: url(image here);
}
What exactly is your goal? :)
@ Sorcerer Hi! I'd like to replace the default header with one of my own. I'm trying to make my own site theme :) However it looks like all those tags do is change the bottom border of the header. I'm guessing there must be a different one. (I think the sites I've found regarding this stuff must be really outdated. I've also seen in older posts about adding the style tags but those don't seem to work anymore, they just disappear when the page is submitted.) A lot of it still works but this one thing is driving me nuts haha
EDIT: I figured it out! :) In case anyone else needs it I'll post the codes :)
this is the code for the longest part of the background:
-ban {
background-image: url(IMG URL);
background-position: -120px 0px;}
This is for the postcard thingy: (if you put none instead of the url it will remove it completely)
{
background-image: url(IMG URL);
width: 375px;
height: 159px;
}
thanks for this thread and to those who keep making helpful fixes :)
Congrats!
I'm interested in trying something like this myself. I'm curious as to how it will look, could you post a screenie so I can get a general idea?
RIP Mom, I love & miss you more than you know. Tell Dede hi.
Ocean Conservation Namibia on YouTube... they do good work! https://www.ocnamibia.org
Here's a good starting place for a custom header.
You can remove 'center' for a left-aligned image instead.
Change to another colour to match your theme.
Header image should be 111px tall, any width.
/* remove postcards /
{display:none;}
/ remove main banner image
Nice banner!
I'm trying to make the shop row a different color and all I can manage is to get a thick colored bar on the bottom. (can't post screen shots right now to show you). I'm using this code:
/shop row color/
.shop_highlight.yellow{background-color: !important;}
In loving memory of Need posting achievements?Then join Posting Frenzy Achievement Items - searchable list List of Borders and cutouts New at Fresh and Flavorful Ping Group
Very cool, thank you so much. I hope to start on one this weekend. :)
RIP Mom, I love & miss you more than you know. Tell Dede hi.
Ocean Conservation Namibia on YouTube... they do good work! https://www.ocnamibia.org
What page is this on?
Sorry, I wasn't very specific, rushing too much.
On the shop search page when there is an item in the shop, it shows up on the first line of the results.
Ex. https://subeta.net/user_shops.php/search/shops/White+Decorating+Frosting
In loving memory of Need posting achievements?Then join Posting Frenzy Achievement Items - searchable list List of Borders and cutouts New at Fresh and Flavorful Ping Group
Here, these are the default colours, just swap out your own :D
/* shop search npc shop stocked /
.shop_highlight.yellow {
background-color: ;
color: ;
}
/ shop search your shop stocked */
.shop_highlight.blue {
background-color: ;
color: ;
}
Thank you! Now I can actually see the highlight!
In loving memory of Need posting achievements?Then join Posting Frenzy Achievement Items - searchable list List of Borders and cutouts New at Fresh and Flavorful Ping Group
late reply, but thanks so much! i got sick over the weekend so i'll have to check this out again when i'm feeling better
Welcome, hope that time comes soon :p
Recovering from a migraine, hope to feel better so I can try this out.
RIP Mom, I love & miss you more than you know. Tell Dede hi.
Ocean Conservation Namibia on YouTube... they do good work! https://www.ocnamibia.org