Different Font Sizes? - Post ID 230188

User 219465 Photo


Registered User
324 posts

:D I think I can deal with that. The underline is a minor change but should be ok on the site. I will give it a whirl in a bit. THANKS!

If I wanted to make a font type and size change, where would be the easiest place to do this?
User 187934 Photo


Senior Advisor
20,190 posts

This is the cool part you can make it what you want where you want.
This line has pretty much everything so use this one to add or subtract from the others to come up with what you want.
.customlink a:visited { color: #FFFFFF; text-decoration: none; font-weight:bold;font-size: 18px; }


Add this text-decoration: none; to any of the link states that you don't want underlined.
Add this font-weight:bold;font-size: 18px; to change font size.
Add this color: #FFFFFF; to adjust the color.
This example should make the text go bold when you mouse over and the current page is now bold.
<style type="text/css">
<!--
.customlink a {color: #FFFFFF;text-decoration: none; font-size: 18px; }
.customlink a:visited { color: #FFFFFF; text-decoration: none; font-size: 18px; }
.customlink a:hover { color: #FFFFFF; font-weight:bold; font-size: 18px;}
.customlink a:active {color: #FFFFFF;text-decoration: none; font-size: 18px; }
.select a {color: #254117;text-decoration: none; font-weight:bold; font-size: 18px;}
-->
</style>
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 219465 Photo


Registered User
324 posts

I think I i have a finished product. Really appreciate all your help. If you dont mind me asking, could you take a look and see what you think?

http://test.dtscarpentry.com/
User 187934 Photo


Senior Advisor
20,190 posts

Very nice site Marc. I love that saw blade.:cool:
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 219465 Photo


Registered User
324 posts

Thanks. I was thinking of having the saw blade 'cut' their way across the screen and land on that page's link on page load. I may exp with that later.

Thanks for your help Eric, I sure have learned a lot about code this past week or so. Something I really have not wanted to get into. I took what you were telling me and applied it to my site. Most times I started off doing it wrong, but was not afraid to mess it more and try a few things and come back here if I still failed.

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.