Post by pamvz » Mon Jul 07, 2014 1:02 am

Where can I change the font type of the select boxes?
I already changed the font for the input etc., so if you use the select box it shows my font, but if you first load the page the visible font is still the standard one (arial, helvetica) and I want this to be the same as I am using for the whole site.

New member

Posts

Joined
Mon Jan 25, 2010 1:24 am

Post by IP_CAM » Mon Jul 07, 2014 1:39 am

In stylesheet.css places like here:

Code: Select all

body, td, th, input, textarea, select, a {
	font-size: 13px;
}
or here:

Code: Select all

select {
	background: #F8F8F8;
	border: 1px solid #00e;
	padding: 2px;
}
by adding:

Code: Select all

	color: #F40000;
	font-family: Arial, Helvetica, sans-serif;
or then:

Code: Select all

	color: #F40000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
to define the Font Face, Size, e.t.c.

Good luck

Ernie

ipc.li/shop/

My Github OC Site: https://github.com/IP-CAM
5'200 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by pamvz » Tue Jul 08, 2014 12:01 am

Nope, that's not it. I already tried to place the line

Code: Select all

font-family: 'Muli';
on every possible position I could think off within the stylesheet.css, even tried it in the default stylesheet, but sofar no results.
Muli is a google font; I already placed the link in the header.tpl (on my template as well as the default).

Just to explain again;
If you open (for instance) the page products, it shows a drop-down 'Sort by' and 'Show' with in the box a text and no. which is in Arial. If you activate one of these boxes (to choose your option, so on hover), the font changes to my font. If you leave the box, it changes back to arial...
Same goes for the text-input boxes on f.i. the contact-page. If you start typing, you will type with my font, but as soon as you leave the box it changes back to arial.

Off course this is not a very important thing, but I just like to have everything in the same font...

---------------------------

Found it! Had to change the font in another file aswell (vqmod.php)

New member

Posts

Joined
Mon Jan 25, 2010 1:24 am
Who is online

Users browsing this forum: No registered users and 65 guests