Forum Replies Created
-
AuthorPosts
-
tucacu
MemberCristoph! Thank you very much 🙂
tucacu
MemberSolved!
Sorry for the trouble.
The changes were being made, but I couldn't see them in my browser because it was usinv the cached version of the style.css file. I deleted the cache in chrome and now I see the changes.
🙂
tucacu
MemberNo! I was wrong, it isn't working.
I examined the html code and the pages are using a style page that is named "...themes/executive-pro/style.css?ver=3.1.2'"
This looks exactly like the original, without any of the changes I made to the original in "executive-pro/style.css"
Somebody knows what is this 3.1.2 version and why I can't edit it??
thanks!
tucacu
MemberThank you!
I finally made it by modifying the lines above those i pasted before, that are these:
h1,
h2,
h3,
h4,
h5,
h6 {
color: #333;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 700;
line-height: 1.25;
margin: 0;
margin-bottom: 10px;
padding: 0;
}I deleted font-weight and line-height and the changes in font size worked. I don't know exactly why, I don't know much CSS.
-
AuthorPosts