I had a pet profile done a while back and tried to contact the original creator to see if they could edit it, but I have not heard back from them for some time now. Not looking for anything big just the addition of a background to the minion section (like I have for the story and treasure). The making of the minion section wider so the text can take up fewer lines, and the changing of the font for the titles. This is for my pet Solmire. I am willing to pay for your time and work with Sp or CSC or a combination of both.
Thank you!
. . .
Add this to your code:
{ height: 100px; width: 250px; margin-top: 10px; border-radius: 23px; border: 1px solid ; }
For the font titles, like Treasure, Garden of Lost Toys, and your pet name, they are part of the background image, so they cannot be removed unless you change your background.
Thank you so much. Is there anyway that you could make it so the minion is is centered under the pet photo and also it it possible to make the font stand out more?
. . .
Ooops, my bad, I forgot to add the code for the background color.
Replace the code I just gave you with this:
{ height: 100px; width: 250px; margin-top: 10px; margin-left: -125px border-radius: 23px; border: 1px solid ; background: ; color: white; }
To change the positioning of the section, or if the section is still off-centered, adjust the number value for margin-left. The lower the number the more left it will be, and higher the number the more it will more to the right.