StepUpFairy Posted November 8, 2016 Share Posted November 8, 2016 Basically, I am using the cherry premade background from Daily Neo on my galleryHave managed to change the background color to something other that white (lol) but the text description for the gallery is looking really small and I don't know how/haven't been able to change it any help/pointers appreciated! thanks a lot! if this helps! http://www.neopets.com/gallery/index.phtml?gu=schoolwars Quote Link to comment Share on other sites More sharing options...
Mouseykins Posted November 9, 2016 Share Posted November 9, 2016 I checked out your gallery and the text looks normal to me. It matches the rest of the page. If you're wanting to change it and make it larger/different color I can look into that for you. Just let me know what you'd like to do and I'll have a tweak at it. :) StepUpFairy 1 Quote Link to comment Share on other sites More sharing options...
StepUpFairy Posted November 14, 2016 Author Share Posted November 14, 2016 Thanks for the reply! I would just like the piece of description writing (the 'A total guide to all that's fresh.....' bit) to be a bit bigger is all! The other parts are fine, just that one sentence's size is bugging me! Thanks for any help ^_^ Quote Link to comment Share on other sites More sharing options...
Mouseykins Posted November 14, 2016 Share Posted November 14, 2016 Ok In order to help I'll need your code so I can adjust it. Just copy and paste it in here using the <> icon in the text editor. :) Quote Link to comment Share on other sites More sharing options...
StepUpFairy Posted November 15, 2016 Author Share Posted November 15, 2016 <style> .TDN { } body { background: #ffb0be url("http://graphics.thedailyneopets.com/img/g/i/cherry/pg-bkgd.jpg") bottom center fixed; } body, div, table, tr, td { font: 12px verdana; } .medText, #footer, .sidebar, .user, #nst, #ban, #ban_bottom, .ad_wrapper_fixed, hr, .brand-mamabar, #pushdown_banner, #ad-slug-wrapper, #ad-table, .slug, .footerNifty { display: none; } #main { border-left: 2px solid #000002; border-right: 2px solid #000002; width: 740px; margin-top: 0px; background: #FFFFCC; } #content { margin-left: 7px; margin-top: -5px; width: 710px; border: 0px; background: transparent; } #header { background: transparent url("http://graphics.thedailyneopets.com/img/g/i/cherry/header.jpg") 0px 0px no-repeat; height: 50px; width: 740px; border: 0px none; } .neopetModule { background: #000; font: 15px verdana; } #navigation { width: 950px; } #navigation img { ; visibility: hidden; } #template_nav { ; margin-top: -40px; } #template_nav img { display: block; } ul.dropdown { visibility: hidden; } a:link, a:visited { color: #ff2c2c; } a:hover { color: #216920; } .content table img { border: 0px; margin-left: 34px; margin-right: 34px; } </style> <p align="right"><a href="http://graphics.thedailyneopets.com/"><img src="http://graphics.thedailyneopets.com/img/credit.png" style="display: inline; border: 16px;"></a></p> <p> A total guide to all that's fresh, organic, and healthy in Neopia! Feel free to partake as you peruse! :P </p> this is what i am currently using! thanks again for your help, very much appreciated! ^_^ originally wanted a healthy food based background but no one replied to my requests on boards/forums :o cherries it will have to be! hrtbrk 1 Quote Link to comment Share on other sites More sharing options...
Mouseykins Posted November 16, 2016 Share Posted November 16, 2016 This is actually really easy to do. All you'll need to do is add the following code into your style tags and adjust the number in pixels to make the size bigger or smaller. Default is 16px so I went with 20px. p { font: 20px verdana; } That should do the trick for you and if not I'll take another look. :) StepUpFairy 1 Quote Link to comment Share on other sites More sharing options...
StepUpFairy Posted November 21, 2016 Author Share Posted November 21, 2016 Ok, think I done that right - have added it into the bit just before </style> finishes This look ok? - http://www.neopets.com/gallery/index.phtml?gu=schoolwars and sorry to be a pain, but is there any way to make the 'delicious and nutritious' category title slightly larger as well? looks a bit weird with all the other font being bigger xD if not, will leave it as is as it's ace. thanks again for all your help! ^_^ Quote Link to comment Share on other sites More sharing options...
Mouseykins Posted November 21, 2016 Share Posted November 21, 2016 You could try this: In the code that I gave you change it to this: p, table { font: 20px verdana; } Then you would need to change this code: body, div, table, tr, td { font: 12px verdana; } to this: body, div, tr, td { font: 12px verdana; } (basically just remove the table out of it.) Hopefully that works for you! StepUpFairy 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.