<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: Quitar efecto en Botón</title>
		<link>http://www.kriesi.at/support/topic/quitar-efecto-en-boton</link>
		<description>Support Forum - Topic: Quitar efecto en Botón</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 15:36:37 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/quitar-efecto-en-boton" rel="self" type="application/rss+xml" />

		<item>
			<title>koballo on "Quitar efecto en Botón"</title>
			<link>http://www.kriesi.at/support/topic/quitar-efecto-en-boton#post-89070</link>
			<pubDate>Thu, 20 Dec 2012 09:31:47 +0000</pubDate>
			<dc:creator>koballo</dc:creator>
			<guid isPermaLink="false">89070@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Perfecto&#60;br /&#62;
Muchas Gracias Nick&#60;/p&#62;
&#60;p&#62;;-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Quitar efecto en Botón"</title>
			<link>http://www.kriesi.at/support/topic/quitar-efecto-en-boton#post-89009</link>
			<pubDate>Wed, 19 Dec 2012 21:34:46 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">89009@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top.page .avia-button:hover {background-color: #F756BC !important;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Usted no necesita esto más adelante, por favor, elimine.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.avia-button.light.custom.large :hover {
background-color: #F756BC !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;esto debe hacer el truco. &#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>koballo on "Quitar efecto en Botón"</title>
			<link>http://www.kriesi.at/support/topic/quitar-efecto-en-boton#post-88929</link>
			<pubDate>Wed, 19 Dec 2012 10:28:17 +0000</pubDate>
			<dc:creator>koballo</dc:creator>
			<guid isPermaLink="false">88929@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hola Nick, gracias por ayudarme&#60;/p&#62;
&#60;p&#62;el código que adjuntas funciona pero va un poco mal, adjunto un enlace con los 2 rollover que me hace: &#60;a href=&#34;http://estudioembora.com/tirar/rollover.jpg&#34; rel=&#34;nofollow&#34;&#62;http://estudioembora.com/tirar/rollover.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;También puedes ver el efecto realizado en: &#60;a href=&#34;http://estudioembora.com/servicios&#34; rel=&#34;nofollow&#34;&#62;http://estudioembora.com/servicios&#60;/a&#62; (botón: ver proyectos)&#60;/p&#62;
&#60;p&#62;Muchas gracias por todo.&#60;br /&#62;
Saludos !!&#60;/p&#62;
&#60;p&#62;++++++++++&#60;br /&#62;
Google traductor:&#60;/p&#62;
&#60;p&#62;Hi Nick, thanks for helping&#60;/p&#62;
&#60;p&#62;attached the code works but goes a bit wrong, attached a link to the 2 rollover makes me: &#60;a href=&#34;http://estudioembora.com/tirar/rollover.jpg&#34; rel=&#34;nofollow&#34;&#62;http://estudioembora.com/tirar/rollover.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Also check the effect made ​​in: &#60;a href=&#34;http://estudioembora.com/servicios&#34; rel=&#34;nofollow&#34;&#62;http://estudioembora.com/servicios&#60;/a&#62; (button: see projects)&#60;/p&#62;
&#60;p&#62;Thank you very much for everything.&#60;br /&#62;
Greetings!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Quitar efecto en Botón"</title>
			<link>http://www.kriesi.at/support/topic/quitar-efecto-en-boton#post-88888</link>
			<pubDate>Wed, 19 Dec 2012 03:53:04 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">88888@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please try this code. You can place it inside your custom.css file or add it to Quick CSS located in Angular &#38;gt; Theme Options &#38;gt; Styles ... a text area at the bottom of that page.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top.page .avia-button {
color: white;
background-image: initial;
background-repeat: initial;
background-position: initial;
-webkit-border-radius: initial;
-moz-border-radius: initial;
border-radius: initial;
border-style: initial;
border-width: initial;
border-color: initial;
background-color: initial;
}
.avia-button.light.custom.large :hover {
background-color: #F756BC !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I am not sure if this solution will work on all browsers. Please let me know once you have it installed so I can test it. The other options is to remove all the lines I have listed above that begin with 'initial' directly from the theme css files. It is on line 6 of shortcodes.css .in theme directory /css/&#60;/p&#62;
&#60;p&#62;[Translated via Google: Por favor, intente este código. Usted puede colocar dentro de su archivo custom.css o añadirlo a CSS Quick situado en angular&#38;gt; Opciones&#38;gt; Estilos temáticas ... un área de texto en la parte inferior de la página.&#60;/p&#62;
&#60;p&#62;No estoy seguro de si esta solución funcionará en todos los navegadores. Por favor, hágamelo saber de una vez lo tienes instalado para que pueda probarlo. Las otras opciones es eliminar todas las líneas que he mencionado anteriormente que comienzan con 'inicial' directamente de los archivos CSS del tema. Es en la línea 6 de shortcodes.css. Tema en el directorio / css /]&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>koballo on "Quitar efecto en Botón"</title>
			<link>http://www.kriesi.at/support/topic/quitar-efecto-en-boton#post-88590</link>
			<pubDate>Mon, 17 Dec 2012 15:47:22 +0000</pubDate>
			<dc:creator>koballo</dc:creator>
			<guid isPermaLink="false">88590@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hola,&#60;br /&#62;
estoy actualizando los botones de mi página web. &#60;/p&#62;
&#60;p&#62;Los botones diseñados por defecto aparecen con degradados y relieves (esto no me gusta mucho).&#60;br /&#62;
Ver ejemplo: &#60;a href=&#34;http://estudioembora.com/servicios/&#34; rel=&#34;nofollow&#34;&#62;http://estudioembora.com/servicios/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Me gustaría que los botones fueran todos como el que viene por defecto en la página de contacto (ver botón &#34;Send&#34;) :&#60;br /&#62;
Ver ejemplo: &#60;a href=&#34;http://estudioembora.com/contacto/&#34; rel=&#34;nofollow&#34;&#62;http://estudioembora.com/contacto/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;¿Cúal sería el código necesario?&#60;/p&#62;
&#60;p&#62;Muchas gracias
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
