luprix Posted July 1, 2013 Share Posted July 1, 2013 Hola. Uso el tema Elation Liquid. Deseo que el footer me coja estilo text-shadow. En todos los css, está configurado, pero, al cargar la página, en el código html veo en el body, después de las líneas de carga ficheros css, un bloque style que me lo anula. Supongo que ese bloque se generará dinámicamente, y no consigo cambiar el 'text-shadow: none' que aplica. Tampoco veo en el Back Officce, ninguna configuración que permita modificarlo, aunque el fabricante sí lo tiene: http://elationbase.com/elation-liquid/demo/light/ Muchas Gracias. Link to comment Share on other sites More sharing options...
nadie Posted July 1, 2013 Share Posted July 1, 2013 Hola. Uso el tema Elation Liquid. Deseo que el footer me coja estilo text-shadow. En todos los css, está configurado, pero, al cargar la página, en el código html veo en el body, después de las líneas de carga ficheros css, un bloque style que me lo anula. Supongo que ese bloque se generará dinámicamente, y no consigo cambiar el 'text-shadow: none' que aplica. Tampoco veo en el Back Officce, ninguna configuración que permita modificarlo, aunque el fabricante sí lo tiene: http://elationbase.com/elation-liquid/demo/light/ Muchas Gracias. Si te refieres a la sombra de los textos del pie de pagina, en el fichero: http://elationbase.com/elation-liquid/demo/light/themes/elation-liquid/css/global.css Busca esto: .blockcategories_footer, #eb-footer-wrapper .myaccount, #block_various_links_footer, #social_block, #block_contact_infos, #newsletter_block_left, #paiement_logo_block_left { float: left; width: 25%; text-transform: uppercase; font-size: 12px; line-height: 26px; text-shadow: 0 1px 0 #FFF; } Y dejalo así: .blockcategories_footer, #eb-footer-wrapper .myaccount, #block_various_links_footer, #social_block, #block_contact_infos, #newsletter_block_left, #paiement_logo_block_left { float: left; width: 25%; text-transform: uppercase; font-size: 12px; line-height: 26px; } Link to comment Share on other sites More sharing options...
nadie Posted July 1, 2013 Share Posted July 1, 2013 Espera, si tu quieres lo que ya tienes puesto.. ¿Entonces??? Link to comment Share on other sites More sharing options...
luprix Posted July 1, 2013 Author Share Posted July 1, 2013 (edited) Espera, si tu quieres lo que ya tienes puesto.. ¿Entonces??? Hola Nadie. Como siempre rápido en responder P; Aprovecho la oportunidad para transladarte mis agradecimientos, por todas las respuestas leidas en tus posts. ... en efecto, ya está puesto. Te reitero la pregunta: en el código html veo en el body (perdón, en el head), después de las líneas de carga de los ficheros css, un bloque style que me lo anula: <link href='http://localhost/ps15/modules/ebthemeoptions/fonts/arial/stylesheet.css' rel='stylesheet' type='text/css'> <style> h1, h2, h3, h4, h5, h6, #eb-top-nav a, #eb-aside-nav a, #eb-options-trigger, .idTabs a, .eb-add-cart {font-family:arial, Arial, sans-serif;} body {font-family:arial, Arial, sans-serif;} #eb-page {border-top-color:#b30000; border-bottom-color:#b30000;background:;}input.button_mini, input.button_small, input.button, input.button_large, input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled, input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large, input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, a.button_mini, a.button_small, a.button, a.button_large, a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large, span.button_mini, span.button_small, span.button, span.button_large, span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled, #order-opc h2 span, #order .delivery_options_address h3, #order-opc .delivery_options_address h3 {background:#b30000; border-color:#b30000;}a.button_prev:hover {color:#b30000; border-color:#b30000;}a:hover, input.button_mini:hover, input.button_small:hover, input.button:hover, input.button_large:hover,input.button_mini_disabled:hover, input.button_small_disabled:hover, input.button_disabled:hover, input.button_large_disabled:hover,input.exclusive_mini:hover, input.exclusive_small:hover, input.exclusive:hover, input.exclusive_large:hover,input.exclusive_mini_disabled:hover, input.exclusive_small_disabled:hover, input.exclusive_disabled:hover, input.exclusive_large_disabled:hover,a.button_mini:hover, a.button_small:hover, a.button:hover, a.button_large:hover,a.exclusive_mini:hover, a.exclusive_small:hover, a.exclusive:hover, a.exclusive_large:hover,span.button_mini:hover, span.button_small:hover, span.button:hover, span.button_large:hover,span.exclusive_mini:hover, span.exclusive_small:hover, span.exclusive:hover, span.exclusive_large:hover, span.exclusive_large_disabled, .eb-add-cart:hover, .block h4, .breadcrumb .navigation-pipe, #eb-footer-wrapper h4,#eb-footer-wrapper h4 a, #eb-subcategories ul li header h1 a:hover, #eb-product-list ul li section h1 a:hover, #eb-product-content h1, #eb-options-pop a:hover, .cluetip-product_scene .on_sale, .cluetip-product_scene .discount {color:#b30000;}ul.pagination a, .cart_total_price #total_price p, ul.step, #eb-header_user nav ul li , #cart_block .remove_link a:hover, #cart_block .view_link a:hover, #eb-product-list .ajax_add_to_cart_button, #eb-product-list .eb-view-item, #eb-product-list .eb-view-item:hover, #eb-product-list .ajax_add_to_cart_button:hover, .eb-product-specials span, #eb-layout a:hover, .eb-nav li li:hover, .eb-nav li li.sfhover, #eb-options, #eb-options-pop ul li.eb-selected-lang, #eb-phone-footer, .tipsy-inner, .cluetip-product_scene h4, .cart_total_price p#total_price_head {background-color:#b30000;}#eb-product-list ul li.eb-product-row .ajax_add_to_cart_button {background-color:#b30000;border-color:#b30000;}#eb-product-list ul li.eb-product-row .ajax_add_to_cart_button:hover {color:#b30000;}.tipsy-arrow-n {border-bottom-color:#b30000;}.tipsy-arrow-s {border-top-color:#b30000;}.tipsy-arrow-e {border-left-color:#b30000;}.tipsy-arrow-w {border-right-color:#b30000;}.addresses ul.address .address_update a:hover, .addresses ul.address .address_delete a:hover {border-color:#b30000; background:#b30000;}.eb-add-cart {background-color:#b30000; border-color:#b30000;}.eb-add-cart {border-color:#b30000;}.blockcategories_footer, #eb-footer-wrapper .myaccount, #block_various_links_footer, #social_block, #block_contact_infos, #newsletter_block_left, #paiement_logo_block_left, #eb-footer-copy p, .eb-nav a, .eb-nav a:visited, #eb-social h4, .eb-footer-block a, .category_footer a {color:#686868; text-shadow:none;} </style> como puedes ver, justo al final indica 'text-shadow:none' dentro del <style> incrustado en el html. Supongo que ese estilo se generará de forma dinámica y no a través de un archivo CSS, para, por ejemplo, aplicar las tipografías seleccionables en el BO del template. El problema es que no veo dónde modificarlo. Edited July 1, 2013 by luprix (see edit history) Link to comment Share on other sites More sharing options...
luprix Posted July 4, 2013 Author Share Posted July 4, 2013 (edited) Parece ser que no queda otra que comentar el 'text-shadow:none' dentro del <style> incrustado en el html. Esto lo he hecho en: themes\elation-liquid\header.tpl Edited July 4, 2013 by luprix (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts