Hi,
I did upgrade to the latest version of the theme, but are some CSS changed from the v3.6.
1) A white bar in all widgets, after the title. The demo made by you does not appear that bar in widgets.
It can be fixed?
http://gyazo.com/10abef775970d4077058668de0c5103c
Note: The problem occurs only in Chrome and IE, in Firefox does not appear.
2) All H tags are modification, has another font and size. Can be to return to the fonts in version of 3.6?
http://gyazo.com/b714fdc0cad6606a998631408a987868
3) And UL tags are modified, now is the default, a simple dot.In version 3.6 was an arrow to the right, which I liked very much. It can bring back in the last version?
v4.1.1: http://gyazo.com/3162ed91b21d2957543915802dff620e
v3.6: http://gyazo.com/444b98712203f24905916a794569dc61
4) I do not know, but “text decoration: none! Important;” does not work. On “Read More” button and tags links does not work. It seems that displays as underline. Possible to be fixed?
To see the problem, you can visit my website.
Thanks,
Alex
-
This topic was modified 11 years by
alexandru292.
Hi,
1. We know about this issue and it will be fixed in version 5 of Newspaper, until then please use this custom css in Theme Panel > Custom Css:
.block-title {
line-height: 30px !important;
}
2. You can change post’s title font from Theme Panel > Custom Typography: http://screencast.com/t/G5sphKCjy23
3. Unfortunately we change list to default(bullets), but you can change this via custom css: http://screencast.com/t/WVzHpWbwh
.td-post-content ul li {
list-style: disc url('http://www.thisisanfield.com/wp-content/themes/Newspaper/images/icons/li.png') !important;
}
If you want to this apply to all list not only on post content, please remove .td-post-content class.
4. Try this custom css continue button text decoration:
.more-link-wrap a:hover {
text-decoration: none !important;
}
Thanks!
Hi Alin,
Thanks you!
But, I have an problem with li tags. It seems that occur in the comments area (in other versions it was not.)
http://i.gyazo.com/0dd8c495571a62f58a48102d3ecf1ad5.png
Also, if you could say the font and size for h tags are used in 3.6 version?
Thanks again so much!
-
This reply was modified 11 years by
alexandru292.
I solved the problem, added list-style: disc url('URL') !important; in .td-post-text-content, div on style.css
.mce-content-body
-
This reply was modified 11 years by
alexandru292.
Hi,
Glad that you managed to solve this. You can use Theme Panel > Custom Css for css code – http://screencast.com/t/pkfU7HaJoJu
Thanks@
I would love it if you could help me with font. What is name of font that is using in the version of 3.6 of theme?
Thanks,
Alex
Hi,
In Newspaper 3.6 these are that fonts loaded by default: http://screencast.com/t/Kky9PKOIc
Thanks!