XTypo not working for me
- Posted by Katie Browning (12) Offline
- Posted by Katie Browning (12) Offline
				Gosh I know what I did sorry.. I misread your comment, and just duplicated the css file not the whole folder..my bad  
			
						
								12 years 3 months ago								#14
				by Katie Browning
			
		 
			Please Log in or Create an account to join the conversation.
- Posted by andy (759) Offline
- Posted by andy (759) Offline
- Posted by Katie Browning (12) Offline
				Great got the new theme loaded thanks. Just playing with it, and Ive changed the color and size of the button, but cant seem to figure out how to change the size of the text. Also is there a way that I can make it the same font as headers in my site?
Appreciate any help,
Cheers
						
								12 years 3 months ago								#17
				by Katie Browning
			
		Appreciate any help,
Cheers
Please Log in or Create an account to join the conversation.
- Posted by andy (759) Offline
				Simply add new font-size property to the selector, for example			
						
								12 years 3 months ago								#18
				by andy
			
		.xtypo_button1 a ,
.xtypo_button2 a ,
.xtypo_button3 a  {
	display: inline-block;
	padding:  5px 10px;
	border-radius: 3px;
	text-decoration: none!important;
	margin: 10px 0!important;
	font-size:40px; /* this one */
}Please Log in or Create an account to join the conversation.