edit font size of main title
-
The Blog I need help with: https://yesindeed.de
Hey everyone,
I want to have a bigger font size for the main title of the featured blog post (the one at the top “Avocado Superfood?”).
I tried to change the font size in the additional CSS section, but changing “3.2rem; to 4.2rem” or “h2 to h1” or “line-height: 122% to 150%” has no effect.
.mvp-feat2-main-title h2, .mvp-feat2-main-title h2 { background-color: rgba(0,0,0,.8); box-decoration-break: clone; -webkit-box-shadow: 10px 0 0 rgba(0,0,0,.8), -10px 0 0 rgba(0,0,0,.8); -moz-box-shadow: 10px 0 0 rgba(0,0,0,.8), -10px 0 0 rgba(0,0,0,.8); -ms-box-shadow: 10px 0 0 rgba(0,0,0,.8), -10px 0 0 rgba(0,0,0,.8); -o-box-shadow: 10px 0 0 rgba(0,0,0,.8), -10px 0 0 rgba(0,0,0,.8); box-shadow: 10px 0 0 rgba(0,0,0,.8), -10px 0 0 rgba(0,0,0,.8); color: #fff; display: inline; font-size: 3.2rem; font-weight: 700; line-height: 122%; } .mvp-feat2-main-title h2:hover { color: #ffee00; } .mvp-feat2-main-title h2.mvp-stand-title { font-size: 2.2rem; line-height: 125%; }
Anyone who knows what to do?
Many thanks,
Anke
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘edit font size of main title’ is closed to new replies.