XTypo not working for me

Does it need it own folder?
11 years 5 months ago #13 by Katie Browning

Please Log in or Create an account to join the conversation.

Gosh I know what I did sorry.. I misread your comment, and just duplicated the css file not the whole folder..my bad :p
11 years 5 months ago #14 by Katie Browning

Please Log in or Create an account to join the conversation.

What is the name of your new theme?
11 years 5 months ago #15 by andy

Please Log in or Create an account to join the conversation.

Does it need it own folder?

yes
11 years 5 months ago #16 by andy

Please Log in or Create an account to join the conversation.

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
11 years 5 months ago #17 by Katie Browning

Please Log in or Create an account to join the conversation.

Simply add new font-size property to the selector, for example
.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 */
}
11 years 5 months ago #18 by andy

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum