Different Font Sizes? - Page 2

User 187934 Photo


Senior Advisor
20,190 posts

Go to "Edit"
then "Edit Header"
Now remove all the css style code from the header and only put back one instead of the 8 you have. Choose carefully.;)
Leave all of the flex slider code.
You can combine those css styles into one if you find you need parts of a few of them.
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

Eric, Sorry, but I can not see what your saying :D

Seriously tho, here is the code in the Edit Header:
<link media="screen" type="text/css" href="flexslider.css" rel="stylesheet">

The only page that has more than this in the Edit Header is the gallery, and that has the colorbox code.
User 219465 Photo


Registered User
324 posts

Gunsmoke, I got it. There is a conflict there. I removed the two at the bottom and the colors change. Interesting. All I did was copy/paste the two at the top and brought them to the bottom. Guess I have to go to plan B :cool:
User 187934 Photo


Senior Advisor
20,190 posts

Marc Nevue wrote:
Eric, Sorry, but I can not see what your saying :D

Seriously tho, here is the code in the Edit Header:
<link media="screen" type="text/css" href="flexslider.css" rel="stylesheet">

The only page that has more than this in the Edit Header is the gallery, and that has the colorbox code.


Check you html box Header HTML.;)
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

Eric,
Here is what I see in the Header:

<style type="text/css">
<!--
#home a:link, a:visited { color: #254117; text-decoration: none; font-weight:bold;font-size: 18px; }
#home a:hover { color: #254117; text-decoration: none; }
#home a:active {color: #254117; }
-->
</style>
User 187934 Photo


Senior Advisor
20,190 posts

How many html boxes do you have on that page?
Your down to 7 style css code references.
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 2147626 Photo


Ambassador
2,958 posts

Marc, you had the conflict before because you used #contact and #gallery with different color and style settings at both the top and bottom of the same page. Simply make sure the to use the same settings top and bottom, so your menu looks the same at the top of the page and the bottom of the page and you should be okay.

If you want the menus to look different, it should not be difficult in VSD. I'm still not sure why you even need to look at this code. How are you creating your menus? Within VSD? Or using some other program and then adding it to VSD?
Graphics for the web, email, blogs and more!
-------------------------------------
https://sadduck.com
User 219465 Photo


Registered User
324 posts

Maybe I am going about this wrong, but for each menu (HOME, CONTACT, etc) I add an html box in VSD. Then, for example, in the place I want a link for a HOME button I add the following:

BODY HTML:
<div id="home"><a href="http://test.dtscarpentry.com">HOME</a></div>

HEADER HTML:
<style type="text/css">
<!--
#home a:link, a:visited { color: #254117; text-decoration: none; font-weight:bold;font-size: 18px; }
#home a:hover { color: #254117; text-decoration: none; }
#home a:active {color: #254117; }
-->
</style>
User 219465 Photo


Registered User
324 posts

Do I not need the first (<style type="text/css">) and last (</style>)lines in the HEADER?
User 2147626 Photo


Ambassador
2,958 posts

You probably do, Eric will probably clarify that. I was simply trying to figure out why that code was in there at all. You're adding it. There is nothing wrong with doing it that way. You can certainly customize your menu more by coding. It's just that VSD is a visual designer and there are several ways of creating your menu within VSD and not messing with the code at all.

As I said, no problem doing it that way, but I'll back out and let Eric help you with the code.
Graphics for the web, email, blogs and more!
-------------------------------------
https://sadduck.com

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.