自定义CSS样式表

时间:2013-12-05 08:38:08

标签: css

首先,看一下我网站的页脚

http://www.twinklelittlestuff.com

您可能会在页脚看到“Facebook”字样带有黑色,我想将其更改为

facebook logo + Instagram logo并放入右侧较大的云端。

我使用了样式表css和footer.tpl文件,但仍然不能。

也许有人知道如何解决这个问题?

2 个答案:

答案 0 :(得分:1)

<img src="https://cdn1.iconfinder.com/data/icons/black-icon-social-media/512/099303-facebook-logo-square.png" style="position:relative; left:670px;">

copy above line and paste here

<a id="signup-newsletter" href="http://www.facebook.com">
<!-- paste here the above two lines and remove the facebook text -->
</a>

enter image description here

答案 1 :(得分:1)

请检查此图片网址 http://www.twinklelittlestuff.com/catalog/view/themes/kidsbasic/image/facebook.png 。它失败了

第1步 请打开http://www.twinklelittlestuff.com/catalog/view/themes/kidsbasic/styleshhet/stylesheet.css
并转到第578行。
替换为以下行

#signup-newsletter{border:1px solid#FF0000;color:#000000;display:block;font-family:'Pacifico','Lobster','Arimo',sans-serif,cursive;font-size:1.4em;font-weight:normal;height:100px;left:700px;line-height:40px;position:absolute;right:0;text-align:right;text-decoration:none;text-indent:-9999em;top:10px;width:100px;}