jymy Posted October 21, 2014 Share Posted October 21, 2014 Hi, I am changing the block language using this css code #languages-block-top li { float:left; padding:5px; background:#bcbcbc; font-size:14px; font-weight:bold; position: relative; display: inline-block; } #languages-block-top li span { color:#333333; } #languages-block-top li.selected { padding:5px; } #languages-block-top li.selected span{ color:#222222; but don´t know why? I can´t change like i did at block currencie. any help? Link to comment Share on other sites More sharing options...
NemoPS Posted October 22, 2014 Share Posted October 22, 2014 You mean the modification is not reflecting in the store? are you modifying the one located in your template's folder? Link to comment Share on other sites More sharing options...
vekia Posted October 22, 2014 Share Posted October 22, 2014 there is also possibility that your shop use CCC for css files it means that all files are minified if so - recompile theme. it's worth to clear browser cache, there is a chance that your browser remember old .css file. Link to comment Share on other sites More sharing options...
jymy Posted October 22, 2014 Author Share Posted October 22, 2014 (edited) hi Nemo1 the modification are reflecting in the store but what i want is the same design that i create on blockcurrencies.css like the image. For example in blockcurrencie I use this code #currencies-block-top li { float:left; padding:5px; font-size:14px; font-weight:bold; position: relative; left: 25px; } #currencies-block-top li a { color:#333333; } #currencies-block-top li.selected { background:#bcbcbc; } #currencies-block-top li.selected a{ color:#ffffff; } is not possible to use the same code to use in blocklanguage.css to stay with the same design? vekia, i clear the cache and recompile but nothing. Thanks Edited October 22, 2014 by jymy (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted October 24, 2014 Share Posted October 24, 2014 Well it really depends on how the template modified the module's html, and its classes/ids. Can you share the site's url? Link to comment Share on other sites More sharing options...
jymy Posted October 25, 2014 Author Share Posted October 25, 2014 i am using Easyphp that have influence? Link to comment Share on other sites More sharing options...
NemoPS Posted October 25, 2014 Share Posted October 25, 2014 Well no, but it's tough to help without seeing the live site Link to comment Share on other sites More sharing options...
jymy Posted October 25, 2014 Author Share Posted October 25, 2014 ok, i have a localhost but i will put live for you see Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now